mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 04:39:22 +02:00
* compiler_clean hack to run distclean
This commit is contained in:
parent
5f4ae3e48d
commit
c8469b68ea
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Makefile generated by fpcmake v0.99.13 [2000/01/18]
|
||||
# Makefile generated by fpcmake v0.99.13 [2000/01/25]
|
||||
#
|
||||
|
||||
defaultrule: info
|
||||
@ -491,7 +491,6 @@ endif
|
||||
# Redirection
|
||||
#####################################################################
|
||||
|
||||
# Release ? Then force OPT and don't use extra opts via commandline
|
||||
ifndef REDIRFILE
|
||||
REDIRFILE=log
|
||||
endif
|
||||
@ -1056,6 +1055,9 @@ info:
|
||||
# Compiler
|
||||
#######################################
|
||||
|
||||
compiler_clean:
|
||||
$(MAKE) -C compiler distclean
|
||||
|
||||
compiler_cycle:
|
||||
$(MAKE) -C compiler cycle
|
||||
|
||||
|
@ -51,6 +51,9 @@ info:
|
||||
# Compiler
|
||||
#######################################
|
||||
|
||||
compiler_clean:
|
||||
$(MAKE) -C compiler distclean
|
||||
|
||||
compiler_cycle:
|
||||
$(MAKE) -C compiler cycle
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user