mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 17:58:19 +08:00
Add $(PGM): ${ARCH}/$(dirstamp).
This commit is contained in:
@@ -16,6 +16,8 @@ $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp):
|
||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/mptests/node$(NODE)/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
$(PGM): ${ARCH}/$(dirstamp)
|
||||
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests/$(TEST)-node$(NODE)$(LIB_VARIANT).exe \
|
||||
$(project_bspdir)/tests/screens/mptests/node$(NODE)/$(TEST).scn
|
||||
|
||||
@@ -16,6 +16,8 @@ $(project_bspdir)/tests/screens/psxtests/$(dirstamp):
|
||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/psxtests/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
$(PGM): ${ARCH}/$(dirstamp)
|
||||
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
|
||||
$(project_bspdir)/tests/screens/psxtests/$(TEST).scn
|
||||
|
||||
@@ -9,5 +9,7 @@ $(project_bspdir)/tests/$(dirstamp):
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
$(PGM): ${ARCH}/$(dirstamp)
|
||||
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
|
||||
|
||||
@@ -9,5 +9,7 @@ $(project_bspdir)/tests/$(dirstamp):
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
$(PGM): ${ARCH}/$(dirstamp)
|
||||
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe
|
||||
|
||||
Reference in New Issue
Block a user