mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 08:29:28 +02:00
* delete units on clean
This commit is contained in:
parent
644a6d4b11
commit
9958dba1f4
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/08/30]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2001/09/13]
|
||||
#
|
||||
default: allexectests
|
||||
override PATH:=$(subst \,/,$(PATH))
|
||||
@ -852,9 +852,9 @@ endif
|
||||
-rm -f *.tmp core
|
||||
-rm -f $(LOG) $(LONGLOG) $(FAILLIST)
|
||||
-rm -f ppas.sh ppas.bat gmon.out
|
||||
$(MAKE) -C units clean
|
||||
distclean: clean
|
||||
-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
|
||||
$(MAKE) -C units clean
|
||||
.PHONY: all full
|
||||
all : allexectests
|
||||
full : clean allexectests
|
||||
|
@ -138,10 +138,10 @@ endif
|
||||
-rm -f *.tmp core
|
||||
-rm -f $(LOG) $(LONGLOG) $(FAILLIST)
|
||||
-rm -f ppas.sh ppas.bat gmon.out
|
||||
$(MAKE) -C units clean
|
||||
|
||||
distclean: clean
|
||||
-rm -f dotest$(EXEEXT) dotest$(OEXT) redir$(PPUEXT) redir$(OEXT)
|
||||
$(MAKE) -C units clean
|
||||
|
||||
#
|
||||
# Main rules
|
||||
|
Loading…
Reference in New Issue
Block a user