mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-27 04:19:08 +08:00
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itrontests.am: Add dirstamp support.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* itrontests.am: Add dirstamp support.
|
||||
|
||||
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
|
||||
|
||||
@@ -2,24 +2,20 @@
|
||||
|
||||
project_bspdir=$(PROJECT_ROOT)/@RTEMS_BSP@
|
||||
|
||||
$(project_bspdir)/tests:
|
||||
@$(mkdir_p) $@
|
||||
$(project_bspdir)/tests/$(dirstamp):
|
||||
@$(mkdir_p) $(project_bspdir)/tests
|
||||
@: > $(project_bspdir)/tests/$(dirstamp)
|
||||
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM)
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe: $(PGM) $(project_bspdir)/tests/$(dirstamp)
|
||||
$(INSTALL_PROGRAM) $< $@
|
||||
|
||||
$(project_bspdir)/tests/screens:
|
||||
@$(mkdir_p) $@
|
||||
$(project_bspdir)/tests/screens/itrontests/$(dirstamp):
|
||||
@$(mkdir_p) $(project_bspdir)/tests/screens/itrontests
|
||||
@: > $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||
|
||||
$(project_bspdir)/tests/screens/itrontests:
|
||||
@$(mkdir_p) $@
|
||||
|
||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn
|
||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn: $(TEST).scn $(project_bspdir)/tests/screens/itrontests/$(dirstamp)
|
||||
$(INSTALL_DATA) $< $@
|
||||
|
||||
TMPINSTALL_FILES = \
|
||||
$(project_bspdir)/tests \
|
||||
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe \
|
||||
$(project_bspdir)/tests/screens \
|
||||
$(project_bspdir)/tests/screens/itrontests \
|
||||
$(project_bspdir)/tests/screens/itrontests/$(TEST).scn
|
||||
|
||||
Reference in New Issue
Block a user