summaryrefslogtreecommitdiffstats
path: root/c/src/tests/mptests/mp11
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-02 15:40:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-02 15:40:27 +0000
commitae2ddb81038a84bb9fe8311821e2b27a7d70cfdb (patch)
tree17a2841e51914ca83d0c57432752a3eb99737606 /c/src/tests/mptests/mp11
parentNew file from Ralf Corsepius <corsepiu@faw.uni-ulm.de> missed being added (diff)
downloadrtems-ae2ddb81038a84bb9fe8311821e2b27a7d70cfdb.tar.bz2
Patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>:
The patch below fixes a nasty bug in acpolish, which has broken many Makefile.ins below c/src/tests/ APPLYING THE PATCH: patch -p1 < rtems-rc-19990709-5.diff The essential part of this patch is the diff-fragment for acpolish contained in this patch. Ie. if any of the other diffs do not apply, make sure that the acpolish diff was applied correctly and then run cd <srcdir> tools/update/rtems-polish.sh -ac
Diffstat (limited to 'c/src/tests/mptests/mp11')
-rw-r--r--c/src/tests/mptests/mp11/node1/Makefile.in3
-rw-r--r--c/src/tests/mptests/mp11/node2/Makefile.in3
2 files changed, 2 insertions, 4 deletions
diff --git a/c/src/tests/mptests/mp11/node1/Makefile.in b/c/src/tests/mptests/mp11/node1/Makefile.in
index 14229d0f3d..30e0424712 100644
--- a/c/src/tests/mptests/mp11/node1/Makefile.in
+++ b/c/src/tests/mptests/mp11/node1/Makefile.in
@@ -41,8 +41,7 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
PACKHEX = @PACKHEX@
mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs
-INSTALLDIRS = \
- $(PROJECT_RELEASE)/tests/screens/mptests/node$(NODE)/$(TEST).scn
+INSTALLDIRS = $(PROJECT_RELEASE)/tests/screens/mptests/node$(NODE)
$(INSTALLDIRS):
@$(mkinstalldirs) $(INSTALLDIRS)
diff --git a/c/src/tests/mptests/mp11/node2/Makefile.in b/c/src/tests/mptests/mp11/node2/Makefile.in
index 5f12c248cf..c0586559ed 100644
--- a/c/src/tests/mptests/mp11/node2/Makefile.in
+++ b/c/src/tests/mptests/mp11/node2/Makefile.in
@@ -41,8 +41,7 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
PACKHEX = @PACKHEX@
mkinstalldirs = $(SHELL) $(top_srcdir)/@RTEMS_TOPdir@/mkinstalldirs
-INSTALLDIRS = \
- $(PROJECT_RELEASE)/tests/screens/mptests/node$(NODE)/$(TEST).scn
+INSTALLDIRS = $(PROJECT_RELEASE)/tests/screens/mptests/node$(NODE)
$(INSTALLDIRS):
@$(mkinstalldirs) $(INSTALLDIRS)