mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 10:58:03 +01:00
replaced cleanall with cleanlaz
git-svn-id: trunk@7302 -
This commit is contained in:
parent
093a532fa5
commit
b596b6c3aa
4
Makefile
4
Makefile
@ -3777,7 +3777,7 @@ ifeq ($(OS_TARGET), win32)
|
|||||||
-$(DEL) $(wildcard *.res)
|
-$(DEL) $(wildcard *.res)
|
||||||
-$(DEL) lazarus.owr
|
-$(DEL) lazarus.owr
|
||||||
endif
|
endif
|
||||||
clean: cleanall cleanide
|
clean: cleanlaz cleanide
|
||||||
purge: cleanall cleanide
|
purge: cleanlaz cleanide
|
||||||
$(MAKE) -C examples clean
|
$(MAKE) -C examples clean
|
||||||
$(MAKE) -C tools clean
|
$(MAKE) -C tools clean
|
||||||
|
|||||||
@ -141,9 +141,9 @@ ifeq ($(OS_TARGET), win32)
|
|||||||
-$(DEL) lazarus.owr
|
-$(DEL) lazarus.owr
|
||||||
endif
|
endif
|
||||||
|
|
||||||
clean: cleanall cleanide
|
clean: cleanlaz cleanide
|
||||||
|
|
||||||
purge: cleanall cleanide
|
purge: cleanlaz cleanide
|
||||||
$(MAKE) -C examples clean
|
$(MAKE) -C examples clean
|
||||||
$(MAKE) -C tools clean
|
$(MAKE) -C tools clean
|
||||||
|
|
||||||
|
|||||||
@ -20,4 +20,4 @@ files=$(wildcard ./units/*$(OEXT)) \
|
|||||||
|
|
||||||
[rules]
|
[rules]
|
||||||
|
|
||||||
cleanall: clean
|
cleanlaz: clean
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,8 @@
|
|||||||
dirs=jitform
|
dirs=jitform
|
||||||
|
|
||||||
[clean]
|
[clean]
|
||||||
files=$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))
|
files=$(wildcard *$(OEXT)) $(wildcard *$(PPUEXT)) $(wildcard *$(RSTEXT)) \
|
||||||
|
$(wildcard ./units/*$(OEXT)) $(wildcard ./units/*$(PPUEXT)) $(wildcard ./units/*$(RSTEXT))
|
||||||
|
|
||||||
[rules]
|
[rules]
|
||||||
cleanall: clean
|
cleanlaz: clean
|
||||||
|
|||||||
@ -317,7 +317,7 @@ begin
|
|||||||
// clean lazarus source directories
|
// clean lazarus source directories
|
||||||
Tool.Title:=lisCleanLazarusSource;
|
Tool.Title:=lisCleanLazarusSource;
|
||||||
Tool.WorkingDirectory:='$(LazarusDir)';
|
Tool.WorkingDirectory:='$(LazarusDir)';
|
||||||
Tool.CmdLineParams:='cleanall';
|
Tool.CmdLineParams:='cleanlaz';
|
||||||
// append target OS
|
// append target OS
|
||||||
if Options.TargetOS<>'' then
|
if Options.TargetOS<>'' then
|
||||||
Tool.CmdLineParams:=Tool.CmdLineParams+' OS_TARGET='+Options.TargetOS;
|
Tool.CmdLineParams:=Tool.CmdLineParams+' OS_TARGET='+Options.TargetOS;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user