summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-18 09:49:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-18 09:49:50 +0000
commit5d3a80bcd7eee35327cdb561150050100b91217d (patch)
tree5da06f1ad5082e7fab2d546d3f84bcf4a3680b54
parent2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5d3a80bcd7eee35327cdb561150050100b91217d.tar.bz2
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitrontests.am: Add dirstamp support.
-rw-r--r--testsuites/tmitrontests/ChangeLog4
-rw-r--r--testsuites/tmitrontests/tmitrontests.am8
2 files changed, 8 insertions, 4 deletions
diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog
index f8f1772a26..5de4d98e98 100644
--- a/testsuites/tmitrontests/ChangeLog
+++ b/testsuites/tmitrontests/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * tmitrontests.am: Add dirstamp support.
+
2003-12-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
diff --git a/testsuites/tmitrontests/tmitrontests.am b/testsuites/tmitrontests/tmitrontests.am
index 1c524fa4b2..215a4086f5 100644
--- a/testsuites/tmitrontests/tmitrontests.am
+++ b/testsuites/tmitrontests/tmitrontests.am
@@ -2,12 +2,12 @@
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) $< $@
TMPINSTALL_FILES = \
-$(project_bspdir)/tests \
$(project_bspdir)/tests/$(TEST)$(LIB_VARIANT).exe