mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 17:09:10 +02:00
Also use installed ppudump for ppu testing in utils directory
git-svn-id: trunk@41076 -
This commit is contained in:
parent
3eca2b9c5e
commit
2657006f78
@ -2554,8 +2554,8 @@ ppulogs : $(PPULOGLIST)
|
|||||||
vpath %.ppu $(ALLPPUDIRS)
|
vpath %.ppu $(ALLPPUDIRS)
|
||||||
vpath %.log-ppu $(ALLPPUDIRS)
|
vpath %.log-ppu $(ALLPPUDIRS)
|
||||||
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
||||||
%.log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
%.log-ppu : %.ppu
|
||||||
..$(PATHSEP)compiler$(PATHSEP)utils$(PATHSEP)ppudump -VA -M $< > $@
|
ppudump -VA -M $< > $@
|
||||||
%.rm-log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
%.rm-log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
||||||
-$(RMPROG) $<
|
-$(RMPROG) $<
|
||||||
../compiler/utils/ppudump$(EXEEXT):
|
../compiler/utils/ppudump$(EXEEXT):
|
||||||
|
@ -133,8 +133,9 @@ vpath %.ppu $(ALLPPUDIRS)
|
|||||||
vpath %.log-ppu $(ALLPPUDIRS)
|
vpath %.log-ppu $(ALLPPUDIRS)
|
||||||
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
vpath %.rm-log-ppu $(ALLPPUDIRS)
|
||||||
|
|
||||||
%.log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
# Do not try to recompile ppudump, as this does not work if trying to test cross-compiled units
|
||||||
..$(PATHSEP)compiler$(PATHSEP)utils$(PATHSEP)ppudump -VA -M $< > $@
|
%.log-ppu : %.ppu
|
||||||
|
ppudump -VA -M $< > $@
|
||||||
|
|
||||||
%.rm-log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
%.rm-log-ppu : %.ppu ../compiler/utils/ppudump$(EXEEXT)
|
||||||
-$(RMPROG) $<
|
-$(RMPROG) $<
|
||||||
|
Loading…
Reference in New Issue
Block a user