mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 19:28:13 +02:00
Rename ALLPPUDIR to ALLPPUDIRS to use same make variable as in packages and utils directories
This commit is contained in:
parent
c7213e6629
commit
35510bd0cd
@ -1280,7 +1280,7 @@ rtlinstall:
|
||||
#####################################################################
|
||||
|
||||
PPUDIR=$(COMPILER_UNITTARGETDIR)
|
||||
ALLPPUDIR=$(CPU_TARGET)/units/*
|
||||
ALLPPUDIRS:=$(wildcard $(CPU_TARGET)/units/*)
|
||||
PPULIST=$(wildcard $(PPUDIR)/*.ppu)
|
||||
PPULOGLIST=$(subst .ppu,.log-ppu,$(PPULIST))
|
||||
|
||||
@ -1306,6 +1306,7 @@ vpath %.log-ppu $(PPUDIR) $(RTLPPUDIR) $(ALLPPUDIR)
|
||||
$(MAKE) -C $(COMPILERUTILSDIR) ppudump$(EXEEXT)
|
||||
|
||||
ppuinfo :
|
||||
echo list of PPU directories is "$(ALLPPUDIRS)"
|
||||
echo PPU list is "$(PPULIST)"
|
||||
echo PPULOG list is "$(PPULOGLIST)"
|
||||
echo RTLPPUDIR is "$(RTLPPUDIR)"
|
||||
|
Loading…
Reference in New Issue
Block a user