mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 05:29:30 +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
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -1596,9 +1596,7 @@ ide:
|
||||
tools: lcl components tools_all
|
||||
all: lcl components ide
|
||||
cleanall:
|
||||
$(MAKE) clean LCLPLATFORM=win32
|
||||
$(DEL) $(wildcard ./*.ow*)
|
||||
$(DEL) $(wildcard ./*.res)
|
||||
$(MAKE) clean
|
||||
$(DEL) $(wildcard ./*$(PPUEXT)) $(wildcard ./*$(OEXT))
|
||||
$(DEL) $(wildcard ./debugger/*$(PPUEXT)) $(wildcard ./debugger/*$(OEXT))
|
||||
$(DEL) $(wildcard ./designer/*$(PPUEXT)) $(wildcard ./designer/*$(OEXT))
|
||||
|
Loading…
Reference in New Issue
Block a user