From 8548fe0ae29eafea856090e742c1fd205ed4b0fb Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Feb 1999 18:36:05 +0000 Subject: Part of the automake VI patch from Ralf Corsepius : > 5) rtems-rc-19990202-1.diff/reorg-install.sh > > reorg-install.sh fixes a Makefile variable name clash of RTEMS > configuration files and automake/autoconf standards. > Until now, RTEMS used $(INSTALL) for install-if-change. Automake and > autoconf use $(INSTALL) for a bsd-compatible install. As > install-if-change and bsd-install are not compatible, I renamed all > references to install-if-changed to $(INSTALL_CHANGED) and used > $(INSTALL) for bsd-install (==automake/autoconf standard). When > automake will be introduced install-if-change will probably be replaced > by $(INSTALL) and therefore will slowly vanish. For the moment, this > patch fixes a very nasty problem which prevents adding any automake file > until now (There are still more). --- c/src/tests/Makefile.in | 2 ++ c/src/tests/libtests/Makefile.in | 2 ++ c/src/tests/libtests/cpuuse/Makefile.in | 2 ++ c/src/tests/libtests/malloctest/Makefile.in | 2 ++ c/src/tests/libtests/monitor/Makefile.in | 2 ++ c/src/tests/libtests/rtems++/Makefile.in | 2 ++ c/src/tests/libtests/rtmonuse/Makefile.in | 2 ++ c/src/tests/libtests/stackchk/Makefile.in | 2 ++ c/src/tests/libtests/termios/Makefile.in | 2 ++ c/src/tests/mptests/Makefile.in | 2 ++ c/src/tests/mptests/mp01/Makefile.in | 2 ++ c/src/tests/mptests/mp01/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp01/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp02/Makefile.in | 2 ++ c/src/tests/mptests/mp02/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp02/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp03/Makefile.in | 2 ++ c/src/tests/mptests/mp03/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp03/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp04/Makefile.in | 2 ++ c/src/tests/mptests/mp04/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp04/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp05/Makefile.in | 2 ++ c/src/tests/mptests/mp05/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp05/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp06/Makefile.in | 2 ++ c/src/tests/mptests/mp06/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp06/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp07/Makefile.in | 2 ++ c/src/tests/mptests/mp07/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp07/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp08/Makefile.in | 2 ++ c/src/tests/mptests/mp08/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp08/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp09/Makefile.in | 2 ++ c/src/tests/mptests/mp09/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp09/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp10/Makefile.in | 2 ++ c/src/tests/mptests/mp10/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp10/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp11/Makefile.in | 2 ++ c/src/tests/mptests/mp11/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp11/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp12/Makefile.in | 2 ++ c/src/tests/mptests/mp12/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp12/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp13/Makefile.in | 2 ++ c/src/tests/mptests/mp13/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp13/node2/Makefile.in | 4 +++- c/src/tests/mptests/mp14/Makefile.in | 2 ++ c/src/tests/mptests/mp14/node1/Makefile.in | 4 +++- c/src/tests/mptests/mp14/node2/Makefile.in | 4 +++- c/src/tests/psxtests/Makefile.in | 2 ++ c/src/tests/psxtests/psx01/Makefile.in | 4 +++- c/src/tests/psxtests/psx02/Makefile.in | 4 +++- c/src/tests/psxtests/psx03/Makefile.in | 4 +++- c/src/tests/psxtests/psx04/Makefile.in | 4 +++- c/src/tests/psxtests/psx05/Makefile.in | 4 +++- c/src/tests/psxtests/psx06/Makefile.in | 4 +++- c/src/tests/psxtests/psx07/Makefile.in | 4 +++- c/src/tests/psxtests/psx08/Makefile.in | 4 +++- c/src/tests/psxtests/psx09/Makefile.in | 4 +++- c/src/tests/psxtests/psx10/Makefile.in | 4 +++- c/src/tests/psxtests/psx11/Makefile.in | 4 +++- c/src/tests/psxtests/psx12/Makefile.in | 4 +++- c/src/tests/psxtests/psx13/Makefile.in | 4 +++- c/src/tests/psxtests/psxfile01/Makefile.in | 4 +++- c/src/tests/psxtests/psxfile02/Makefile.in | 4 +++- c/src/tests/psxtests/psxhdrs/Makefile.in | 2 ++ c/src/tests/psxtests/psxmount/Makefile.in | 4 +++- c/src/tests/psxtests/psxreaddir/Makefile.in | 4 +++- c/src/tests/psxtests/psxstat/Makefile.in | 4 +++- c/src/tests/psxtests/psxtime/Makefile.in | 4 +++- c/src/tests/psxtests/psxtimer/Makefile.in | 4 +++- c/src/tests/psxtests/support/Makefile.in | 2 ++ c/src/tests/psxtests/support/include/Makefile.in | 6 ++++-- c/src/tests/samples/Makefile.in | 2 ++ c/src/tests/samples/base_mp/Makefile.in | 2 ++ c/src/tests/samples/base_mp/node1/Makefile.in | 2 ++ c/src/tests/samples/base_mp/node2/Makefile.in | 2 ++ c/src/tests/samples/base_sp/Makefile.in | 2 ++ c/src/tests/samples/cdtest/Makefile.in | 2 ++ c/src/tests/samples/hello/Makefile.in | 2 ++ c/src/tests/samples/paranoia/Makefile.in | 2 ++ c/src/tests/samples/ticker/Makefile.in | 2 ++ c/src/tests/sptests/Makefile.in | 2 ++ c/src/tests/sptests/sp01/Makefile.in | 4 +++- c/src/tests/sptests/sp02/Makefile.in | 4 +++- c/src/tests/sptests/sp03/Makefile.in | 4 +++- c/src/tests/sptests/sp04/Makefile.in | 4 +++- c/src/tests/sptests/sp05/Makefile.in | 4 +++- c/src/tests/sptests/sp06/Makefile.in | 4 +++- c/src/tests/sptests/sp07/Makefile.in | 4 +++- c/src/tests/sptests/sp08/Makefile.in | 4 +++- c/src/tests/sptests/sp09/Makefile.in | 4 +++- c/src/tests/sptests/sp11/Makefile.in | 4 +++- c/src/tests/sptests/sp12/Makefile.in | 4 +++- c/src/tests/sptests/sp13/Makefile.in | 4 +++- c/src/tests/sptests/sp14/Makefile.in | 4 +++- c/src/tests/sptests/sp15/Makefile.in | 4 +++- c/src/tests/sptests/sp16/Makefile.in | 4 +++- c/src/tests/sptests/sp17/Makefile.in | 4 +++- c/src/tests/sptests/sp19/Makefile.in | 4 +++- c/src/tests/sptests/sp20/Makefile.in | 4 +++- c/src/tests/sptests/sp21/Makefile.in | 4 +++- c/src/tests/sptests/sp22/Makefile.in | 4 +++- c/src/tests/sptests/sp23/Makefile.in | 4 +++- c/src/tests/sptests/sp24/Makefile.in | 4 +++- c/src/tests/sptests/sp25/Makefile.in | 4 +++- c/src/tests/sptests/spfatal/Makefile.in | 4 +++- c/src/tests/sptests/spsize/Makefile.in | 2 ++ c/src/tests/support/Makefile.in | 2 ++ c/src/tests/support/include/Makefile.in | 6 ++++-- c/src/tests/support/stubdr/Makefile.in | 4 +++- c/src/tests/support/wrapup/Makefile.in | 2 ++ c/src/tests/tmtests/Makefile.in | 2 ++ c/src/tests/tmtests/include/Makefile.in | 6 ++++-- c/src/tests/tmtests/tm01/Makefile.in | 2 ++ c/src/tests/tmtests/tm02/Makefile.in | 2 ++ c/src/tests/tmtests/tm03/Makefile.in | 2 ++ c/src/tests/tmtests/tm04/Makefile.in | 2 ++ c/src/tests/tmtests/tm05/Makefile.in | 2 ++ c/src/tests/tmtests/tm06/Makefile.in | 2 ++ c/src/tests/tmtests/tm07/Makefile.in | 2 ++ c/src/tests/tmtests/tm08/Makefile.in | 2 ++ c/src/tests/tmtests/tm09/Makefile.in | 2 ++ c/src/tests/tmtests/tm10/Makefile.in | 2 ++ c/src/tests/tmtests/tm11/Makefile.in | 2 ++ c/src/tests/tmtests/tm12/Makefile.in | 2 ++ c/src/tests/tmtests/tm13/Makefile.in | 2 ++ c/src/tests/tmtests/tm14/Makefile.in | 2 ++ c/src/tests/tmtests/tm15/Makefile.in | 2 ++ c/src/tests/tmtests/tm16/Makefile.in | 2 ++ c/src/tests/tmtests/tm17/Makefile.in | 2 ++ c/src/tests/tmtests/tm18/Makefile.in | 2 ++ c/src/tests/tmtests/tm19/Makefile.in | 2 ++ c/src/tests/tmtests/tm20/Makefile.in | 2 ++ c/src/tests/tmtests/tm21/Makefile.in | 2 ++ c/src/tests/tmtests/tm22/Makefile.in | 2 ++ c/src/tests/tmtests/tm23/Makefile.in | 2 ++ c/src/tests/tmtests/tm24/Makefile.in | 2 ++ c/src/tests/tmtests/tm25/Makefile.in | 2 ++ c/src/tests/tmtests/tm26/Makefile.in | 2 ++ c/src/tests/tmtests/tm27/Makefile.in | 2 ++ c/src/tests/tmtests/tm28/Makefile.in | 2 ++ c/src/tests/tmtests/tm29/Makefile.in | 2 ++ c/src/tests/tmtests/tmck/Makefile.in | 2 ++ c/src/tests/tmtests/tmoverhd/Makefile.in | 2 ++ c/src/tests/tools/Makefile.in | 2 ++ c/src/tests/tools/generic/Makefile.in | 2 ++ 150 files changed, 379 insertions(+), 79 deletions(-) (limited to 'c/src/tests') diff --git a/c/src/tests/Makefile.in b/c/src/tests/Makefile.in index 7eb4494b34..337844c16a 100644 --- a/c/src/tests/Makefile.in +++ b/c/src/tests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/libtests/Makefile.in b/c/src/tests/libtests/Makefile.in index 004100a86e..cc0377150e 100644 --- a/c/src/tests/libtests/Makefile.in +++ b/c/src/tests/libtests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/libtests/cpuuse/Makefile.in b/c/src/tests/libtests/cpuuse/Makefile.in index 22ef7819d2..103a206009 100644 --- a/c/src/tests/libtests/cpuuse/Makefile.in +++ b/c/src/tests/libtests/cpuuse/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=cpuuse MANAGERS=io rate_monotonic diff --git a/c/src/tests/libtests/malloctest/Makefile.in b/c/src/tests/libtests/malloctest/Makefile.in index ca7c4cb1f6..be64b318d2 100644 --- a/c/src/tests/libtests/malloctest/Makefile.in +++ b/c/src/tests/libtests/malloctest/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=malloctest MANAGERS=io diff --git a/c/src/tests/libtests/monitor/Makefile.in b/c/src/tests/libtests/monitor/Makefile.in index e264fe9f9b..e35799ba6b 100644 --- a/c/src/tests/libtests/monitor/Makefile.in +++ b/c/src/tests/libtests/monitor/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=monitor MANAGERS=dpmem event io msg mp part region sem signal timer rate_monotonic ext diff --git a/c/src/tests/libtests/rtems++/Makefile.in b/c/src/tests/libtests/rtems++/Makefile.in index f909b618b9..a62a1e6582 100644 --- a/c/src/tests/libtests/rtems++/Makefile.in +++ b/c/src/tests/libtests/rtems++/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=rtems++ MANAGERS=event io msg sem signal timer rate_monotonic diff --git a/c/src/tests/libtests/rtmonuse/Makefile.in b/c/src/tests/libtests/rtmonuse/Makefile.in index 9c9ea2e366..3a7ae0fa01 100644 --- a/c/src/tests/libtests/rtmonuse/Makefile.in +++ b/c/src/tests/libtests/rtmonuse/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=rtmonuse MANAGERS=io rate_monotonic diff --git a/c/src/tests/libtests/stackchk/Makefile.in b/c/src/tests/libtests/stackchk/Makefile.in index 462f83fb6c..fd118d2e55 100644 --- a/c/src/tests/libtests/stackchk/Makefile.in +++ b/c/src/tests/libtests/stackchk/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=stackchk MANAGERS=io diff --git a/c/src/tests/libtests/termios/Makefile.in b/c/src/tests/libtests/termios/Makefile.in index c575570f9e..013edb0d34 100644 --- a/c/src/tests/libtests/termios/Makefile.in +++ b/c/src/tests/libtests/termios/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=termios PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/mptests/Makefile.in b/c/src/tests/mptests/Makefile.in index aa1c166788..132b98eec3 100644 --- a/c/src/tests/mptests/Makefile.in +++ b/c/src/tests/mptests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp01/Makefile.in b/c/src/tests/mptests/mp01/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp01/Makefile.in +++ b/c/src/tests/mptests/mp01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp01/node1/Makefile.in b/c/src/tests/mptests/mp01/node1/Makefile.in index 3573ffbdf3..5efaa82629 100644 --- a/c/src/tests/mptests/mp01/node1/Makefile.in +++ b/c/src/tests/mptests/mp01/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp01 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp01/node2/Makefile.in b/c/src/tests/mptests/mp01/node2/Makefile.in index 33a7c559ba..680f51458f 100644 --- a/c/src/tests/mptests/mp01/node2/Makefile.in +++ b/c/src/tests/mptests/mp01/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp01 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp02/Makefile.in b/c/src/tests/mptests/mp02/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp02/Makefile.in +++ b/c/src/tests/mptests/mp02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp02/node1/Makefile.in b/c/src/tests/mptests/mp02/node1/Makefile.in index fa102f135e..2b2d7d1c22 100644 --- a/c/src/tests/mptests/mp02/node1/Makefile.in +++ b/c/src/tests/mptests/mp02/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp02 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp02/node2/Makefile.in b/c/src/tests/mptests/mp02/node2/Makefile.in index ed3c8218a3..f2e6c17aa1 100644 --- a/c/src/tests/mptests/mp02/node2/Makefile.in +++ b/c/src/tests/mptests/mp02/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp02 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp03/Makefile.in b/c/src/tests/mptests/mp03/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp03/Makefile.in +++ b/c/src/tests/mptests/mp03/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp03/node1/Makefile.in b/c/src/tests/mptests/mp03/node1/Makefile.in index fb171d0d8a..6baca94c15 100644 --- a/c/src/tests/mptests/mp03/node1/Makefile.in +++ b/c/src/tests/mptests/mp03/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp03 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp03/node2/Makefile.in b/c/src/tests/mptests/mp03/node2/Makefile.in index c88e09a297..d0aa6fdcbf 100644 --- a/c/src/tests/mptests/mp03/node2/Makefile.in +++ b/c/src/tests/mptests/mp03/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp03 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp04/Makefile.in b/c/src/tests/mptests/mp04/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp04/Makefile.in +++ b/c/src/tests/mptests/mp04/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp04/node1/Makefile.in b/c/src/tests/mptests/mp04/node1/Makefile.in index 7bb1301ebc..fdf8654843 100644 --- a/c/src/tests/mptests/mp04/node1/Makefile.in +++ b/c/src/tests/mptests/mp04/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp04 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp04/node2/Makefile.in b/c/src/tests/mptests/mp04/node2/Makefile.in index ca4efd0c26..e197ca0a2f 100644 --- a/c/src/tests/mptests/mp04/node2/Makefile.in +++ b/c/src/tests/mptests/mp04/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp04 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp05/Makefile.in b/c/src/tests/mptests/mp05/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp05/Makefile.in +++ b/c/src/tests/mptests/mp05/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp05/node1/Makefile.in b/c/src/tests/mptests/mp05/node1/Makefile.in index ff8fdcb7f7..275d5f6a7b 100644 --- a/c/src/tests/mptests/mp05/node1/Makefile.in +++ b/c/src/tests/mptests/mp05/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp05 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp05/node2/Makefile.in b/c/src/tests/mptests/mp05/node2/Makefile.in index 81efd27b68..60572bccd5 100644 --- a/c/src/tests/mptests/mp05/node2/Makefile.in +++ b/c/src/tests/mptests/mp05/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp05 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp06/Makefile.in b/c/src/tests/mptests/mp06/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp06/Makefile.in +++ b/c/src/tests/mptests/mp06/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp06/node1/Makefile.in b/c/src/tests/mptests/mp06/node1/Makefile.in index 80628ebbb4..2035cc8bc8 100644 --- a/c/src/tests/mptests/mp06/node1/Makefile.in +++ b/c/src/tests/mptests/mp06/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp06 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp06/node2/Makefile.in b/c/src/tests/mptests/mp06/node2/Makefile.in index ed9908f70c..13c554ec70 100644 --- a/c/src/tests/mptests/mp06/node2/Makefile.in +++ b/c/src/tests/mptests/mp06/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp06 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp07/Makefile.in b/c/src/tests/mptests/mp07/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp07/Makefile.in +++ b/c/src/tests/mptests/mp07/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp07/node1/Makefile.in b/c/src/tests/mptests/mp07/node1/Makefile.in index 8344b15c0e..a2283f8ceb 100644 --- a/c/src/tests/mptests/mp07/node1/Makefile.in +++ b/c/src/tests/mptests/mp07/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp07 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp07/node2/Makefile.in b/c/src/tests/mptests/mp07/node2/Makefile.in index de4f73678d..4ac0c96993 100644 --- a/c/src/tests/mptests/mp07/node2/Makefile.in +++ b/c/src/tests/mptests/mp07/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp07 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp08/Makefile.in b/c/src/tests/mptests/mp08/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp08/Makefile.in +++ b/c/src/tests/mptests/mp08/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp08/node1/Makefile.in b/c/src/tests/mptests/mp08/node1/Makefile.in index b87baa7e1c..09956fcce3 100644 --- a/c/src/tests/mptests/mp08/node1/Makefile.in +++ b/c/src/tests/mptests/mp08/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp08 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp08/node2/Makefile.in b/c/src/tests/mptests/mp08/node2/Makefile.in index f5fc63b7d9..19ff69c67f 100644 --- a/c/src/tests/mptests/mp08/node2/Makefile.in +++ b/c/src/tests/mptests/mp08/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp08 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp09/Makefile.in b/c/src/tests/mptests/mp09/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp09/Makefile.in +++ b/c/src/tests/mptests/mp09/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp09/node1/Makefile.in b/c/src/tests/mptests/mp09/node1/Makefile.in index 917530d146..90f09d39c4 100644 --- a/c/src/tests/mptests/mp09/node1/Makefile.in +++ b/c/src/tests/mptests/mp09/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp09 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp09/node2/Makefile.in b/c/src/tests/mptests/mp09/node2/Makefile.in index ff9bba00dd..a0d3161e18 100644 --- a/c/src/tests/mptests/mp09/node2/Makefile.in +++ b/c/src/tests/mptests/mp09/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp09 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp10/Makefile.in b/c/src/tests/mptests/mp10/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp10/Makefile.in +++ b/c/src/tests/mptests/mp10/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp10/node1/Makefile.in b/c/src/tests/mptests/mp10/node1/Makefile.in index c1d24ea13a..d2d895af87 100644 --- a/c/src/tests/mptests/mp10/node1/Makefile.in +++ b/c/src/tests/mptests/mp10/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp10 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp10/node2/Makefile.in b/c/src/tests/mptests/mp10/node2/Makefile.in index bb8f49d980..e878f9f47d 100644 --- a/c/src/tests/mptests/mp10/node2/Makefile.in +++ b/c/src/tests/mptests/mp10/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp10 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp11/Makefile.in b/c/src/tests/mptests/mp11/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp11/Makefile.in +++ b/c/src/tests/mptests/mp11/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp11/node1/Makefile.in b/c/src/tests/mptests/mp11/node1/Makefile.in index ea6c2a2a81..22d1982612 100644 --- a/c/src/tests/mptests/mp11/node1/Makefile.in +++ b/c/src/tests/mptests/mp11/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp11 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp11/node2/Makefile.in b/c/src/tests/mptests/mp11/node2/Makefile.in index 0073e6f1d9..78a347f911 100644 --- a/c/src/tests/mptests/mp11/node2/Makefile.in +++ b/c/src/tests/mptests/mp11/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp11 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp12/Makefile.in b/c/src/tests/mptests/mp12/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp12/Makefile.in +++ b/c/src/tests/mptests/mp12/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp12/node1/Makefile.in b/c/src/tests/mptests/mp12/node1/Makefile.in index 717cb67576..e8c92c7bd3 100644 --- a/c/src/tests/mptests/mp12/node1/Makefile.in +++ b/c/src/tests/mptests/mp12/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp12 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp12/node2/Makefile.in b/c/src/tests/mptests/mp12/node2/Makefile.in index 3d5865c98f..8815356d2a 100644 --- a/c/src/tests/mptests/mp12/node2/Makefile.in +++ b/c/src/tests/mptests/mp12/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp12 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp13/Makefile.in b/c/src/tests/mptests/mp13/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp13/Makefile.in +++ b/c/src/tests/mptests/mp13/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp13/node1/Makefile.in b/c/src/tests/mptests/mp13/node1/Makefile.in index 6cf55facc8..5b1008ba81 100644 --- a/c/src/tests/mptests/mp13/node1/Makefile.in +++ b/c/src/tests/mptests/mp13/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp13 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp13/node2/Makefile.in b/c/src/tests/mptests/mp13/node2/Makefile.in index fa5b35cb79..603e7e57ad 100644 --- a/c/src/tests/mptests/mp13/node2/Makefile.in +++ b/c/src/tests/mptests/mp13/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp13 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp14/Makefile.in b/c/src/tests/mptests/mp14/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/mptests/mp14/Makefile.in +++ b/c/src/tests/mptests/mp14/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/mptests/mp14/node1/Makefile.in b/c/src/tests/mptests/mp14/node1/Makefile.in index 4129e7d526..5f6295871c 100644 --- a/c/src/tests/mptests/mp14/node1/Makefile.in +++ b/c/src/tests/mptests/mp14/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 TEST=mp14 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/mptests/mp14/node2/Makefile.in b/c/src/tests/mptests/mp14/node2/Makefile.in index 6ebe8cba4b..64cb02d5bc 100644 --- a/c/src/tests/mptests/mp14/node2/Makefile.in +++ b/c/src/tests/mptests/mp14/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 TEST=mp14 PGM=${ARCH}/$(TEST)-node$(NODE).exe @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/mptests/node$(NODE)/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/Makefile.in b/c/src/tests/psxtests/Makefile.in index d15686beef..9b5fc79e2f 100644 --- a/c/src/tests/psxtests/Makefile.in +++ b/c/src/tests/psxtests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/psxtests/psx01/Makefile.in b/c/src/tests/psxtests/psx01/Makefile.in index e6508310f7..ed7cfb6175 100644 --- a/c/src/tests/psxtests/psx01/Makefile.in +++ b/c/src/tests/psxtests/psx01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx01 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx02/Makefile.in b/c/src/tests/psxtests/psx02/Makefile.in index 4f8d77c334..ff336d6210 100644 --- a/c/src/tests/psxtests/psx02/Makefile.in +++ b/c/src/tests/psxtests/psx02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx02 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx03/Makefile.in b/c/src/tests/psxtests/psx03/Makefile.in index c3d0ef7fba..532a42a7bc 100644 --- a/c/src/tests/psxtests/psx03/Makefile.in +++ b/c/src/tests/psxtests/psx03/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx03 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx04/Makefile.in b/c/src/tests/psxtests/psx04/Makefile.in index 92aff63d8a..3079d11d6c 100644 --- a/c/src/tests/psxtests/psx04/Makefile.in +++ b/c/src/tests/psxtests/psx04/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx04 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx05/Makefile.in b/c/src/tests/psxtests/psx05/Makefile.in index af3157e227..0dd2e8ad0f 100644 --- a/c/src/tests/psxtests/psx05/Makefile.in +++ b/c/src/tests/psxtests/psx05/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx05 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx06/Makefile.in b/c/src/tests/psxtests/psx06/Makefile.in index 578fbeffd7..2febb4b5b8 100644 --- a/c/src/tests/psxtests/psx06/Makefile.in +++ b/c/src/tests/psxtests/psx06/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx06 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx07/Makefile.in b/c/src/tests/psxtests/psx07/Makefile.in index 10f3b00851..e917b4719a 100644 --- a/c/src/tests/psxtests/psx07/Makefile.in +++ b/c/src/tests/psxtests/psx07/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx07 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx08/Makefile.in b/c/src/tests/psxtests/psx08/Makefile.in index 3eba288f92..940d82afe9 100644 --- a/c/src/tests/psxtests/psx08/Makefile.in +++ b/c/src/tests/psxtests/psx08/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx08 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx09/Makefile.in b/c/src/tests/psxtests/psx09/Makefile.in index 09eadef72d..55d0f428fc 100644 --- a/c/src/tests/psxtests/psx09/Makefile.in +++ b/c/src/tests/psxtests/psx09/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx09 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx10/Makefile.in b/c/src/tests/psxtests/psx10/Makefile.in index a65b61bbd8..e405de03cb 100644 --- a/c/src/tests/psxtests/psx10/Makefile.in +++ b/c/src/tests/psxtests/psx10/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx10 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx11/Makefile.in b/c/src/tests/psxtests/psx11/Makefile.in index 96881f8a2b..2ab1291c5b 100644 --- a/c/src/tests/psxtests/psx11/Makefile.in +++ b/c/src/tests/psxtests/psx11/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx11 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx12/Makefile.in b/c/src/tests/psxtests/psx12/Makefile.in index f2ea2915bb..ec265c0c9b 100644 --- a/c/src/tests/psxtests/psx12/Makefile.in +++ b/c/src/tests/psxtests/psx12/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx12 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psx13/Makefile.in b/c/src/tests/psxtests/psx13/Makefile.in index a4fd19b36a..45dc0ac2e4 100644 --- a/c/src/tests/psxtests/psx13/Makefile.in +++ b/c/src/tests/psxtests/psx13/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psx13 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxfile01/Makefile.in b/c/src/tests/psxtests/psxfile01/Makefile.in index 142298799a..2adbce89e9 100644 --- a/c/src/tests/psxtests/psxfile01/Makefile.in +++ b/c/src/tests/psxtests/psxfile01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/../filesupp RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxfile01 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxfile02/Makefile.in b/c/src/tests/psxtests/psxfile02/Makefile.in index e4f9f17576..f3b693f8be 100644 --- a/c/src/tests/psxtests/psxfile02/Makefile.in +++ b/c/src/tests/psxtests/psxfile02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxfile02 MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxhdrs/Makefile.in b/c/src/tests/psxtests/psxhdrs/Makefile.in index a47ffccb4f..def898986f 100644 --- a/c/src/tests/psxtests/psxhdrs/Makefile.in +++ b/c/src/tests/psxtests/psxhdrs/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + # C source names, if any, go here -- minus the C_PIECES=\ clock01 clock02 clock03 clock04 clock05 \ diff --git a/c/src/tests/psxtests/psxmount/Makefile.in b/c/src/tests/psxtests/psxmount/Makefile.in index f0d0443e9b..61fb54f41d 100644 --- a/c/src/tests/psxtests/psxmount/Makefile.in +++ b/c/src/tests/psxtests/psxmount/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxmount MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxreaddir/Makefile.in b/c/src/tests/psxtests/psxreaddir/Makefile.in index 86077c4240..50dd38b7c2 100644 --- a/c/src/tests/psxtests/psxreaddir/Makefile.in +++ b/c/src/tests/psxtests/psxreaddir/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxreaddir MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxstat/Makefile.in b/c/src/tests/psxtests/psxstat/Makefile.in index 4a185e02fe..a7b6575e15 100644 --- a/c/src/tests/psxtests/psxstat/Makefile.in +++ b/c/src/tests/psxtests/psxstat/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxstat MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxtime/Makefile.in b/c/src/tests/psxtests/psxtime/Makefile.in index 7aa1922836..f6863d83af 100644 --- a/c/src/tests/psxtests/psxtime/Makefile.in +++ b/c/src/tests/psxtests/psxtime/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxtime MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/psxtimer/Makefile.in b/c/src/tests/psxtests/psxtimer/Makefile.in index bcfa84bf4c..435bec00cd 100644 --- a/c/src/tests/psxtests/psxtimer/Makefile.in +++ b/c/src/tests/psxtests/psxtimer/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=psxtimer MANAGERS=all @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/psxtests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/psxtests/support/Makefile.in b/c/src/tests/psxtests/support/Makefile.in index c6e08f919c..d3cb78f36e 100644 --- a/c/src/tests/psxtests/support/Makefile.in +++ b/c/src/tests/psxtests/support/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/psxtests/support/include/Makefile.in b/c/src/tests/psxtests/support/include/Makefile.in index bf79747aff..6bf593fcfb 100644 --- a/c/src/tests/psxtests/support/include/Makefile.in +++ b/c/src/tests/psxtests/support/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES= $(srcdir)/pmacros.h SYS_H_FILES= @@ -21,6 +23,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) -# $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) +# $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/tests/samples/Makefile.in b/c/src/tests/samples/Makefile.in index a76b6478f7..8f8397fef4 100644 --- a/c/src/tests/samples/Makefile.in +++ b/c/src/tests/samples/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/samples/base_mp/Makefile.in b/c/src/tests/samples/base_mp/Makefile.in index 9090167761..3cd108ecfb 100644 --- a/c/src/tests/samples/base_mp/Makefile.in +++ b/c/src/tests/samples/base_mp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/samples/base_mp/node1/Makefile.in b/c/src/tests/samples/base_mp/node1/Makefile.in index c0f6a761b5..55792471c8 100644 --- a/c/src/tests/samples/base_mp/node1/Makefile.in +++ b/c/src/tests/samples/base_mp/node1/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=1 SAMPLE=base_mp PGM=${ARCH}/$(SAMPLE)-node$(NODE).exe diff --git a/c/src/tests/samples/base_mp/node2/Makefile.in b/c/src/tests/samples/base_mp/node2/Makefile.in index 67c98aeeef..3df7ea1014 100644 --- a/c/src/tests/samples/base_mp/node2/Makefile.in +++ b/c/src/tests/samples/base_mp/node2/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@:@srcdir@/.. RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + NODE=2 SAMPLE=base_mp PGM=${ARCH}/$(SAMPLE)-node$(NODE).exe diff --git a/c/src/tests/samples/base_sp/Makefile.in b/c/src/tests/samples/base_sp/Makefile.in index 50630816f4..fd16719911 100644 --- a/c/src/tests/samples/base_sp/Makefile.in +++ b/c/src/tests/samples/base_sp/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=base_sp PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/samples/cdtest/Makefile.in b/c/src/tests/samples/cdtest/Makefile.in index f8619da48c..ae53a575f6 100644 --- a/c/src/tests/samples/cdtest/Makefile.in +++ b/c/src/tests/samples/cdtest/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=cdtest PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/samples/hello/Makefile.in b/c/src/tests/samples/hello/Makefile.in index f556dd49e3..e839e9d3dd 100644 --- a/c/src/tests/samples/hello/Makefile.in +++ b/c/src/tests/samples/hello/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=hello PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/samples/paranoia/Makefile.in b/c/src/tests/samples/paranoia/Makefile.in index 907d4aeefe..e65ad966dc 100644 --- a/c/src/tests/samples/paranoia/Makefile.in +++ b/c/src/tests/samples/paranoia/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=paranoia PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/samples/ticker/Makefile.in b/c/src/tests/samples/ticker/Makefile.in index 2a37a918a9..3910ce175c 100644 --- a/c/src/tests/samples/ticker/Makefile.in +++ b/c/src/tests/samples/ticker/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + SAMPLE=ticker PGM=${ARCH}/$(SAMPLE).exe diff --git a/c/src/tests/sptests/Makefile.in b/c/src/tests/sptests/Makefile.in index 66749ecda6..36acd3092a 100644 --- a/c/src/tests/sptests/Makefile.in +++ b/c/src/tests/sptests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/sptests/sp01/Makefile.in b/c/src/tests/sptests/sp01/Makefile.in index 82f9a0292c..6ee63bb489 100644 --- a/c/src/tests/sptests/sp01/Makefile.in +++ b/c/src/tests/sptests/sp01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp01 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp02/Makefile.in b/c/src/tests/sptests/sp02/Makefile.in index c575cc532b..fb900aa394 100644 --- a/c/src/tests/sptests/sp02/Makefile.in +++ b/c/src/tests/sptests/sp02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp02 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp03/Makefile.in b/c/src/tests/sptests/sp03/Makefile.in index aff787ea30..ded15a6175 100644 --- a/c/src/tests/sptests/sp03/Makefile.in +++ b/c/src/tests/sptests/sp03/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp03 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp04/Makefile.in b/c/src/tests/sptests/sp04/Makefile.in index 381b5bd73a..9e05d1983c 100644 --- a/c/src/tests/sptests/sp04/Makefile.in +++ b/c/src/tests/sptests/sp04/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp04 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp05/Makefile.in b/c/src/tests/sptests/sp05/Makefile.in index f3cc475d57..f65f8c82ff 100644 --- a/c/src/tests/sptests/sp05/Makefile.in +++ b/c/src/tests/sptests/sp05/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp05 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp06/Makefile.in b/c/src/tests/sptests/sp06/Makefile.in index 149767ba11..b95ba74acc 100644 --- a/c/src/tests/sptests/sp06/Makefile.in +++ b/c/src/tests/sptests/sp06/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp06 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp07/Makefile.in b/c/src/tests/sptests/sp07/Makefile.in index bd56649dd7..25a32ac117 100644 --- a/c/src/tests/sptests/sp07/Makefile.in +++ b/c/src/tests/sptests/sp07/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp07 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp08/Makefile.in b/c/src/tests/sptests/sp08/Makefile.in index 3f77248cc8..0a2f5ac019 100644 --- a/c/src/tests/sptests/sp08/Makefile.in +++ b/c/src/tests/sptests/sp08/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp08 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp09/Makefile.in b/c/src/tests/sptests/sp09/Makefile.in index 67da5d97bd..cba4f11ff8 100644 --- a/c/src/tests/sptests/sp09/Makefile.in +++ b/c/src/tests/sptests/sp09/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp09 MANAGERS=io message dual_ported_memory event multi_processor \ @@ -59,7 +61,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp11/Makefile.in b/c/src/tests/sptests/sp11/Makefile.in index 6d1eca6b35..2914cf5b95 100644 --- a/c/src/tests/sptests/sp11/Makefile.in +++ b/c/src/tests/sptests/sp11/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp11 MANAGERS=io event timer @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp12/Makefile.in b/c/src/tests/sptests/sp12/Makefile.in index b472a94841..49312147c3 100644 --- a/c/src/tests/sptests/sp12/Makefile.in +++ b/c/src/tests/sptests/sp12/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp12 MANAGERS=io semaphore @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp13/Makefile.in b/c/src/tests/sptests/sp13/Makefile.in index 2bee0da020..5cc7604262 100644 --- a/c/src/tests/sptests/sp13/Makefile.in +++ b/c/src/tests/sptests/sp13/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp13 MANAGERS=io message @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp14/Makefile.in b/c/src/tests/sptests/sp14/Makefile.in index 486c2ebc63..e1020b292c 100644 --- a/c/src/tests/sptests/sp14/Makefile.in +++ b/c/src/tests/sptests/sp14/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp14 MANAGERS=io signal timer @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp15/Makefile.in b/c/src/tests/sptests/sp15/Makefile.in index 8bc3f93e5c..d5eb9340ca 100644 --- a/c/src/tests/sptests/sp15/Makefile.in +++ b/c/src/tests/sptests/sp15/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp15 MANAGERS=io partition @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp16/Makefile.in b/c/src/tests/sptests/sp16/Makefile.in index f818b5a041..1b0cb7a397 100644 --- a/c/src/tests/sptests/sp16/Makefile.in +++ b/c/src/tests/sptests/sp16/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp16 MANAGERS=io region @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp17/Makefile.in b/c/src/tests/sptests/sp17/Makefile.in index c76375ccab..3e842c64c0 100644 --- a/c/src/tests/sptests/sp17/Makefile.in +++ b/c/src/tests/sptests/sp17/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp17 MANAGERS=io signal @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp19/Makefile.in b/c/src/tests/sptests/sp19/Makefile.in index 606ab65d14..21bed11422 100644 --- a/c/src/tests/sptests/sp19/Makefile.in +++ b/c/src/tests/sptests/sp19/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp19 MANAGERS=io @@ -57,7 +59,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp20/Makefile.in b/c/src/tests/sptests/sp20/Makefile.in index eb60bc8930..1f83222d6a 100644 --- a/c/src/tests/sptests/sp20/Makefile.in +++ b/c/src/tests/sptests/sp20/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp20 MANAGERS=io rate_monotonic @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp21/Makefile.in b/c/src/tests/sptests/sp21/Makefile.in index c871405e79..d1e2540620 100644 --- a/c/src/tests/sptests/sp21/Makefile.in +++ b/c/src/tests/sptests/sp21/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp21 MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp22/Makefile.in b/c/src/tests/sptests/sp22/Makefile.in index a53f032e32..43aa41c5fc 100644 --- a/c/src/tests/sptests/sp22/Makefile.in +++ b/c/src/tests/sptests/sp22/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp22 MANAGERS=io timer @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp23/Makefile.in b/c/src/tests/sptests/sp23/Makefile.in index b8d5dc89f0..a053e33c3c 100644 --- a/c/src/tests/sptests/sp23/Makefile.in +++ b/c/src/tests/sptests/sp23/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp23 MANAGERS=io dual_ported_memory @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp24/Makefile.in b/c/src/tests/sptests/sp24/Makefile.in index a30c1a475b..ed2407959c 100644 --- a/c/src/tests/sptests/sp24/Makefile.in +++ b/c/src/tests/sptests/sp24/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp24 MANAGERS=io event timer @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/sp25/Makefile.in b/c/src/tests/sptests/sp25/Makefile.in index a065dbd6be..e03e973253 100644 --- a/c/src/tests/sptests/sp25/Makefile.in +++ b/c/src/tests/sptests/sp25/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=sp25 MANAGERS=io region @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests/$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/spfatal/Makefile.in b/c/src/tests/sptests/spfatal/Makefile.in index e44b222619..84c065d441 100644 --- a/c/src/tests/sptests/spfatal/Makefile.in +++ b/c/src/tests/sptests/spfatal/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=spfatal MANAGERS=io @@ -56,7 +58,7 @@ CLOBBER_ADDITIONS += all: ${ARCH} $(SRCS) $(PGM) $(INSTALL_VARIANT) -m 555 ${PGM} ${PROJECT_RELEASE}/tests - $(INSTALL) $(srcdir)/$(TEST).scn \ + $(INSTALL_CHANGE) $(srcdir)/$(TEST).scn \ ${PROJECT_RELEASE}/tests/screens/sptests//$(TEST).scn ${PGM}: $(OBJS) $(LINK_FILES) diff --git a/c/src/tests/sptests/spsize/Makefile.in b/c/src/tests/sptests/spsize/Makefile.in index bf8ae8f835..0df28df53f 100644 --- a/c/src/tests/sptests/spsize/Makefile.in +++ b/c/src/tests/sptests/spsize/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + MANAGERS=io # C source names, if any, go here -- minus the .c diff --git a/c/src/tests/support/Makefile.in b/c/src/tests/support/Makefile.in index d67efb6814..49dded11f1 100644 --- a/c/src/tests/support/Makefile.in +++ b/c/src/tests/support/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/support/include/Makefile.in b/c/src/tests/support/include/Makefile.in index 30e7468784..dbca2bad6e 100644 --- a/c/src/tests/support/include/Makefile.in +++ b/c/src/tests/support/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES= $(srcdir)/tmacros.h SYS_H_FILES= @@ -21,6 +23,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/tests/support/stubdr/Makefile.in b/c/src/tests/support/stubdr/Makefile.in index 3676d2b650..a7f67c89a3 100644 --- a/c/src/tests/support/stubdr/Makefile.in +++ b/c/src/tests/support/stubdr/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + PGM=${ARCH}/stubdr.rel # C source names, if any, go here -- minus the .c @@ -54,5 +56,5 @@ ${PGM}: ${SRCS} ${OBJS} $(make-rel) all: ${ARCH} $(SRCS) $(PGM) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) $(INSTALL_VARIANT) -m 644 $(PGM) ${PROJECT_RELEASE}/lib diff --git a/c/src/tests/support/wrapup/Makefile.in b/c/src/tests/support/wrapup/Makefile.in index 31f78c914b..cc8afc8154 100644 --- a/c/src/tests/support/wrapup/Makefile.in +++ b/c/src/tests/support/wrapup/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + GENERIC_PIECES=stubdr # bummer; have to use $foreach since % pattern subst rules only replace 1x diff --git a/c/src/tests/tmtests/Makefile.in b/c/src/tests/tmtests/Makefile.in index c381a590c2..7d3a1c8055 100644 --- a/c/src/tests/tmtests/Makefile.in +++ b/c/src/tests/tmtests/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/tmtests/include/Makefile.in b/c/src/tests/tmtests/include/Makefile.in index ad9869bf96..207d68d649 100644 --- a/c/src/tests/tmtests/include/Makefile.in +++ b/c/src/tests/tmtests/include/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + H_FILES= $(srcdir)/timesys.h SYS_H_FILES= @@ -21,6 +23,6 @@ CLEAN_ADDITIONS += CLOBBER_ADDITIONS += all: $(SRCS) - $(INSTALL) -m 444 $(H_FILES) $(PROJECT_INCLUDE) - $(INSTALL) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys + $(INSTALL_CHANGE) -m 444 $(H_FILES) $(PROJECT_INCLUDE) + $(INSTALL_CHANGE) -m 444 $(SYS_H_FILES) $(PROJECT_INCLUDE)/sys diff --git a/c/src/tests/tmtests/tm01/Makefile.in b/c/src/tests/tmtests/tm01/Makefile.in index 106ffc1074..7166c8ee58 100644 --- a/c/src/tests/tmtests/tm01/Makefile.in +++ b/c/src/tests/tmtests/tm01/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm01 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm02/Makefile.in b/c/src/tests/tmtests/tm02/Makefile.in index 00d88c3098..72a37e690a 100644 --- a/c/src/tests/tmtests/tm02/Makefile.in +++ b/c/src/tests/tmtests/tm02/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm02 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm03/Makefile.in b/c/src/tests/tmtests/tm03/Makefile.in index b79d3779b0..64157edf91 100644 --- a/c/src/tests/tmtests/tm03/Makefile.in +++ b/c/src/tests/tmtests/tm03/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm03 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm04/Makefile.in b/c/src/tests/tmtests/tm04/Makefile.in index 22af1721f4..f49aa60384 100644 --- a/c/src/tests/tmtests/tm04/Makefile.in +++ b/c/src/tests/tmtests/tm04/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm04 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm05/Makefile.in b/c/src/tests/tmtests/tm05/Makefile.in index ca9177854f..4e816bffc9 100644 --- a/c/src/tests/tmtests/tm05/Makefile.in +++ b/c/src/tests/tmtests/tm05/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm05 MANAGERS=io diff --git a/c/src/tests/tmtests/tm06/Makefile.in b/c/src/tests/tmtests/tm06/Makefile.in index 48f0041d95..e835cfb03f 100644 --- a/c/src/tests/tmtests/tm06/Makefile.in +++ b/c/src/tests/tmtests/tm06/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm06 MANAGERS=io diff --git a/c/src/tests/tmtests/tm07/Makefile.in b/c/src/tests/tmtests/tm07/Makefile.in index af170e9095..33c882d628 100644 --- a/c/src/tests/tmtests/tm07/Makefile.in +++ b/c/src/tests/tmtests/tm07/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm07 MANAGERS=io diff --git a/c/src/tests/tmtests/tm08/Makefile.in b/c/src/tests/tmtests/tm08/Makefile.in index 3080df91f4..881d8e5517 100644 --- a/c/src/tests/tmtests/tm08/Makefile.in +++ b/c/src/tests/tmtests/tm08/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm08 MANAGERS=io diff --git a/c/src/tests/tmtests/tm09/Makefile.in b/c/src/tests/tmtests/tm09/Makefile.in index d6af7f56fb..fceea2ea40 100644 --- a/c/src/tests/tmtests/tm09/Makefile.in +++ b/c/src/tests/tmtests/tm09/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm09 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm10/Makefile.in b/c/src/tests/tmtests/tm10/Makefile.in index 7d6654249e..7b4a5f0269 100644 --- a/c/src/tests/tmtests/tm10/Makefile.in +++ b/c/src/tests/tmtests/tm10/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm10 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm11/Makefile.in b/c/src/tests/tmtests/tm11/Makefile.in index f9871da2d8..20be4ab3a0 100644 --- a/c/src/tests/tmtests/tm11/Makefile.in +++ b/c/src/tests/tmtests/tm11/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm11 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm12/Makefile.in b/c/src/tests/tmtests/tm12/Makefile.in index dc09233b53..45d6527728 100644 --- a/c/src/tests/tmtests/tm12/Makefile.in +++ b/c/src/tests/tmtests/tm12/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm12 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm13/Makefile.in b/c/src/tests/tmtests/tm13/Makefile.in index b6242c7d08..5f6cfe913d 100644 --- a/c/src/tests/tmtests/tm13/Makefile.in +++ b/c/src/tests/tmtests/tm13/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm13 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm14/Makefile.in b/c/src/tests/tmtests/tm14/Makefile.in index 44fe651e53..7b05bec011 100644 --- a/c/src/tests/tmtests/tm14/Makefile.in +++ b/c/src/tests/tmtests/tm14/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm14 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm15/Makefile.in b/c/src/tests/tmtests/tm15/Makefile.in index 05f5d7696a..884066f468 100644 --- a/c/src/tests/tmtests/tm15/Makefile.in +++ b/c/src/tests/tmtests/tm15/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm15 MANAGERS=io event diff --git a/c/src/tests/tmtests/tm16/Makefile.in b/c/src/tests/tmtests/tm16/Makefile.in index b42ea2af7b..b91aa41e8b 100644 --- a/c/src/tests/tmtests/tm16/Makefile.in +++ b/c/src/tests/tmtests/tm16/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm16 MANAGERS=io event diff --git a/c/src/tests/tmtests/tm17/Makefile.in b/c/src/tests/tmtests/tm17/Makefile.in index 2e6a0bea66..9c8e8029a2 100644 --- a/c/src/tests/tmtests/tm17/Makefile.in +++ b/c/src/tests/tmtests/tm17/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm17 MANAGERS=io diff --git a/c/src/tests/tmtests/tm18/Makefile.in b/c/src/tests/tmtests/tm18/Makefile.in index 6669ab25c9..d643b94192 100644 --- a/c/src/tests/tmtests/tm18/Makefile.in +++ b/c/src/tests/tmtests/tm18/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm18 MANAGERS=io diff --git a/c/src/tests/tmtests/tm19/Makefile.in b/c/src/tests/tmtests/tm19/Makefile.in index 7b1d0c9bb6..f3126e8bcf 100644 --- a/c/src/tests/tmtests/tm19/Makefile.in +++ b/c/src/tests/tmtests/tm19/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm19 MANAGERS=io signal diff --git a/c/src/tests/tmtests/tm20/Makefile.in b/c/src/tests/tmtests/tm20/Makefile.in index 534795e747..5d65d6656a 100644 --- a/c/src/tests/tmtests/tm20/Makefile.in +++ b/c/src/tests/tmtests/tm20/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm20 MANAGERS=io partition region diff --git a/c/src/tests/tmtests/tm21/Makefile.in b/c/src/tests/tmtests/tm21/Makefile.in index 020560c506..2c3c6ca88f 100644 --- a/c/src/tests/tmtests/tm21/Makefile.in +++ b/c/src/tests/tmtests/tm21/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm21 MANAGERS=io dpmem message partition region semaphore rate_monotonic timer diff --git a/c/src/tests/tmtests/tm22/Makefile.in b/c/src/tests/tmtests/tm22/Makefile.in index 54e4aca990..0b6063811b 100644 --- a/c/src/tests/tmtests/tm22/Makefile.in +++ b/c/src/tests/tmtests/tm22/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm22 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm23/Makefile.in b/c/src/tests/tmtests/tm23/Makefile.in index 6838580789..1f186c25c8 100644 --- a/c/src/tests/tmtests/tm23/Makefile.in +++ b/c/src/tests/tmtests/tm23/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm23 MANAGERS=io event timer diff --git a/c/src/tests/tmtests/tm24/Makefile.in b/c/src/tests/tmtests/tm24/Makefile.in index 1b7b463eb4..c260514bdd 100644 --- a/c/src/tests/tmtests/tm24/Makefile.in +++ b/c/src/tests/tmtests/tm24/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm24 MANAGERS=io message diff --git a/c/src/tests/tmtests/tm25/Makefile.in b/c/src/tests/tmtests/tm25/Makefile.in index 0a2809bf8d..2062b70ac0 100644 --- a/c/src/tests/tmtests/tm25/Makefile.in +++ b/c/src/tests/tmtests/tm25/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm25 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm26/Makefile.in b/c/src/tests/tmtests/tm26/Makefile.in index cab9d13b1a..a9637da064 100644 --- a/c/src/tests/tmtests/tm26/Makefile.in +++ b/c/src/tests/tmtests/tm26/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm26 MANAGERS=io semaphore diff --git a/c/src/tests/tmtests/tm27/Makefile.in b/c/src/tests/tmtests/tm27/Makefile.in index 87a08bbcf9..8c8eeecf85 100644 --- a/c/src/tests/tmtests/tm27/Makefile.in +++ b/c/src/tests/tmtests/tm27/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm27 MANAGERS=io diff --git a/c/src/tests/tmtests/tm28/Makefile.in b/c/src/tests/tmtests/tm28/Makefile.in index 44bb5a21d7..ef12decc90 100644 --- a/c/src/tests/tmtests/tm28/Makefile.in +++ b/c/src/tests/tmtests/tm28/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm28 MANAGERS=io dpmem diff --git a/c/src/tests/tmtests/tm29/Makefile.in b/c/src/tests/tmtests/tm29/Makefile.in index d55070a540..7b5284edf6 100644 --- a/c/src/tests/tmtests/tm29/Makefile.in +++ b/c/src/tests/tmtests/tm29/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tm29 MANAGERS=io rate_monotonic diff --git a/c/src/tests/tmtests/tmck/Makefile.in b/c/src/tests/tmtests/tmck/Makefile.in index ed39cab9b6..e4b997d1e1 100644 --- a/c/src/tests/tmtests/tmck/Makefile.in +++ b/c/src/tests/tmtests/tmck/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tmck MANAGERS=io diff --git a/c/src/tests/tmtests/tmoverhd/Makefile.in b/c/src/tests/tmtests/tmoverhd/Makefile.in index d16061a4f3..ca6650cba7 100644 --- a/c/src/tests/tmtests/tmoverhd/Makefile.in +++ b/c/src/tests/tmtests/tmoverhd/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + TEST=tmoverhd MANAGERS=io diff --git a/c/src/tests/tools/Makefile.in b/c/src/tests/tools/Makefile.in index 6dba1f38f6..72d96812df 100644 --- a/c/src/tests/tools/Makefile.in +++ b/c/src/tests/tools/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/directory.cfg diff --git a/c/src/tests/tools/generic/Makefile.in b/c/src/tests/tools/generic/Makefile.in index 283fdd7740..57abac3391 100644 --- a/c/src/tests/tools/generic/Makefile.in +++ b/c/src/tests/tools/generic/Makefile.in @@ -8,6 +8,8 @@ VPATH = @srcdir@ RTEMS_ROOT = @top_srcdir@ PROJECT_ROOT = @PROJECT_ROOT@ +INSTALL = @INSTALL@ + include $(RTEMS_ROOT)/make/custom/$(RTEMS_BSP).cfg include $(RTEMS_ROOT)/make/leaf.cfg -- cgit v1.2.3