2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* 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).
This commit is contained in:
Ralf Corsepius
2003-12-01 21:25:08 +00:00
parent b051bc15a3
commit 6895c06855
9 changed files with 19 additions and 16 deletions

View File

@@ -1,3 +1,14 @@
2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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 <corsepiu@faw.uni-ulm.de>
* configure.ac: Reflect having moved to testsuites/.

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)

View File

@@ -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

View File

@@ -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)

View File

@@ -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)

View File

@@ -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)