mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-02 20:51:11 +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) lazarus.owr
|
||||
endif
|
||||
clean: cleanall cleanide
|
||||
purge: cleanall cleanide
|
||||
clean: cleanlaz cleanide
|
||||
purge: cleanlaz cleanide
|
||||
$(MAKE) -C examples clean
|
||||
$(MAKE) -C tools clean
|
||||
|
||||
@ -141,9 +141,9 @@ ifeq ($(OS_TARGET), win32)
|
||||
-$(DEL) lazarus.owr
|
||||
endif
|
||||
|
||||
clean: cleanall cleanide
|
||||
clean: cleanlaz cleanide
|
||||
|
||||
purge: cleanall cleanide
|
||||
purge: cleanlaz cleanide
|
||||
$(MAKE) -C examples clean
|
||||
$(MAKE) -C tools clean
|
||||
|
||||
|
||||
@ -20,4 +20,4 @@ files=$(wildcard ./units/*$(OEXT)) \
|
||||
|
||||
[rules]
|
||||
|
||||
cleanall: clean
|
||||
cleanlaz: clean
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,8 @@
|
||||
dirs=jitform
|
||||
|
||||
[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]
|
||||
cleanall: clean
|
||||
cleanlaz: clean
|
||||
|
||||
@ -317,7 +317,7 @@ begin
|
||||
// clean lazarus source directories
|
||||
Tool.Title:=lisCleanLazarusSource;
|
||||
Tool.WorkingDirectory:='$(LazarusDir)';
|
||||
Tool.CmdLineParams:='cleanall';
|
||||
Tool.CmdLineParams:='cleanlaz';
|
||||
// append target OS
|
||||
if Options.TargetOS<>'' then
|
||||
Tool.CmdLineParams:=Tool.CmdLineParams+' OS_TARGET='+Options.TargetOS;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user