mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 05:26:01 +02:00
* clean ppu files in compiler dir first before building
This commit is contained in:
parent
147a680a3b
commit
46eba2c5c8
@ -926,6 +926,9 @@ info: fpc_info
|
||||
ifneq ($(wildcard fpcmake.loc),)
|
||||
include fpcmake.loc
|
||||
endif
|
||||
all: fpc_all
|
||||
.PHONY: compiler_ppuclean all clean install
|
||||
compiler_ppuclean:
|
||||
$(MAKE) -C $(COMPILERDIR) ppuclean
|
||||
all: compiler_ppuclean fpc_all
|
||||
clean: cleanall
|
||||
install:
|
||||
|
@ -5,9 +5,6 @@
|
||||
[target]
|
||||
units=compunit
|
||||
|
||||
#[require]
|
||||
#packages=fv
|
||||
|
||||
[compiler]
|
||||
targetdir=.
|
||||
unitdir=$(COMPILERDIR) $(COMPILERDIR)/$(CPU_TARGET) $(COMPILERDIR)/targets
|
||||
@ -38,7 +35,12 @@ endif
|
||||
|
||||
|
||||
[rules]
|
||||
all: fpc_all
|
||||
.PHONY: compiler_ppuclean all clean install
|
||||
|
||||
compiler_ppuclean:
|
||||
$(MAKE) -C $(COMPILERDIR) ppuclean
|
||||
|
||||
all: compiler_ppuclean fpc_all
|
||||
|
||||
clean: cleanall
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user