mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 21:10:28 +02:00
- remove setting the vpath for the PPU tests as this should not be necessary due to all targets being available in the corresponding variables
This commit is contained in:
parent
8b2ebd07bf
commit
b8c695dad8
@ -160,10 +160,6 @@ RMPPULOGLIST:=$(subst .log-ppu,.rm-log-ppu,$(wildcard $(PPULOGLIST)))
|
|||||||
|
|
||||||
ppulogs : $(PPULOGLIST)
|
ppulogs : $(PPULOGLIST)
|
||||||
|
|
||||||
vpath %.ppu $(ALLPPUDIRS)
|
|
||||||
vpath %.log-ppu $(ALLPPUDIRS)
|
|
||||||
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
|
||||||
|
|
||||||
# Do not try to recompile ppudump, as this does not work if trying to test cross-compiled units
|
# Do not try to recompile ppudump, as this does not work if trying to test cross-compiled units
|
||||||
%.log-ppu : %.ppu
|
%.log-ppu : %.ppu
|
||||||
ppudump -VA -M $< > $@
|
ppudump -VA -M $< > $@
|
||||||
|
@ -180,10 +180,6 @@ ALLPPUDIRS:=$(wildcard units/*) $(wildcard */units/*)
|
|||||||
|
|
||||||
ppulogs : $(PPULOGLIST)
|
ppulogs : $(PPULOGLIST)
|
||||||
|
|
||||||
vpath %.ppu $(ALLPPUDIRS)
|
|
||||||
vpath %.log-ppu $(ALLPPUDIRS)
|
|
||||||
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
|
||||||
|
|
||||||
%.log-ppu : %.ppu ../../compiler/utils/ppudump$(EXEEXT)
|
%.log-ppu : %.ppu ../../compiler/utils/ppudump$(EXEEXT)
|
||||||
..$(PATHSEP)..$(PATHSEP)compiler$(PATHSEP)utils$(PATHSEP)ppudump -VA -M $< > $@
|
..$(PATHSEP)..$(PATHSEP)compiler$(PATHSEP)utils$(PATHSEP)ppudump -VA -M $< > $@
|
||||||
|
|
||||||
|
@ -133,10 +133,6 @@ ALLPPUDIRS:=$(wildcard units/*) $(wildcard */units/*)
|
|||||||
|
|
||||||
ppulogs : $(PPULOGLIST)
|
ppulogs : $(PPULOGLIST)
|
||||||
|
|
||||||
vpath %.ppu $(ALLPPUDIRS)
|
|
||||||
vpath %.log-ppu $(ALLPPUDIRS)
|
|
||||||
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
|
||||||
|
|
||||||
# Do not try to recompile ppudump, as this does not work if trying to test cross-compiled units
|
# Do not try to recompile ppudump, as this does not work if trying to test cross-compiled units
|
||||||
%.log-ppu : %.ppu
|
%.log-ppu : %.ppu
|
||||||
ppudump -VA -M $< > $@
|
ppudump -VA -M $< > $@
|
||||||
|
Loading…
Reference in New Issue
Block a user