mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-24 16:29:14 +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)
|
PPUDIR=$(COMPILER_UNITTARGETDIR)
|
||||||
ALLPPUDIR=$(CPU_TARGET)/units/*
|
ALLPPUDIRS:=$(wildcard $(CPU_TARGET)/units/*)
|
||||||
PPULIST=$(wildcard $(PPUDIR)/*.ppu)
|
PPULIST=$(wildcard $(PPUDIR)/*.ppu)
|
||||||
PPULOGLIST=$(subst .ppu,.log-ppu,$(PPULIST))
|
PPULOGLIST=$(subst .ppu,.log-ppu,$(PPULIST))
|
||||||
|
|
||||||
@ -1306,6 +1306,7 @@ vpath %.log-ppu $(PPUDIR) $(RTLPPUDIR) $(ALLPPUDIR)
|
|||||||
$(MAKE) -C $(COMPILERUTILSDIR) ppudump$(EXEEXT)
|
$(MAKE) -C $(COMPILERUTILSDIR) ppudump$(EXEEXT)
|
||||||
|
|
||||||
ppuinfo :
|
ppuinfo :
|
||||||
|
echo list of PPU directories is "$(ALLPPUDIRS)"
|
||||||
echo PPU list is "$(PPULIST)"
|
echo PPU list is "$(PPULIST)"
|
||||||
echo PPULOG list is "$(PPULOGLIST)"
|
echo PPULOG list is "$(PPULOGLIST)"
|
||||||
echo RTLPPUDIR is "$(RTLPPUDIR)"
|
echo RTLPPUDIR is "$(RTLPPUDIR)"
|
||||||
|
Loading…
Reference in New Issue
Block a user