From 6895c06855852895470f590790ecb67d0cb75ba7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 1 Dec 2003 21:25:08 +0000 Subject: 2003-12-01 Ralf Corsepius * cpuuse/Makefile.am: Remove all-local: $(ARCH). * malloctest/Makefile.am: Remove all-local: $(ARCH). * monitor/Makefile.am: Remove all-local: $(ARCH). * putenvtest/Makefile.am: Remove all-local: $(ARCH). * rtems++/Makefile.am: Remove all-local: $(ARCH). * rtmonuse/Makefile.am: Remove all-local: $(ARCH). * stackchk/Makefile.am: Remove all-local: $(ARCH). * termios/Makefile.am: Remove all-local: $(ARCH). --- testsuites/libtests/ChangeLog | 11 +++++++++++ testsuites/libtests/cpuuse/Makefile.am | 3 +-- testsuites/libtests/malloctest/Makefile.am | 3 +-- testsuites/libtests/monitor/Makefile.am | 3 +-- testsuites/libtests/putenvtest/Makefile.am | 3 +-- testsuites/libtests/rtems++/Makefile.am | 3 +-- testsuites/libtests/rtmonuse/Makefile.am | 3 +-- testsuites/libtests/stackchk/Makefile.am | 3 +-- testsuites/libtests/termios/Makefile.am | 3 +-- 9 files changed, 19 insertions(+), 16 deletions(-) (limited to 'testsuites') diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog index 421ea064ca..c8ed0a3a48 100644 --- a/testsuites/libtests/ChangeLog +++ b/testsuites/libtests/ChangeLog @@ -1,3 +1,14 @@ +2003-12-01 Ralf Corsepius + + * cpuuse/Makefile.am: Remove all-local: $(ARCH). + * malloctest/Makefile.am: Remove all-local: $(ARCH). + * monitor/Makefile.am: Remove all-local: $(ARCH). + * putenvtest/Makefile.am: Remove all-local: $(ARCH). + * rtems++/Makefile.am: Remove all-local: $(ARCH). + * rtmonuse/Makefile.am: Remove all-local: $(ARCH). + * stackchk/Makefile.am: Remove all-local: $(ARCH). + * termios/Makefile.am: Remove all-local: $(ARCH). + 2003-11-10 Ralf Corsepius * configure.ac: Reflect having moved to testsuites/. diff --git a/testsuites/libtests/cpuuse/Makefile.am b/testsuites/libtests/cpuuse/Makefile.am index c07192445e..259986134d 100644 --- a/testsuites/libtests/cpuuse/Makefile.am +++ b/testsuites/libtests/cpuuse/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - TEST = cpuuse MANAGERS = io rate_monotonic @@ -35,7 +34,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/testsuites/libtests/malloctest/Makefile.am b/testsuites/libtests/malloctest/Makefile.am index 9578e6dd6d..63903d60bf 100644 --- a/testsuites/libtests/malloctest/Makefile.am +++ b/testsuites/libtests/malloctest/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - TEST = malloctest MANAGERS = io @@ -35,7 +34,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/testsuites/libtests/monitor/Makefile.am b/testsuites/libtests/monitor/Makefile.am index bddd34e116..84abe1d9c0 100644 --- a/testsuites/libtests/monitor/Makefile.am +++ b/testsuites/libtests/monitor/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - TEST = monitor MANAGERS = dpmem event io msg mp part region sem signal timer rate_monotonic \ @@ -36,7 +35,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/testsuites/libtests/putenvtest/Makefile.am b/testsuites/libtests/putenvtest/Makefile.am index a23d35eab8..f5d42a192a 100644 --- a/testsuites/libtests/putenvtest/Makefile.am +++ b/testsuites/libtests/putenvtest/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - TEST = putenvtest MANAGERS = io @@ -35,7 +34,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/testsuites/libtests/rtems++/Makefile.am b/testsuites/libtests/rtems++/Makefile.am index 35438b31da..c1795552bc 100644 --- a/testsuites/libtests/rtems++/Makefile.am +++ b/testsuites/libtests/rtems++/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - TEST = rtems++ MANAGERS = event io msg sem signal timer rate_monotonic @@ -38,7 +37,7 @@ if HAS_CXX ${PGM}: $(OBJS) $(LINK_FILES) $(make-cxx-exe) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) else all-local: endif diff --git a/testsuites/libtests/rtmonuse/Makefile.am b/testsuites/libtests/rtmonuse/Makefile.am index b153c9815d..38cd6d668e 100644 --- a/testsuites/libtests/rtmonuse/Makefile.am +++ b/testsuites/libtests/rtmonuse/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - TEST = rtmonuse MANAGERS = io rate_monotonic @@ -35,7 +34,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/testsuites/libtests/stackchk/Makefile.am b/testsuites/libtests/stackchk/Makefile.am index 11719aac64..02433dbff4 100644 --- a/testsuites/libtests/stackchk/Makefile.am +++ b/testsuites/libtests/stackchk/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - TEST = stackchk MANAGERS = io @@ -35,7 +34,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) diff --git a/testsuites/libtests/termios/Makefile.am b/testsuites/libtests/termios/Makefile.am index c531928e4f..976c8cc502 100644 --- a/testsuites/libtests/termios/Makefile.am +++ b/testsuites/libtests/termios/Makefile.am @@ -2,7 +2,6 @@ ## $Id$ ## - TEST = termios MANAGERS = io @@ -35,7 +34,7 @@ include $(top_srcdir)/libtests.am ${PGM}: $(OBJS) $(LINK_FILES) $(make-exe) -all-local: $(ARCH) $(TMPINSTALL_FILES) +all-local: $(TMPINSTALL_FILES) EXTRA_DIST = $(C_FILES) $(DOCS) -- cgit v1.2.3