From f3613001a3b7946b1f7baf3b666785be65cb8055 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Dec 2003 09:30:07 +0000 Subject: 2003-12-18 Ralf Corsepius * libtests.am: Add dirstamp support. --- testsuites/libtests/ChangeLog | 4 ++++ testsuites/libtests/libtests.am | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'testsuites') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index c35ff06aa8..d8952a55ec 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,7 @@ +2003-12-18 Ralf Corsepius + + * libtests.am: Add dirstamp support. + 2003-12-17 Ralf Corsepius * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs). diff --git a/testsuites/libtests/libtests.am b/testsuites/libtests/libtests.am index 1c524fa4b2..215a4086f5 100644 --- a/testsuites/libtests/libtests.am +++ b/testsuites/libtests/libtests.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 -- cgit v1.2.3