mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 19:52:26 +02:00
MG: fixed make cleanall to not set LCLPLATFORM
git-svn-id: trunk@391 -
This commit is contained in:
parent
311b264796
commit
8f6727e9b0
6
Makefile
6
Makefile
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/11/02]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/11/06]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
override PATH:=$(subst \,/,$(PATH))
|
override PATH:=$(subst \,/,$(PATH))
|
||||||
@ -1596,9 +1596,7 @@ ide:
|
|||||||
tools: lcl components tools_all
|
tools: lcl components tools_all
|
||||||
all: lcl components ide
|
all: lcl components ide
|
||||||
cleanall:
|
cleanall:
|
||||||
$(MAKE) clean LCLPLATFORM=win32
|
$(MAKE) clean
|
||||||
$(DEL) $(wildcard ./*.ow*)
|
|
||||||
$(DEL) $(wildcard ./*.res)
|
|
||||||
$(DEL) $(wildcard ./*$(PPUEXT)) $(wildcard ./*$(OEXT))
|
$(DEL) $(wildcard ./*$(PPUEXT)) $(wildcard ./*$(OEXT))
|
||||||
$(DEL) $(wildcard ./debugger/*$(PPUEXT)) $(wildcard ./debugger/*$(OEXT))
|
$(DEL) $(wildcard ./debugger/*$(PPUEXT)) $(wildcard ./debugger/*$(OEXT))
|
||||||
$(DEL) $(wildcard ./designer/*$(PPUEXT)) $(wildcard ./designer/*$(OEXT))
|
$(DEL) $(wildcard ./designer/*$(PPUEXT)) $(wildcard ./designer/*$(OEXT))
|
||||||
|
Loading…
Reference in New Issue
Block a user