- 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:
Sven/Sarah Barth 2024-06-14 15:03:57 +02:00
parent 8b2ebd07bf
commit b8c695dad8
3 changed files with 0 additions and 12 deletions

View File

@ -160,10 +160,6 @@ RMPPULOGLIST:=$(subst .log-ppu,.rm-log-ppu,$(wildcard $(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
%.log-ppu : %.ppu
ppudump -VA -M $< > $@

View File

@ -180,10 +180,6 @@ ALLPPUDIRS:=$(wildcard units/*) $(wildcard */units/*)
ppulogs : $(PPULOGLIST)
vpath %.ppu $(ALLPPUDIRS)
vpath %.log-ppu $(ALLPPUDIRS)
vpath %.rm-log-ppu $(ALLPPUDIRS)
%.log-ppu : %.ppu ../../compiler/utils/ppudump$(EXEEXT)
..$(PATHSEP)..$(PATHSEP)compiler$(PATHSEP)utils$(PATHSEP)ppudump -VA -M $< > $@

View File

@ -133,10 +133,6 @@ ALLPPUDIRS:=$(wildcard units/*) $(wildcard */units/*)
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
%.log-ppu : %.ppu
ppudump -VA -M $< > $@