change log for rtems (2011-12-08)

rtems-vc at rtems.org rtems-vc at rtems.org
Fri Dec 9 00:43:01 UTC 2011


 *joel*:
2011-12-07	Joel Sherrill <joel.sherrill at oarcorp.com>

	* psxtmtests_plan.csv: Add more test cases.

M   1.51  testsuites/psxtmtests/ChangeLog
M   1.32  testsuites/psxtmtests/psxtmtests_plan.csv

diff -u rtems/testsuites/psxtmtests/ChangeLog:1.50 rtems/testsuites/psxtmtests/ChangeLog:1.51
--- rtems/testsuites/psxtmtests/ChangeLog:1.50	Wed Oct 19 10:27:26 2011
+++ rtems/testsuites/psxtmtests/ChangeLog	Wed Dec  7 17:03:39 2011
@@ -1,3 +1,7 @@
+2011-12-07	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* psxtmtests_plan.csv: Add more test cases.
+
 2011-10-19	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* psxtmbarrier01/init.c, psxtmbarrier02/init.c, psxtmbarrier03/init.c,

diff -u rtems/testsuites/psxtmtests/psxtmtests_plan.csv:1.31 rtems/testsuites/psxtmtests/psxtmtests_plan.csv:1.32
--- rtems/testsuites/psxtmtests/psxtmtests_plan.csv:1.31	Wed Aug 24 16:15:57 2011
+++ rtems/testsuites/psxtmtests/psxtmtests_plan.csv	Wed Dec  7 17:03:39 2011
@@ -18,9 +18,9 @@
 "pthread_cond_signal - no threads waiting",,,
 "pthread_cond_signal - thread waiting, no preempt",,,
 "pthread_cond_signal - thread waiting, preempt",,,
-"pthread_cond_broadcast – no threads waiting",,,
-"pthread_cond_broadcast –  threads waiting, no preempt",,,
-"pthread_cond_broadcast –  threads waiting, preempt",,,
+"pthread_cond_broadcast ï¾– no threads waiting",,,
+"pthread_cond_broadcast ï¾–  threads waiting, no preempt",,,
+"pthread_cond_broadcast ï¾–  threads waiting, preempt",,,
 "pthread_cond_wait - blocks",,"psxtmtest_blocking",
 "pthread_cond_timedwait - blocks",,"psxtmtest_blocking",
 ,,,
@@ -29,12 +29,12 @@
 "pthread_join",,,
 "pthread_detach",,,
 "pthread_exit",,,
-"pthread_self","psxtmthread03","psxtmtest_single",
-"pthread_equal","psxtmthread03","psxtmtest_single",
-"pthread_getschedparam",,"psxtmtest_single",
-"pthread_setschedparam - no thread switch",,"psxtmtest_single",
-"pthread_setschedparam - lower own priority, preempt",,"psxtmtest_single",
-"pthread_setschedparam - raise other priority, preempt",,"psxtmtest_single",
+"pthread_self","psxtmthread03","psxtmtest_single w/multiple timings",
+"pthread_equal","psxtmthread03","psxtmtest_single w/multiple timings",
+"pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings",
+"pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings",
+"pthread_setschedparam - lower own priority, preempt","psxtmthread05","psxtmtest_single",
+"pthread_setschedparam - raise other priority, preempt","psxtmthread06","psxtmtest_single",
 ,,,
 "pthread_once",,,
 ,,,
@@ -58,12 +58,12 @@
 "pthread_barrier_wait - releasing, no preempt","psxtmbarrier03","psxtmtest_unblocking_nopreempt","Yes"
 "pthread_barrier_wait - releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt",
 ,,,
-"pthread_spin_init",,"psxtmtest_init_destroy",
-"pthread_spin_destroy",,"psxtmtest_init_destroy",
-"pthread_spin_lock - available",,"psxtmtest_single",
-"pthread_spin_trylock - available",,"psxtmtest_single",
-"pthread_spin_trylock - not available",,"psxtmtest_single",
-"pthread_spin_unlock",,,
+"pthread_spin_init","psxspin01","psxtmtest_init_destroy",
+"pthread_spin_destroy","psxspin01","psxtmtest_init_destroy",
+"pthread_spin_lock - available","psxspin02","psxtmtest_single w/multiple timings",
+"pthread_spin_trylock - available","psxspin02","psxtmtest_single w/multiple timings",
+"pthread_spin_trylock - not available","psxspin02","psxtmtest_single w/multiple timings",
+"pthread_spin_unlock","psxspin02","psxtmtest_single w/multiple timings",
 ,,,
 "pthread_rwlock_init","psxtmrwlock01","psxtmtest_init_destroy","Yes"
 "pthread_rwlock_destroy","psxtmrwlock01","psxtmtest_init_destroy","Yes"


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* imfs_fserror/Makefile.am, imfs_fslink/Makefile.am,
	imfs_fspatheval/Makefile.am, imfs_fspermission/Makefile.am,
	imfs_fsrdwr/Makefile.am, imfs_fssymlink/Makefile.am,
	imfs_fstime/Makefile.am, mdosfs_fserror/Makefile.am,
	mdosfs_fspatheval/Makefile.am, mdosfs_fsrdwr/Makefile.am,
	mdosfs_fstime/Makefile.am, mimfs_fserror/Makefile.am,
	mimfs_fslink/Makefile.am, mimfs_fspatheval/Makefile.am,
	mimfs_fspermission/Makefile.am, mimfs_fsrdwr/Makefile.am,
	mimfs_fssymlink/Makefile.am, mimfs_fstime/Makefile.am,
	mrfs_fserror/Makefile.am, mrfs_fslink/Makefile.am,
	mrfs_fspatheval/Makefile.am, mrfs_fspermission/Makefile.am,
	mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/Makefile.am,
	mrfs_fstime/Makefile.am: Remove obsolete optional manager capability.

M   1.15  testsuites/fstests/ChangeLog
M    1.2  testsuites/fstests/imfs_fserror/Makefile.am
M    1.4  testsuites/fstests/imfs_fslink/Makefile.am
M    1.2  testsuites/fstests/imfs_fspatheval/Makefile.am
M    1.2  testsuites/fstests/imfs_fspermission/Makefile.am
M    1.2  testsuites/fstests/imfs_fsrdwr/Makefile.am
M    1.4  testsuites/fstests/imfs_fssymlink/Makefile.am
M    1.2  testsuites/fstests/imfs_fstime/Makefile.am
M    1.2  testsuites/fstests/mdosfs_fserror/Makefile.am
M    1.2  testsuites/fstests/mdosfs_fspatheval/Makefile.am
M    1.2  testsuites/fstests/mdosfs_fsrdwr/Makefile.am
M    1.2  testsuites/fstests/mdosfs_fstime/Makefile.am
M    1.2  testsuites/fstests/mimfs_fserror/Makefile.am
M    1.4  testsuites/fstests/mimfs_fslink/Makefile.am
M    1.2  testsuites/fstests/mimfs_fspatheval/Makefile.am
M    1.2  testsuites/fstests/mimfs_fspermission/Makefile.am
M    1.2  testsuites/fstests/mimfs_fsrdwr/Makefile.am
M    1.4  testsuites/fstests/mimfs_fssymlink/Makefile.am
M    1.2  testsuites/fstests/mimfs_fstime/Makefile.am
M    1.2  testsuites/fstests/mrfs_fserror/Makefile.am
M    1.4  testsuites/fstests/mrfs_fslink/Makefile.am
M    1.2  testsuites/fstests/mrfs_fspatheval/Makefile.am
M    1.2  testsuites/fstests/mrfs_fspermission/Makefile.am
M    1.2  testsuites/fstests/mrfs_fsrdwr/Makefile.am
M    1.4  testsuites/fstests/mrfs_fssymlink/Makefile.am
M    1.2  testsuites/fstests/mrfs_fstime/Makefile.am

diff -u rtems/testsuites/fstests/ChangeLog:1.14 rtems/testsuites/fstests/ChangeLog:1.15
--- rtems/testsuites/fstests/ChangeLog:1.14	Wed Oct 26 08:35:16 2011
+++ rtems/testsuites/fstests/ChangeLog	Thu Dec  8 15:38:07 2011
@@ -1,3 +1,20 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* imfs_fserror/Makefile.am, imfs_fslink/Makefile.am,
+	imfs_fspatheval/Makefile.am, imfs_fspermission/Makefile.am,
+	imfs_fsrdwr/Makefile.am, imfs_fssymlink/Makefile.am,
+	imfs_fstime/Makefile.am, mdosfs_fserror/Makefile.am,
+	mdosfs_fspatheval/Makefile.am, mdosfs_fsrdwr/Makefile.am,
+	mdosfs_fstime/Makefile.am, mimfs_fserror/Makefile.am,
+	mimfs_fslink/Makefile.am, mimfs_fspatheval/Makefile.am,
+	mimfs_fspermission/Makefile.am, mimfs_fsrdwr/Makefile.am,
+	mimfs_fssymlink/Makefile.am, mimfs_fstime/Makefile.am,
+	mrfs_fserror/Makefile.am, mrfs_fslink/Makefile.am,
+	mrfs_fspatheval/Makefile.am, mrfs_fspermission/Makefile.am,
+	mrfs_fsrdwr/Makefile.am, mrfs_fssymlink/Makefile.am,
+	mrfs_fstime/Makefile.am: Remove obsolete optional manager capability.
+
 2011-10-26	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* Makefile.am: Fix DIST_SUBDIRS.

diff -u rtems/testsuites/fstests/imfs_fserror/Makefile.am:1.1 rtems/testsuites/fstests/imfs_fserror/Makefile.am:1.2
--- rtems/testsuites/fstests/imfs_fserror/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/imfs_fserror/Makefile.am	Thu Dec  8 15:38:07 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = imfs_fserror
 imfs_fserror_SOURCES  =  ../fserror/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-imfs_fserror_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/imfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(imfs_fserror_OBJECTS) $(imfs_fserror_LDADD)
+LINK_OBJS = $(imfs_fserror_OBJECTS)
 LINK_LIBS = $(imfs_fserror_LDLIBS)
 
 imfs_fserror$(EXEEXT): $(imfs_fserror_OBJECTS) $(imfs_fserror_DEPENDENCIES)

diff -u rtems/testsuites/fstests/imfs_fslink/Makefile.am:1.3 rtems/testsuites/fstests/imfs_fslink/Makefile.am:1.4
--- rtems/testsuites/fstests/imfs_fslink/Makefile.am:1.3	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/imfs_fslink/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = imfs_fslink
 imfs_fslink_SOURCES  =  ../fslink/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-imfs_fslink_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/imfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(imfs_fslink_OBJECTS) $(imfs_fslink_LDADD)
+LINK_OBJS = $(imfs_fslink_OBJECTS)
 LINK_LIBS = $(imfs_fslink_LDLIBS)
 
 imfs_fslink$(EXEEXT): $(imfs_fslink_OBJECTS) $(imfs_fslink_DEPENDENCIES)

diff -u rtems/testsuites/fstests/imfs_fspatheval/Makefile.am:1.1 rtems/testsuites/fstests/imfs_fspatheval/Makefile.am:1.2
--- rtems/testsuites/fstests/imfs_fspatheval/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/imfs_fspatheval/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = imfs_fspatheval
 imfs_fspatheval_SOURCES  = ../fspatheval/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-imfs_fspatheval_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/imfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(imfs_fspatheval_OBJECTS) $(imfs_fspatheval_LDADD)
+LINK_OBJS = $(imfs_fspatheval_OBJECTS)
 LINK_LIBS = $(imfs_fspatheval_LDLIBS)
 
 imfs_fspatheval$(EXEEXT): $(imfs_fspatheval_OBJECTS) $(imfs_fspatheval_DEPENDENCIES)

diff -u rtems/testsuites/fstests/imfs_fspermission/Makefile.am:1.1 rtems/testsuites/fstests/imfs_fspermission/Makefile.am:1.2
--- rtems/testsuites/fstests/imfs_fspermission/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/imfs_fspermission/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = imfs_fspermission
 imfs_fspermission_SOURCES  = ../fspermission/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-imfs_fspermission_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/imfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(imfs_fspermission_OBJECTS) $(imfs_fspermission_LDADD)
+LINK_OBJS = $(imfs_fspermission_OBJECTS)
 LINK_LIBS = $(imfs_fspermission_LDLIBS)
 
 imfs_fspermission$(EXEEXT): $(imfs_fspermission_OBJECTS) $(imfs_fspermission_DEPENDENCIES)

diff -u rtems/testsuites/fstests/imfs_fsrdwr/Makefile.am:1.1 rtems/testsuites/fstests/imfs_fsrdwr/Makefile.am:1.2
--- rtems/testsuites/fstests/imfs_fsrdwr/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/imfs_fsrdwr/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = imfs_fsrdwr
 imfs_fsrdwr_SOURCES  = ../fsrdwr/init.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-imfs_fsrdwr_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/imfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(imfs_fsrdwr_OBJECTS) $(imfs_fsrdwr_LDADD)
+LINK_OBJS = $(imfs_fsrdwr_OBJECTS)
 LINK_LIBS = $(imfs_fsrdwr_LDLIBS)
 
 imfs_fsrdwr$(EXEEXT): $(imfs_fsrdwr_OBJECTS) $(imfs_fsrdwr_DEPENDENCIES)

diff -u rtems/testsuites/fstests/imfs_fssymlink/Makefile.am:1.3 rtems/testsuites/fstests/imfs_fssymlink/Makefile.am:1.4
--- rtems/testsuites/fstests/imfs_fssymlink/Makefile.am:1.3	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/imfs_fssymlink/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = imfs_fssymlink
 imfs_fssymlink_SOURCES  = ../fssymlink/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-imfs_fssymlink_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/imfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(imfs_fssymlink_OBJECTS) $(imfs_fssymlink_LDADD)
+LINK_OBJS = $(imfs_fssymlink_OBJECTS)
 LINK_LIBS = $(imfs_fssymlink_LDLIBS)
 
 imfs_fssymlink$(EXEEXT): $(imfs_fssymlink_OBJECTS) $(imfs_fssymlink_DEPENDENCIES)

diff -u rtems/testsuites/fstests/imfs_fstime/Makefile.am:1.1 rtems/testsuites/fstests/imfs_fstime/Makefile.am:1.2
--- rtems/testsuites/fstests/imfs_fstime/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/imfs_fstime/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = imfs_fstime
 imfs_fstime_SOURCES  = ../fstime/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-imfs_fstime_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/imfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(imfs_fstime_OBJECTS) $(imfs_fstime_LDADD)
+LINK_OBJS = $(imfs_fstime_OBJECTS)
 LINK_LIBS = $(imfs_fstime_LDLIBS)
 
 imfs_fstime$(EXEEXT): $(imfs_fstime_OBJECTS) $(imfs_fstime_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mdosfs_fserror/Makefile.am:1.1 rtems/testsuites/fstests/mdosfs_fserror/Makefile.am:1.2
--- rtems/testsuites/fstests/mdosfs_fserror/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mdosfs_fserror/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mdosfs_fserror
 mdosfs_fserror_SOURCES  = ../fserror/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mdosfs_fserror_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mdosfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mdosfs_fserror_OBJECTS) $(mdosfs_fserror_LDADD)
+LINK_OBJS = $(mdosfs_fserror_OBJECTS)
 LINK_LIBS = $(mdosfs_fserror_LDLIBS)
 
 mdosfs_fserror$(EXEEXT): $(mdosfs_fserror_OBJECTS) $(mdosfs_fserror_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mdosfs_fspatheval/Makefile.am:1.1 rtems/testsuites/fstests/mdosfs_fspatheval/Makefile.am:1.2
--- rtems/testsuites/fstests/mdosfs_fspatheval/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mdosfs_fspatheval/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mdosfs_fspatheval
 mdosfs_fspatheval_SOURCES  = ../fspatheval/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mdosfs_fspatheval_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mdosfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mdosfs_fspatheval_OBJECTS) $(mdosfs_fspatheval_LDADD)
+LINK_OBJS = $(mdosfs_fspatheval_OBJECTS)
 LINK_LIBS = $(mdosfs_fspatheval_LDLIBS)
 
 mdosfs_fspatheval$(EXEEXT): $(mdosfs_fspatheval_OBJECTS) $(mdosfs_fspatheval_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mdosfs_fsrdwr/Makefile.am:1.1 rtems/testsuites/fstests/mdosfs_fsrdwr/Makefile.am:1.2
--- rtems/testsuites/fstests/mdosfs_fsrdwr/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mdosfs_fsrdwr/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mdosfs_fsrdwr
 mdosfs_fsrdwr_SOURCES  = ../fsrdwr/init.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mdosfs_fsrdwr_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mdosfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mdosfs_fsrdwr_OBJECTS) $(mdosfs_fsrdwr_LDADD)
+LINK_OBJS = $(mdosfs_fsrdwr_OBJECTS)
 LINK_LIBS = $(mdosfs_fsrdwr_LDLIBS)
 
 mdosfs_fsrdwr$(EXEEXT): $(mdosfs_fsrdwr_OBJECTS) $(mdosfs_fsrdwr_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mdosfs_fstime/Makefile.am:1.1 rtems/testsuites/fstests/mdosfs_fstime/Makefile.am:1.2
--- rtems/testsuites/fstests/mdosfs_fstime/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mdosfs_fstime/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mdosfs_fstime
 mdosfs_fstime_SOURCES  = ../fstime/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mdosfs_fstime_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mdosfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mdosfs_fstime_OBJECTS) $(mdosfs_fstime_LDADD)
+LINK_OBJS = $(mdosfs_fstime_OBJECTS)
 LINK_LIBS = $(mdosfs_fstime_LDLIBS)
 
 mdosfs_fstime$(EXEEXT): $(mdosfs_fstime_OBJECTS) $(mdosfs_fstime_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mimfs_fserror/Makefile.am:1.1 rtems/testsuites/fstests/mimfs_fserror/Makefile.am:1.2
--- rtems/testsuites/fstests/mimfs_fserror/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mimfs_fserror/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mimfs_fserror
 mimfs_fserror_SOURCES  = ../fserror/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mimfs_fserror_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mimfs_fserror_OBJECTS) $(mimfs_fserror_LDADD)
+LINK_OBJS = $(mimfs_fserror_OBJECTS)
 LINK_LIBS = $(mimfs_fserror_LDLIBS)
 
 mimfs_fserror$(EXEEXT): $(mimfs_fserror_OBJECTS) $(mimfs_fserror_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mimfs_fslink/Makefile.am:1.3 rtems/testsuites/fstests/mimfs_fslink/Makefile.am:1.4
--- rtems/testsuites/fstests/mimfs_fslink/Makefile.am:1.3	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mimfs_fslink/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mimfs_fslink
 mimfs_fslink_SOURCES  = ../fslink/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mimfs_fslink_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mimfs_fslink_OBJECTS) $(mimfs_fslink_LDADD)
+LINK_OBJS = $(mimfs_fslink_OBJECTS)
 LINK_LIBS = $(mimfs_fslink_LDLIBS)
 
 mimfs_fslink$(EXEEXT): $(mimfs_fslink_OBJECTS) $(mimfs_fslink_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mimfs_fspatheval/Makefile.am:1.1 rtems/testsuites/fstests/mimfs_fspatheval/Makefile.am:1.2
--- rtems/testsuites/fstests/mimfs_fspatheval/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mimfs_fspatheval/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mimfs_fspatheval
 mimfs_fspatheval_SOURCES  = ../fspatheval/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mimfs_fspatheval_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mimfs_fspatheval_OBJECTS) $(mimfs_fspatheval_LDADD)
+LINK_OBJS = $(mimfs_fspatheval_OBJECTS)
 LINK_LIBS = $(mimfs_fspatheval_LDLIBS)
 
 mimfs_fspatheval$(EXEEXT): $(mimfs_fspatheval_OBJECTS) $(mimfs_fspatheval_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mimfs_fspermission/Makefile.am:1.1 rtems/testsuites/fstests/mimfs_fspermission/Makefile.am:1.2
--- rtems/testsuites/fstests/mimfs_fspermission/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mimfs_fspermission/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mimfs_fspermission
 mimfs_fspermission_SOURCES  = ../fspermission/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mimfs_fspermission_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mimfs_fspermission_OBJECTS) $(mimfs_fspermission_LDADD)
+LINK_OBJS = $(mimfs_fspermission_OBJECTS)
 LINK_LIBS = $(mimfs_fspermission_LDLIBS)
 
 mimfs_fspermission$(EXEEXT): $(mimfs_fspermission_OBJECTS) $(mimfs_fspermission_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mimfs_fsrdwr/Makefile.am:1.1 rtems/testsuites/fstests/mimfs_fsrdwr/Makefile.am:1.2
--- rtems/testsuites/fstests/mimfs_fsrdwr/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mimfs_fsrdwr/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mimfs_fsrdwr
 mimfs_fsrdwr_SOURCES  = ../fsrdwr/init.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mimfs_fsrdwr_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mimfs_fsrdwr_OBJECTS) $(mimfs_fsrdwr_LDADD)
+LINK_OBJS = $(mimfs_fsrdwr_OBJECTS)
 LINK_LIBS = $(mimfs_fsrdwr_LDLIBS)
 
 mimfs_fsrdwr$(EXEEXT): $(mimfs_fsrdwr_OBJECTS) $(mimfs_fsrdwr_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mimfs_fssymlink/Makefile.am:1.3 rtems/testsuites/fstests/mimfs_fssymlink/Makefile.am:1.4
--- rtems/testsuites/fstests/mimfs_fssymlink/Makefile.am:1.3	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mimfs_fssymlink/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mimfs_fssymlink
 mimfs_fssymlink_SOURCES  = ../fssymlink/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mimfs_fssymlink_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mimfs_fssymlink_OBJECTS) $(mimfs_fssymlink_LDADD)
+LINK_OBJS = $(mimfs_fssymlink_OBJECTS)
 LINK_LIBS = $(mimfs_fssymlink_LDLIBS)
 
 mimfs_fssymlink$(EXEEXT): $(mimfs_fssymlink_OBJECTS) $(mimfs_fssymlink_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mimfs_fstime/Makefile.am:1.1 rtems/testsuites/fstests/mimfs_fstime/Makefile.am:1.2
--- rtems/testsuites/fstests/mimfs_fstime/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mimfs_fstime/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mimfs_fstime
 mimfs_fstime_SOURCES  = ../fstime/test.c
@@ -20,14 +19,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mimfs_fstime_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mimfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mimfs_fstime_OBJECTS) $(mimfs_fstime_LDADD)
+LINK_OBJS = $(mimfs_fstime_OBJECTS)
 LINK_LIBS = $(mimfs_fstime_LDLIBS)
 
 mimfs_fstime$(EXEEXT): $(mimfs_fstime_OBJECTS) $(mimfs_fstime_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mrfs_fserror/Makefile.am:1.1 rtems/testsuites/fstests/mrfs_fserror/Makefile.am:1.2
--- rtems/testsuites/fstests/mrfs_fserror/Makefile.am:1.1	Mon Aug  1 16:54:18 2011
+++ rtems/testsuites/fstests/mrfs_fserror/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mrfs_fserror
 mrfs_fserror_SOURCES  = ../fserror/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mrfs_fserror_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mrfs_fserror_OBJECTS) $(mrfs_fserror_LDADD)
+LINK_OBJS = $(mrfs_fserror_OBJECTS)
 LINK_LIBS = $(mrfs_fserror_LDLIBS)
 
 mrfs_fserror$(EXEEXT): $(mrfs_fserror_OBJECTS) $(mrfs_fserror_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mrfs_fslink/Makefile.am:1.3 rtems/testsuites/fstests/mrfs_fslink/Makefile.am:1.4
--- rtems/testsuites/fstests/mrfs_fslink/Makefile.am:1.3	Mon Aug  1 16:54:19 2011
+++ rtems/testsuites/fstests/mrfs_fslink/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mrfs_fslink
 mrfs_fslink_SOURCES  = ../fslink/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mrfs_fslink_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mrfs_fslink_OBJECTS) $(mrfs_fslink_LDADD)
+LINK_OBJS = $(mrfs_fslink_OBJECTS)
 LINK_LIBS = $(mrfs_fslink_LDLIBS)
 
 mrfs_fslink$(EXEEXT): $(mrfs_fslink_OBJECTS) $(mrfs_fslink_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mrfs_fspatheval/Makefile.am:1.1 rtems/testsuites/fstests/mrfs_fspatheval/Makefile.am:1.2
--- rtems/testsuites/fstests/mrfs_fspatheval/Makefile.am:1.1	Mon Aug  1 16:54:19 2011
+++ rtems/testsuites/fstests/mrfs_fspatheval/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mrfs_fspatheval
 mrfs_fspatheval_SOURCES  = ../fspatheval/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mrfs_fspatheval_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mrfs_fspatheval_OBJECTS) $(mrfs_fspatheval_LDADD)
+LINK_OBJS = $(mrfs_fspatheval_OBJECTS)
 LINK_LIBS = $(mrfs_fspatheval_LDLIBS)
 
 mrfs_fspatheval$(EXEEXT): $(mrfs_fspatheval_OBJECTS) $(mrfs_fspatheval_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mrfs_fspermission/Makefile.am:1.1 rtems/testsuites/fstests/mrfs_fspermission/Makefile.am:1.2
--- rtems/testsuites/fstests/mrfs_fspermission/Makefile.am:1.1	Mon Aug  1 16:54:19 2011
+++ rtems/testsuites/fstests/mrfs_fspermission/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mrfs_fspermission
 mrfs_fspermission_SOURCES  = ../fspermission/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mrfs_fspermission_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mrfs_fspermission_OBJECTS) $(mrfs_fspermission_LDADD)
+LINK_OBJS = $(mrfs_fspermission_OBJECTS)
 LINK_LIBS = $(mrfs_fspermission_LDLIBS)
 
 mrfs_fspermission$(EXEEXT): $(mrfs_fspermission_OBJECTS) $(mrfs_fspermission_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mrfs_fsrdwr/Makefile.am:1.1 rtems/testsuites/fstests/mrfs_fsrdwr/Makefile.am:1.2
--- rtems/testsuites/fstests/mrfs_fsrdwr/Makefile.am:1.1	Mon Aug  1 16:54:19 2011
+++ rtems/testsuites/fstests/mrfs_fsrdwr/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mrfs_fsrdwr
 mrfs_fsrdwr_SOURCES  = ../fsrdwr/init.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mrfs_fsrdwr_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mrfs_fsrdwr_OBJECTS) $(mrfs_fsrdwr_LDADD)
+LINK_OBJS = $(mrfs_fsrdwr_OBJECTS)
 LINK_LIBS = $(mrfs_fsrdwr_LDLIBS)
 
 mrfs_fsrdwr$(EXEEXT): $(mrfs_fsrdwr_OBJECTS) $(mrfs_fsrdwr_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mrfs_fssymlink/Makefile.am:1.3 rtems/testsuites/fstests/mrfs_fssymlink/Makefile.am:1.4
--- rtems/testsuites/fstests/mrfs_fssymlink/Makefile.am:1.3	Mon Aug  1 16:54:19 2011
+++ rtems/testsuites/fstests/mrfs_fssymlink/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mrfs_fssymlink
 mrfs_fssymlink_SOURCES  = ../fssymlink/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mrfs_fssymlink_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mrfs_fssymlink_OBJECTS) $(mrfs_fssymlink_LDADD)
+LINK_OBJS = $(mrfs_fssymlink_OBJECTS)
 LINK_LIBS = $(mrfs_fssymlink_LDLIBS)
 
 mrfs_fssymlink$(EXEEXT): $(mrfs_fssymlink_OBJECTS) $(mrfs_fssymlink_DEPENDENCIES)

diff -u rtems/testsuites/fstests/mrfs_fstime/Makefile.am:1.1 rtems/testsuites/fstests/mrfs_fstime/Makefile.am:1.2
--- rtems/testsuites/fstests/mrfs_fstime/Makefile.am:1.1	Mon Aug  1 16:54:19 2011
+++ rtems/testsuites/fstests/mrfs_fstime/Makefile.am	Thu Dec  8 15:38:08 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mrfs_fstime
 mrfs_fstime_SOURCES  = ../fstime/test.c
@@ -22,14 +21,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mrfs_fstime_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/support
 AM_CPPFLAGS += -I$(top_srcdir)/mrfs_support
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(mrfs_fstime_OBJECTS) $(mrfs_fstime_LDADD)
+LINK_OBJS = $(mrfs_fstime_OBJECTS)
 LINK_LIBS = $(mrfs_fstime_LDLIBS)
 
 mrfs_fstime$(EXEEXT): $(mrfs_fstime_OBJECTS) $(mrfs_fstime_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
	block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
	block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
	block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
	devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am,
	devfs04/Makefile.am, deviceio01/Makefile.am,
	devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am,
	gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am,
	malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am,
	malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am,
	mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
	rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
	stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am,
	tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
	termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am,
	termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am,
	termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional
	manager capability.

M  1.282  testsuites/libtests/ChangeLog
M    1.5  testsuites/libtests/block01/Makefile.am
M    1.5  testsuites/libtests/block02/Makefile.am
M    1.5  testsuites/libtests/block03/Makefile.am
M    1.5  testsuites/libtests/block04/Makefile.am
M    1.6  testsuites/libtests/block05/Makefile.am
M    1.5  testsuites/libtests/block06/Makefile.am
M    1.5  testsuites/libtests/block07/Makefile.am
M    1.4  testsuites/libtests/block08/Makefile.am
M    1.4  testsuites/libtests/block09/Makefile.am
M    1.4  testsuites/libtests/block10/Makefile.am
M    1.4  testsuites/libtests/bspcmdline01/Makefile.am
M   1.26  testsuites/libtests/cpuuse/Makefile.am
M    1.2  testsuites/libtests/devfs01/Makefile.am
M    1.2  testsuites/libtests/devfs02/Makefile.am
M    1.2  testsuites/libtests/devfs03/Makefile.am
M    1.3  testsuites/libtests/devfs04/Makefile.am
M    1.3  testsuites/libtests/deviceio01/Makefile.am
M    1.2  testsuites/libtests/devnullfatal01/Makefile.am
M    1.2  testsuites/libtests/dumpbuf01/Makefile.am
M    1.2  testsuites/libtests/ftp01/Makefile.am
M    1.2  testsuites/libtests/gxx01/Makefile.am
M    1.4  testsuites/libtests/heapwalk/Makefile.am
M    1.3  testsuites/libtests/malloc02/Makefile.am
M    1.3  testsuites/libtests/malloc03/Makefile.am
M    1.2  testsuites/libtests/malloc04/Makefile.am
M    1.2  testsuites/libtests/malloc05/Makefile.am
M   1.26  testsuites/libtests/malloctest/Makefile.am
M   1.26  testsuites/libtests/monitor/Makefile.am
M    1.7  testsuites/libtests/monitor02/Makefile.am
M    1.2  testsuites/libtests/mouse01/Makefile.am
M   1.25  testsuites/libtests/putenvtest/Makefile.am
M   1.31  testsuites/libtests/rtems++/Makefile.am
M   1.26  testsuites/libtests/rtmonuse/Makefile.am
M   1.26  testsuites/libtests/stackchk/Makefile.am
M    1.5  testsuites/libtests/stackchk01/Makefile.am
M    1.6  testsuites/libtests/stringto01/Makefile.am
M   1.14  testsuites/libtests/tar01/Makefile.am
M   1.13  testsuites/libtests/tar02/Makefile.am
M    1.3  testsuites/libtests/tar03/Makefile.am
M   1.26  testsuites/libtests/termios/Makefile.am
M    1.5  testsuites/libtests/termios01/Makefile.am
M    1.4  testsuites/libtests/termios02/Makefile.am
M    1.3  testsuites/libtests/termios03/Makefile.am
M    1.3  testsuites/libtests/termios04/Makefile.am
M    1.2  testsuites/libtests/termios05/Makefile.am
M    1.2  testsuites/libtests/termios06/Makefile.am
M    1.2  testsuites/libtests/termios07/Makefile.am
M    1.2  testsuites/libtests/termios08/Makefile.am
M    1.4  testsuites/libtests/tztest/Makefile.am

diff -u rtems/testsuites/libtests/ChangeLog:1.281 rtems/testsuites/libtests/ChangeLog:1.282
--- rtems/testsuites/libtests/ChangeLog:1.281	Mon Dec  5 07:02:01 2011
+++ rtems/testsuites/libtests/ChangeLog	Thu Dec  8 15:38:11 2011
@@ -1,3 +1,25 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* block01/Makefile.am, block02/Makefile.am, block03/Makefile.am,
+	block04/Makefile.am, block05/Makefile.am, block06/Makefile.am,
+	block07/Makefile.am, block08/Makefile.am, block09/Makefile.am,
+	block10/Makefile.am, bspcmdline01/Makefile.am, cpuuse/Makefile.am,
+	devfs01/Makefile.am, devfs02/Makefile.am, devfs03/Makefile.am,
+	devfs04/Makefile.am, deviceio01/Makefile.am,
+	devnullfatal01/Makefile.am, dumpbuf01/Makefile.am, ftp01/Makefile.am,
+	gxx01/Makefile.am, heapwalk/Makefile.am, malloc02/Makefile.am,
+	malloc03/Makefile.am, malloc04/Makefile.am, malloc05/Makefile.am,
+	malloctest/Makefile.am, monitor/Makefile.am, monitor02/Makefile.am,
+	mouse01/Makefile.am, putenvtest/Makefile.am, rtems++/Makefile.am,
+	rtmonuse/Makefile.am, stackchk/Makefile.am, stackchk01/Makefile.am,
+	stringto01/Makefile.am, tar01/Makefile.am, tar02/Makefile.am,
+	tar03/Makefile.am, termios/Makefile.am, termios01/Makefile.am,
+	termios02/Makefile.am, termios03/Makefile.am, termios04/Makefile.am,
+	termios05/Makefile.am, termios06/Makefile.am, termios07/Makefile.am,
+	termios08/Makefile.am, tztest/Makefile.am: Remove obsolete optional
+	manager capability.
+
 2011-12-05	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* monitor02/init.c: Remove re-declaration of rtems_shell_main_monitor.

diff -u rtems/testsuites/libtests/block01/Makefile.am:1.4 rtems/testsuites/libtests/block01/Makefile.am:1.5
--- rtems/testsuites/libtests/block01/Makefile.am:1.4	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block01/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block01
 block01_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block01_OBJECTS) $(block01_LDADD)
+LINK_OBJS = $(block01_OBJECTS)
 LINK_LIBS = $(block01_LDLIBS)
 
 block01$(EXEEXT): $(block01_OBJECTS) $(block01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block02/Makefile.am:1.4 rtems/testsuites/libtests/block02/Makefile.am:1.5
--- rtems/testsuites/libtests/block02/Makefile.am:1.4	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block02/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block02
 block02_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block02_OBJECTS) $(block02_LDADD)
+LINK_OBJS = $(block02_OBJECTS)
 LINK_LIBS = $(block02_LDLIBS)
 
 block02$(EXEEXT): $(block02_OBJECTS) $(block02_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block03/Makefile.am:1.4 rtems/testsuites/libtests/block03/Makefile.am:1.5
--- rtems/testsuites/libtests/block03/Makefile.am:1.4	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block03/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block03
 block03_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block03_OBJECTS) $(block03_LDADD)
+LINK_OBJS = $(block03_OBJECTS)
 LINK_LIBS = $(block03_LDLIBS)
 
 block03$(EXEEXT): $(block03_OBJECTS) $(block03_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block04/Makefile.am:1.4 rtems/testsuites/libtests/block04/Makefile.am:1.5
--- rtems/testsuites/libtests/block04/Makefile.am:1.4	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block04/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block04
 block04_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block04_OBJECTS) $(block04_LDADD)
+LINK_OBJS = $(block04_OBJECTS)
 LINK_LIBS = $(block04_LDLIBS)
 
 block04$(EXEEXT): $(block04_OBJECTS) $(block04_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block05/Makefile.am:1.5 rtems/testsuites/libtests/block05/Makefile.am:1.6
--- rtems/testsuites/libtests/block05/Makefile.am:1.5	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block05/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block05
 block05_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block05_OBJECTS) $(block05_LDADD)
+LINK_OBJS = $(block05_OBJECTS)
 LINK_LIBS = $(block05_LDLIBS)
 
 block05$(EXEEXT): $(block05_OBJECTS) $(block05_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block06/Makefile.am:1.4 rtems/testsuites/libtests/block06/Makefile.am:1.5
--- rtems/testsuites/libtests/block06/Makefile.am:1.4	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block06/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block06
 block06_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block06_OBJECTS) $(block06_LDADD)
+LINK_OBJS = $(block06_OBJECTS)
 LINK_LIBS = $(block06_LDLIBS)
 
 block06$(EXEEXT): $(block06_OBJECTS) $(block06_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block07/Makefile.am:1.4 rtems/testsuites/libtests/block07/Makefile.am:1.5
--- rtems/testsuites/libtests/block07/Makefile.am:1.4	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block07/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block07
 block07_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block07_OBJECTS) $(block07_LDADD)
+LINK_OBJS = $(block07_OBJECTS)
 LINK_LIBS = $(block07_LDLIBS)
 
 block07$(EXEEXT): $(block07_OBJECTS) $(block07_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block08/Makefile.am:1.3 rtems/testsuites/libtests/block08/Makefile.am:1.4
--- rtems/testsuites/libtests/block08/Makefile.am:1.3	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block08/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -8,7 +8,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = block08
 block08_SOURCES = init.c               \
@@ -36,11 +35,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block08_OBJECTS) $(block08_LDADD)
+LINK_OBJS = $(block08_OBJECTS)
 LINK_LIBS = $(block08_LDLIBS)
 
 block08$(EXEEXT): $(block08_OBJECTS) $(block08_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block09/Makefile.am:1.3 rtems/testsuites/libtests/block09/Makefile.am:1.4
--- rtems/testsuites/libtests/block09/Makefile.am:1.3	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block09/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block09
 block09_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block09_OBJECTS) $(block09_LDADD)
+LINK_OBJS = $(block09_OBJECTS)
 LINK_LIBS = $(block09_LDLIBS)
 
 block09$(EXEEXT): $(block09_OBJECTS) $(block09_DEPENDENCIES)

diff -u rtems/testsuites/libtests/block10/Makefile.am:1.3 rtems/testsuites/libtests/block10/Makefile.am:1.4
--- rtems/testsuites/libtests/block10/Makefile.am:1.3	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/block10/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = block10
 block10_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-block10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(block10_OBJECTS) $(block10_LDADD)
+LINK_OBJS = $(block10_OBJECTS)
 LINK_LIBS = $(block10_LDLIBS)
 
 block10$(EXEEXT): $(block10_OBJECTS) $(block10_DEPENDENCIES)

diff -u rtems/testsuites/libtests/bspcmdline01/Makefile.am:1.3 rtems/testsuites/libtests/bspcmdline01/Makefile.am:1.4
--- rtems/testsuites/libtests/bspcmdline01/Makefile.am:1.3	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/bspcmdline01/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = bspcmdline01
 bspcmdline01_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-bspcmdline01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(bspcmdline01_OBJECTS) $(bspcmdline01_LDADD)
+LINK_OBJS = $(bspcmdline01_OBJECTS)
 LINK_LIBS = $(bspcmdline01_LDLIBS)
 
 bspcmdline01$(EXEEXT): $(bspcmdline01_OBJECTS) $(bspcmdline01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/cpuuse/Makefile.am:1.25 rtems/testsuites/libtests/cpuuse/Makefile.am:1.26
--- rtems/testsuites/libtests/cpuuse/Makefile.am:1.25	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/cpuuse/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io rate_monotonic semaphore extension
 
 rtems_tests_PROGRAMS = cpuuse
 cpuuse_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-cpuuse_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(cpuuse_OBJECTS) $(cpuuse_LDADD)
+LINK_OBJS = $(cpuuse_OBJECTS)
 LINK_LIBS = $(cpuuse_LDLIBS)
 
 cpuuse$(EXEEXT): $(cpuuse_OBJECTS) $(cpuuse_DEPENDENCIES)

diff -u rtems/testsuites/libtests/devfs01/Makefile.am:1.1 rtems/testsuites/libtests/devfs01/Makefile.am:1.2
--- rtems/testsuites/libtests/devfs01/Makefile.am:1.1	Wed Jul 14 18:53:49 2010
+++ rtems/testsuites/libtests/devfs01/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = devfs01
 devfs01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(devfs01_OBJECTS) $(devfs01_LDADD)
+LINK_OBJS = $(devfs01_OBJECTS)
 LINK_LIBS = $(devfs01_LDLIBS)
 
 devfs01$(EXEEXT): $(devfs01_OBJECTS) $(devfs01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/devfs02/Makefile.am:1.1 rtems/testsuites/libtests/devfs02/Makefile.am:1.2
--- rtems/testsuites/libtests/devfs02/Makefile.am:1.1	Thu Jul 22 06:54:10 2010
+++ rtems/testsuites/libtests/devfs02/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(devfs02_OBJECTS) $(devfs02_LDADD)
+LINK_OBJS = $(devfs02_OBJECTS)
 LINK_LIBS = $(devfs02_LDLIBS)
 
 devfs02$(EXEEXT): $(devfs02_OBJECTS) $(devfs02_DEPENDENCIES)

diff -u rtems/testsuites/libtests/devfs03/Makefile.am:1.1 rtems/testsuites/libtests/devfs03/Makefile.am:1.2
--- rtems/testsuites/libtests/devfs03/Makefile.am:1.1	Thu Jul 22 06:54:10 2010
+++ rtems/testsuites/libtests/devfs03/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(devfs03_OBJECTS) $(devfs03_LDADD)
+LINK_OBJS = $(devfs03_OBJECTS)
 LINK_LIBS = $(devfs03_LDLIBS)
 
 devfs03$(EXEEXT): $(devfs03_OBJECTS) $(devfs03_DEPENDENCIES)

diff -u rtems/testsuites/libtests/devfs04/Makefile.am:1.2 rtems/testsuites/libtests/devfs04/Makefile.am:1.3
--- rtems/testsuites/libtests/devfs04/Makefile.am:1.2	Mon Jun 20 03:53:02 2011
+++ rtems/testsuites/libtests/devfs04/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -15,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(devfs04_OBJECTS) $(devfs04_LDADD)
+LINK_OBJS = $(devfs04_OBJECTS)
 LINK_LIBS = $(devfs04_LDLIBS)
 
 devfs04$(EXEEXT): $(devfs04_OBJECTS) $(devfs04_DEPENDENCIES)

diff -u rtems/testsuites/libtests/deviceio01/Makefile.am:1.2 rtems/testsuites/libtests/deviceio01/Makefile.am:1.3
--- rtems/testsuites/libtests/deviceio01/Makefile.am:1.2	Mon Jun 20 03:53:02 2011
+++ rtems/testsuites/libtests/deviceio01/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -15,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(deviceio01_OBJECTS) $(deviceio01_LDADD)
+LINK_OBJS = $(deviceio01_OBJECTS)
 LINK_LIBS = $(deviceio01_LDLIBS)
 
 deviceio01$(EXEEXT): $(deviceio01_OBJECTS) $(deviceio01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/devnullfatal01/Makefile.am:1.1 rtems/testsuites/libtests/devnullfatal01/Makefile.am:1.2
--- rtems/testsuites/libtests/devnullfatal01/Makefile.am:1.1	Tue Jul 27 08:57:16 2010
+++ rtems/testsuites/libtests/devnullfatal01/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = devnullfatal01
 devnullfatal01_SOURCES = ../../sptests/spfatal_support/init.c \
@@ -18,7 +17,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../../sptests/spfatal_support
 
-LINK_OBJS = $(devnullfatal01_OBJECTS) $(devnullfatal01_LDADD)
+LINK_OBJS = $(devnullfatal01_OBJECTS)
 LINK_LIBS = $(devnullfatal01_LDLIBS)
 
 devnullfatal01$(EXEEXT): $(devnullfatal01_OBJECTS) \

diff -u rtems/testsuites/libtests/dumpbuf01/Makefile.am:1.1 rtems/testsuites/libtests/dumpbuf01/Makefile.am:1.2
--- rtems/testsuites/libtests/dumpbuf01/Makefile.am:1.1	Mon Aug  2 13:17:11 2010
+++ rtems/testsuites/libtests/dumpbuf01/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = dumpbuf01
 dumpbuf01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(dumpbuf01_OBJECTS) $(dumpbuf01_LDADD)
+LINK_OBJS = $(dumpbuf01_OBJECTS)
 LINK_LIBS = $(dumpbuf01_LDLIBS)
 
 dumpbuf01$(EXEEXT): $(dumpbuf01_OBJECTS) $(dumpbuf01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/ftp01/Makefile.am:1.1 rtems/testsuites/libtests/ftp01/Makefile.am:1.2
--- rtems/testsuites/libtests/ftp01/Makefile.am:1.1	Fri May  6 04:08:07 2011
+++ rtems/testsuites/libtests/ftp01/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = ftp01
 ftp01_SOURCES = init.c
@@ -18,7 +17,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/termios04
 
-LINK_OBJS = $(ftp01_OBJECTS) $(ftp01_LDADD)
+LINK_OBJS = $(ftp01_OBJECTS)
 LINK_LIBS = $(ftp01_LDLIBS)
 
 ftp01$(EXEEXT): $(ftp01_OBJECTS) $(ftp01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/gxx01/Makefile.am:1.1 rtems/testsuites/libtests/gxx01/Makefile.am:1.2
--- rtems/testsuites/libtests/gxx01/Makefile.am:1.1	Thu Jul  1 09:37:39 2010
+++ rtems/testsuites/libtests/gxx01/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = gxx01
 gxx01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(gxx01_OBJECTS) $(gxx01_LDADD)
+LINK_OBJS = $(gxx01_OBJECTS)
 LINK_LIBS = $(gxx01_LDLIBS)
 
 gxx01$(EXEEXT): $(gxx01_OBJECTS) $(gxx01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/heapwalk/Makefile.am:1.3 rtems/testsuites/libtests/heapwalk/Makefile.am:1.4
--- rtems/testsuites/libtests/heapwalk/Makefile.am:1.3	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/heapwalk/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = heapwalk
 heapwalk_SOURCES = init.c system.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-heapwalk_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(heapwalk_OBJECTS) $(heapwalk_LDADD)
+LINK_OBJS = $(heapwalk_OBJECTS)
 LINK_LIBS = $(heapwalk_LDLIBS)
 
 heapwalk$(EXEEXT): $(heapwalk_OBJECTS) $(heapwalk_DEPENDENCIES)

diff -u rtems/testsuites/libtests/malloc02/Makefile.am:1.2 rtems/testsuites/libtests/malloc02/Makefile.am:1.3
--- rtems/testsuites/libtests/malloc02/Makefile.am:1.2	Mon Jun 28 08:23:27 2010
+++ rtems/testsuites/libtests/malloc02/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = malloc02
 malloc02_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(malloc02_OBJECTS) $(malloc02_LDADD)
+LINK_OBJS = $(malloc02_OBJECTS)
 LINK_LIBS = $(malloc02_LDLIBS)
 
 malloc02$(EXEEXT): $(malloc02_OBJECTS) $(malloc02_DEPENDENCIES)

diff -u rtems/testsuites/libtests/malloc03/Makefile.am:1.2 rtems/testsuites/libtests/malloc03/Makefile.am:1.3
--- rtems/testsuites/libtests/malloc03/Makefile.am:1.2	Mon Jun 28 08:23:27 2010
+++ rtems/testsuites/libtests/malloc03/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = malloc03
 malloc03_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(malloc03_OBJECTS) $(malloc03_LDADD)
+LINK_OBJS = $(malloc03_OBJECTS)
 LINK_LIBS = $(malloc03_LDLIBS)
 
 malloc03$(EXEEXT): $(malloc03_OBJECTS) $(malloc03_DEPENDENCIES)

diff -u rtems/testsuites/libtests/malloc04/Makefile.am:1.1 rtems/testsuites/libtests/malloc04/Makefile.am:1.2
--- rtems/testsuites/libtests/malloc04/Makefile.am:1.1	Thu Jul  8 15:11:48 2010
+++ rtems/testsuites/libtests/malloc04/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = malloc04
 malloc04_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(malloc04_OBJECTS) $(malloc04_LDADD)
+LINK_OBJS = $(malloc04_OBJECTS)
 LINK_LIBS = $(malloc04_LDLIBS)
 
 malloc04$(EXEEXT): $(malloc04_OBJECTS) $(malloc04_DEPENDENCIES)

diff -u rtems/testsuites/libtests/malloc05/Makefile.am:1.1 rtems/testsuites/libtests/malloc05/Makefile.am:1.2
--- rtems/testsuites/libtests/malloc05/Makefile.am:1.1	Wed Jul 14 18:29:45 2010
+++ rtems/testsuites/libtests/malloc05/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = malloc05
 malloc05_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(malloc05_OBJECTS) $(malloc05_LDADD)
+LINK_OBJS = $(malloc05_OBJECTS)
 LINK_LIBS = $(malloc05_LDLIBS)
 
 malloc05$(EXEEXT): $(malloc05_OBJECTS) $(malloc05_DEPENDENCIES)

diff -u rtems/testsuites/libtests/malloctest/Makefile.am:1.25 rtems/testsuites/libtests/malloctest/Makefile.am:1.26
--- rtems/testsuites/libtests/malloctest/Makefile.am:1.25	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/malloctest/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = malloctest
 malloctest_SOURCES = init.c task1.c system.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-malloctest_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(malloctest_OBJECTS) $(malloctest_LDADD)
+LINK_OBJS = $(malloctest_OBJECTS)
 LINK_LIBS = $(malloctest_LDLIBS)
 
 malloctest$(EXEEXT): $(malloctest_OBJECTS) $(malloctest_DEPENDENCIES)

diff -u rtems/testsuites/libtests/monitor/Makefile.am:1.25 rtems/testsuites/libtests/monitor/Makefile.am:1.26
--- rtems/testsuites/libtests/monitor/Makefile.am:1.25	Mon Feb 14 14:24:08 2011
+++ rtems/testsuites/libtests/monitor/Makefile.am	Thu Dec  8 15:38:11 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = monitor
 monitor_SOURCES = init.c system.h
@@ -11,11 +10,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-monitor_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(monitor_OBJECTS) $(monitor_LDADD)
+LINK_OBJS = $(monitor_OBJECTS)
 LINK_LIBS = $(monitor_LDLIBS)
 
 monitor$(EXEEXT): $(monitor_OBJECTS) $(monitor_DEPENDENCIES)

diff -u rtems/testsuites/libtests/monitor02/Makefile.am:1.6 rtems/testsuites/libtests/monitor02/Makefile.am:1.7
--- rtems/testsuites/libtests/monitor02/Makefile.am:1.6	Mon Jun 20 03:53:02 2011
+++ rtems/testsuites/libtests/monitor02/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = monitor02
 monitor02_SOURCES = init.c system.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-monitor02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(monitor02_OBJECTS) $(monitor02_LDADD)
+LINK_OBJS = $(monitor02_OBJECTS)
 LINK_LIBS = $(monitor02_LDLIBS)
 
 monitor02$(EXEEXT): $(monitor02_OBJECTS) $(monitor02_DEPENDENCIES)

diff -u rtems/testsuites/libtests/mouse01/Makefile.am:1.1 rtems/testsuites/libtests/mouse01/Makefile.am:1.2
--- rtems/testsuites/libtests/mouse01/Makefile.am:1.1	Mon Mar 14 11:18:10 2011
+++ rtems/testsuites/libtests/mouse01/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = mouse01
 mouse01_SOURCES = init.c serial_mouse_config.c msmouse.c\
@@ -18,7 +17,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/termios04
 
-LINK_OBJS = $(mouse01_OBJECTS) $(mouse01_LDADD)
+LINK_OBJS = $(mouse01_OBJECTS)
 LINK_LIBS = $(mouse01_LDLIBS)
 
 mouse01$(EXEEXT): $(mouse01_OBJECTS) $(mouse01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/putenvtest/Makefile.am:1.24 rtems/testsuites/libtests/putenvtest/Makefile.am:1.25
--- rtems/testsuites/libtests/putenvtest/Makefile.am:1.24	Wed Jun 23 18:26:07 2010
+++ rtems/testsuites/libtests/putenvtest/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = putenvtest
 putenvtest_SOURCES = init.c
@@ -11,11 +10,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-putenvtest_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(putenvtest_OBJECTS) $(putenvtest_LDADD)
+LINK_OBJS = $(putenvtest_OBJECTS)
 LINK_LIBS = $(putenvtest_LDLIBS)
 
 putenvtest$(EXEEXT): $(putenvtest_OBJECTS) $(putenvtest_DEPENDENCIES)

diff -u rtems/testsuites/libtests/rtems++/Makefile.am:1.30 rtems/testsuites/libtests/rtems++/Makefile.am:1.31
--- rtems/testsuites/libtests/rtems++/Makefile.am:1.30	Wed Jun 23 18:26:08 2010
+++ rtems/testsuites/libtests/rtems++/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = event io msg sem signal timer rate_monotonic
 
 if HAS_CXX
 rtems_tests_PROGRAMS = rtems++
@@ -20,9 +19,8 @@
 rtems___LDLIBS = -lrtems++
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-rtems___LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(rtems___OBJECTS) $(rtems___LDADD)
+LINK_OBJS = $(rtems___OBJECTS)
 LINK_LIBS = $(rtems___LDLIBS)
 
 rtems++$(EXEEXT): $(rtems___OBJECTS) $(rtems___DEPENDENCIES)

diff -u rtems/testsuites/libtests/rtmonuse/Makefile.am:1.25 rtems/testsuites/libtests/rtmonuse/Makefile.am:1.26
--- rtems/testsuites/libtests/rtmonuse/Makefile.am:1.25	Wed Jun 23 18:26:08 2010
+++ rtems/testsuites/libtests/rtmonuse/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io rate_monotonic semaphore
 
 rtems_tests_PROGRAMS = rtmonuse
 rtmonuse_SOURCES = init.c getall.c task1.c system.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-rtmonuse_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(rtmonuse_OBJECTS) $(rtmonuse_LDADD)
+LINK_OBJS = $(rtmonuse_OBJECTS)
 LINK_LIBS = $(rtmonuse_LDLIBS)
 
 rtmonuse$(EXEEXT): $(rtmonuse_OBJECTS) $(rtmonuse_DEPENDENCIES)

diff -u rtems/testsuites/libtests/stackchk/Makefile.am:1.25 rtems/testsuites/libtests/stackchk/Makefile.am:1.26
--- rtems/testsuites/libtests/stackchk/Makefile.am:1.25	Wed Jun 23 18:26:08 2010
+++ rtems/testsuites/libtests/stackchk/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = stackchk
 stackchk_SOURCES = blow.c init.c task1.c system.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-stackchk_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(stackchk_OBJECTS) $(stackchk_LDADD)
+LINK_OBJS = $(stackchk_OBJECTS)
 LINK_LIBS = $(stackchk_LDLIBS)
 
 stackchk$(EXEEXT): $(stackchk_OBJECTS) $(stackchk_DEPENDENCIES)

diff -u rtems/testsuites/libtests/stackchk01/Makefile.am:1.4 rtems/testsuites/libtests/stackchk01/Makefile.am:1.5
--- rtems/testsuites/libtests/stackchk01/Makefile.am:1.4	Mon Jun 20 03:53:02 2011
+++ rtems/testsuites/libtests/stackchk01/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = stackchk01
 stackchk01_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-stackchk01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(stackchk01_OBJECTS) $(stackchk01_LDADD)
+LINK_OBJS = $(stackchk01_OBJECTS)
 LINK_LIBS = $(stackchk01_LDLIBS)
 
 stackchk01$(EXEEXT): $(stackchk01_OBJECTS) $(stackchk01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/stringto01/Makefile.am:1.5 rtems/testsuites/libtests/stringto01/Makefile.am:1.6
--- rtems/testsuites/libtests/stringto01/Makefile.am:1.5	Fri Jul 29 15:29:13 2011
+++ rtems/testsuites/libtests/stringto01/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = stringto01
 stringto01_SOURCES = init.c
@@ -17,7 +16,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(stringto01_OBJECTS) $(stringto01_LDADD)
+LINK_OBJS = $(stringto01_OBJECTS)
 LINK_LIBS = $(stringto01_LDLIBS)
 
 stringto01$(EXEEXT): $(stringto01_OBJECTS) $(stringto01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/tar01/Makefile.am:1.13 rtems/testsuites/libtests/tar01/Makefile.am:1.14
--- rtems/testsuites/libtests/tar01/Makefile.am:1.13	Mon Jun 20 03:53:03 2011
+++ rtems/testsuites/libtests/tar01/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -22,7 +22,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(tar01_OBJECTS) $(tar01_LDADD)
+LINK_OBJS = $(tar01_OBJECTS)
 LINK_LIBS = $(tar01_LDLIBS)
 
 tar01$(EXEEXT): $(tar01_OBJECTS) $(tar01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/tar02/Makefile.am:1.12 rtems/testsuites/libtests/tar02/Makefile.am:1.13
--- rtems/testsuites/libtests/tar02/Makefile.am:1.12	Mon Jun 20 03:53:03 2011
+++ rtems/testsuites/libtests/tar02/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -22,7 +22,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
 
-LINK_OBJS = $(tar02_OBJECTS) $(tar02_LDADD)
+LINK_OBJS = $(tar02_OBJECTS)
 LINK_LIBS = $(tar02_LDLIBS)
 
 tar02$(EXEEXT): $(tar02_OBJECTS) $(tar02_DEPENDENCIES)

diff -u rtems/testsuites/libtests/tar03/Makefile.am:1.2 rtems/testsuites/libtests/tar03/Makefile.am:1.3
--- rtems/testsuites/libtests/tar03/Makefile.am:1.2	Thu Jul 29 11:13:36 2010
+++ rtems/testsuites/libtests/tar03/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tar03_OBJECTS) $(tar03_LDADD)
+LINK_OBJS = $(tar03_OBJECTS)
 LINK_LIBS = $(tar03_LDLIBS)
 
 tar03$(EXEEXT): $(tar03_OBJECTS) $(tar03_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios/Makefile.am:1.25 rtems/testsuites/libtests/termios/Makefile.am:1.26
--- rtems/testsuites/libtests/termios/Makefile.am:1.25	Wed Jun 23 18:26:08 2010
+++ rtems/testsuites/libtests/termios/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = termios
 termios_SOURCES = init.c
@@ -11,11 +10,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-termios_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(termios_OBJECTS) $(termios_LDADD)
+LINK_OBJS = $(termios_OBJECTS)
 LINK_LIBS = $(termios_LDLIBS)
 
 termios$(EXEEXT): $(termios_OBJECTS) $(termios_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios01/Makefile.am:1.4 rtems/testsuites/libtests/termios01/Makefile.am:1.5
--- rtems/testsuites/libtests/termios01/Makefile.am:1.4	Mon Jun 20 03:53:03 2011
+++ rtems/testsuites/libtests/termios01/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = termios01
 termios01_SOURCES = init.c termios_testdriver.c
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-termios01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(termios01_OBJECTS) $(termios01_LDADD)
+LINK_OBJS = $(termios01_OBJECTS)
 LINK_LIBS = $(termios01_LDLIBS)
 
 termios01$(EXEEXT): $(termios01_OBJECTS) $(termios01_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios02/Makefile.am:1.3 rtems/testsuites/libtests/termios02/Makefile.am:1.4
--- rtems/testsuites/libtests/termios02/Makefile.am:1.3	Wed Jun 23 18:26:08 2010
+++ rtems/testsuites/libtests/termios02/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = termios02
 termios02_SOURCES = init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-termios02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(termios02_OBJECTS) $(termios02_LDADD)
+LINK_OBJS = $(termios02_OBJECTS)
 LINK_LIBS = $(termios02_LDLIBS)
 
 termios02$(EXEEXT): $(termios02_OBJECTS) $(termios02_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios03/Makefile.am:1.2 rtems/testsuites/libtests/termios03/Makefile.am:1.3
--- rtems/testsuites/libtests/termios03/Makefile.am:1.2	Mon Jun 20 03:53:03 2011
+++ rtems/testsuites/libtests/termios03/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = termios03
 termios03_SOURCES = init.c termios_testdriver_polled.c
@@ -17,7 +16,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(termios03_OBJECTS) $(termios03_LDADD)
+LINK_OBJS = $(termios03_OBJECTS)
 LINK_LIBS = $(termios03_LDLIBS)
 
 termios03$(EXEEXT): $(termios03_OBJECTS) $(termios03_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios04/Makefile.am:1.2 rtems/testsuites/libtests/termios04/Makefile.am:1.3
--- rtems/testsuites/libtests/termios04/Makefile.am:1.2	Mon Jun 20 03:53:03 2011
+++ rtems/testsuites/libtests/termios04/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = termios04
 termios04_SOURCES = init.c termios_testdriver_intr.c
@@ -17,7 +16,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(termios04_OBJECTS) $(termios04_LDADD)
+LINK_OBJS = $(termios04_OBJECTS)
 LINK_LIBS = $(termios04_LDLIBS)
 
 termios04$(EXEEXT): $(termios04_OBJECTS) $(termios04_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios05/Makefile.am:1.1 rtems/testsuites/libtests/termios05/Makefile.am:1.2
--- rtems/testsuites/libtests/termios05/Makefile.am:1.1	Thu Jul  1 09:35:00 2010
+++ rtems/testsuites/libtests/termios05/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = termios05
 termios05_SOURCES = init.c ../termios04/termios_testdriver_intr.c
@@ -18,7 +17,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/termios04
 AM_CPPFLAGS += -DTASK_DRIVEN
 
-LINK_OBJS = $(termios05_OBJECTS) $(termios05_LDADD)
+LINK_OBJS = $(termios05_OBJECTS)
 LINK_LIBS = $(termios05_LDLIBS)
 
 termios05$(EXEEXT): $(termios05_OBJECTS) $(termios05_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios06/Makefile.am:1.1 rtems/testsuites/libtests/termios06/Makefile.am:1.2
--- rtems/testsuites/libtests/termios06/Makefile.am:1.1	Mon Jul  5 16:14:39 2010
+++ rtems/testsuites/libtests/termios06/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = termios06
 termios06_SOURCES = init.c ../termios03/termios_testdriver_polled.c test_pppd.c
@@ -17,7 +16,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/termios03
 
-LINK_OBJS = $(termios06_OBJECTS) $(termios06_LDADD)
+LINK_OBJS = $(termios06_OBJECTS)
 LINK_LIBS = $(termios06_LDLIBS)
 
 termios06$(EXEEXT): $(termios06_OBJECTS) $(termios06_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios07/Makefile.am:1.1 rtems/testsuites/libtests/termios07/Makefile.am:1.2
--- rtems/testsuites/libtests/termios07/Makefile.am:1.1	Mon Jul 19 08:54:46 2010
+++ rtems/testsuites/libtests/termios07/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = termios07
 termios07_SOURCES = init.c ../termios04/termios_testdriver_intr.c
@@ -17,7 +16,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/termios04
 
-LINK_OBJS = $(termios07_OBJECTS) $(termios07_LDADD)
+LINK_OBJS = $(termios07_OBJECTS)
 LINK_LIBS = $(termios07_LDLIBS)
 
 termios07$(EXEEXT): $(termios07_OBJECTS) $(termios07_DEPENDENCIES)

diff -u rtems/testsuites/libtests/termios08/Makefile.am:1.1 rtems/testsuites/libtests/termios08/Makefile.am:1.2
--- rtems/testsuites/libtests/termios08/Makefile.am:1.1	Mon Jul 19 08:54:47 2010
+++ rtems/testsuites/libtests/termios08/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = termios08
 termios08_SOURCES = init.c ../termios03/termios_testdriver_polled.c
@@ -17,7 +16,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/termios03
 
-LINK_OBJS = $(termios08_OBJECTS) $(termios08_LDADD)
+LINK_OBJS = $(termios08_OBJECTS)
 LINK_LIBS = $(termios08_LDLIBS)
 
 termios08$(EXEEXT): $(termios08_OBJECTS) $(termios08_DEPENDENCIES)

diff -u rtems/testsuites/libtests/tztest/Makefile.am:1.3 rtems/testsuites/libtests/tztest/Makefile.am:1.4
--- rtems/testsuites/libtests/tztest/Makefile.am:1.3	Mon Jun 20 03:53:03 2011
+++ rtems/testsuites/libtests/tztest/Makefile.am	Thu Dec  8 15:38:12 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = tztest
 tztest_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tztest_OBJECTS) $(tztest_LDADD)
+LINK_OBJS = $(tztest_OBJECTS)
 LINK_LIBS = $(tztest_LDLIBS)
 
 tztest$(EXEEXT): $(tztest_OBJECTS) $(tztest_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
	mp02/node1/Makefile.am, mp02/node2/Makefile.am,
	mp03/node1/Makefile.am, mp03/node2/Makefile.am,
	mp04/node1/Makefile.am, mp04/node2/Makefile.am,
	mp05/node1/Makefile.am, mp05/node2/Makefile.am,
	mp06/node1/Makefile.am, mp06/node2/Makefile.am,
	mp07/node1/Makefile.am, mp07/node2/Makefile.am,
	mp08/node1/Makefile.am, mp08/node2/Makefile.am,
	mp09/node1/Makefile.am, mp09/node2/Makefile.am,
	mp10/node1/Makefile.am, mp10/node2/Makefile.am,
	mp11/node1/Makefile.am, mp11/node2/Makefile.am,
	mp12/node1/Makefile.am, mp12/node2/Makefile.am,
	mp13/node1/Makefile.am, mp13/node2/Makefile.am,
	mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove obsolete
	optional manager capability.

M   1.78  testsuites/mptests/ChangeLog
M   1.33  testsuites/mptests/mp01/node1/Makefile.am
M   1.33  testsuites/mptests/mp01/node2/Makefile.am
M   1.33  testsuites/mptests/mp02/node1/Makefile.am
M   1.33  testsuites/mptests/mp02/node2/Makefile.am
M   1.33  testsuites/mptests/mp03/node1/Makefile.am
M   1.33  testsuites/mptests/mp03/node2/Makefile.am
M   1.33  testsuites/mptests/mp04/node1/Makefile.am
M   1.33  testsuites/mptests/mp04/node2/Makefile.am
M   1.33  testsuites/mptests/mp05/node1/Makefile.am
M   1.33  testsuites/mptests/mp05/node2/Makefile.am
M   1.33  testsuites/mptests/mp06/node1/Makefile.am
M   1.33  testsuites/mptests/mp06/node2/Makefile.am
M   1.33  testsuites/mptests/mp07/node1/Makefile.am
M   1.33  testsuites/mptests/mp07/node2/Makefile.am
M   1.33  testsuites/mptests/mp08/node1/Makefile.am
M   1.33  testsuites/mptests/mp08/node2/Makefile.am
M   1.33  testsuites/mptests/mp09/node1/Makefile.am
M   1.33  testsuites/mptests/mp09/node2/Makefile.am
M   1.33  testsuites/mptests/mp10/node1/Makefile.am
M   1.33  testsuites/mptests/mp10/node2/Makefile.am
M   1.33  testsuites/mptests/mp11/node1/Makefile.am
M   1.33  testsuites/mptests/mp11/node2/Makefile.am
M   1.33  testsuites/mptests/mp12/node1/Makefile.am
M   1.33  testsuites/mptests/mp12/node2/Makefile.am
M   1.33  testsuites/mptests/mp13/node1/Makefile.am
M   1.33  testsuites/mptests/mp13/node2/Makefile.am
M   1.34  testsuites/mptests/mp14/node1/Makefile.am
M   1.34  testsuites/mptests/mp14/node2/Makefile.am

diff -u rtems/testsuites/mptests/ChangeLog:1.77 rtems/testsuites/mptests/ChangeLog:1.78
--- rtems/testsuites/mptests/ChangeLog:1.77	Tue Feb 22 08:53:06 2011
+++ rtems/testsuites/mptests/ChangeLog	Thu Dec  8 15:38:14 2011
@@ -1,3 +1,22 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* mp01/node1/Makefile.am, mp01/node2/Makefile.am,
+	mp02/node1/Makefile.am, mp02/node2/Makefile.am,
+	mp03/node1/Makefile.am, mp03/node2/Makefile.am,
+	mp04/node1/Makefile.am, mp04/node2/Makefile.am,
+	mp05/node1/Makefile.am, mp05/node2/Makefile.am,
+	mp06/node1/Makefile.am, mp06/node2/Makefile.am,
+	mp07/node1/Makefile.am, mp07/node2/Makefile.am,
+	mp08/node1/Makefile.am, mp08/node2/Makefile.am,
+	mp09/node1/Makefile.am, mp09/node2/Makefile.am,
+	mp10/node1/Makefile.am, mp10/node2/Makefile.am,
+	mp11/node1/Makefile.am, mp11/node2/Makefile.am,
+	mp12/node1/Makefile.am, mp12/node2/Makefile.am,
+	mp13/node1/Makefile.am, mp13/node2/Makefile.am,
+	mp14/node1/Makefile.am, mp14/node2/Makefile.am: Remove obsolete
+	optional manager capability.
+
 2011-02-22	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* configure.ac: Add AC_CONFIG_HEADER(config.h).

diff -u rtems/testsuites/mptests/mp01/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp01/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp01/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp01/node1/Makefile.am	Thu Dec  8 15:38:14 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp01-node1
 mp01_node1_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -17,9 +15,7 @@
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-mp01_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
-LINK_OBJS = $(mp01_node1_OBJECTS) $(mp01_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp01_node1_LDLIBS)
 
 mp01-node1$(EXEEXT): $(mp01_node1_OBJECTS) $(mp01_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp01/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp01/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp01/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp01/node2/Makefile.am	Thu Dec  8 15:38:14 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp01-node2
 mp01_node2_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp01_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp01_node2_OBJECTS) $(mp01_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp01_node2_LDLIBS)
 
 mp01-node2$(EXEEXT): $(mp01_node2_OBJECTS) $(mp01_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp02/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp02/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp02/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp02/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp02-node1
 mp02_node1_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp02_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp02_node1_OBJECTS) $(mp02_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp02_node1_LDLIBS)
 
 mp02-node1$(EXEEXT): $(mp02_node1_OBJECTS) $(mp02_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp02/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp02/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp02/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp02/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp02-node2
 mp02_node2_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp02_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp02_node2_OBJECTS) $(mp02_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp02_node2_LDLIBS)
 
 mp02-node2$(EXEEXT): $(mp02_node2_OBJECTS) $(mp02_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp03/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp03/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp03/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp03/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp03-node1
 mp03_node1_SOURCES = ../init.c ../task1.c ../delay.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp03_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp03_node1_OBJECTS) $(mp03_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp03_node1_LDLIBS)
 
 mp03-node1$(EXEEXT): $(mp03_node1_OBJECTS) $(mp03_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp03/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp03/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp03/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp03/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp03-node2
 mp03_node2_SOURCES = ../init.c ../delay.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp03_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp03_node2_OBJECTS) $(mp03_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp03_node2_LDLIBS)
 
 mp03-node2$(EXEEXT): $(mp03_node2_OBJECTS) $(mp03_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp04/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp04/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp04/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp04/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp04-node1
 mp04_node1_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp04_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp04_node1_OBJECTS) $(mp04_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp04_node1_LDLIBS)
 
 mp04-node1$(EXEEXT): $(mp04_node1_OBJECTS) $(mp04_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp04/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp04/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp04/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp04/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp04-node2
 mp04_node2_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp04_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp04_node2_OBJECTS) $(mp04_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp04_node2_LDLIBS)
 
 mp04-node2$(EXEEXT): $(mp04_node2_OBJECTS) $(mp04_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp05/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp05/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp05/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp05/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp05-node1
 mp05_node1_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp05_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp05_node1_OBJECTS) $(mp05_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp05_node1_LDLIBS)
 
 mp05-node1$(EXEEXT): $(mp05_node1_OBJECTS) $(mp05_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp05/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp05/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp05/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp05/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp05-node2
 mp05_node2_SOURCES = ../init.c ../asr.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp05_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp05_node2_OBJECTS) $(mp05_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp05_node2_LDLIBS)
 
 mp05-node2$(EXEEXT): $(mp05_node2_OBJECTS) $(mp05_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp06/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp06/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp06/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp06/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp06-node1
 mp06_node1_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp06_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp06_node1_OBJECTS) $(mp06_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp06_node1_LDLIBS)
 
 mp06-node1$(EXEEXT): $(mp06_node1_OBJECTS) $(mp06_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp06/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp06/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp06/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp06/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp06-node2
 mp06_node2_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp06_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp06_node2_OBJECTS) $(mp06_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp06_node2_LDLIBS)
 
 mp06-node2$(EXEEXT): $(mp06_node2_OBJECTS) $(mp06_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp07/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp07/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp07/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp07/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp07-node1
 mp07_node1_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp07_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp07_node1_OBJECTS) $(mp07_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp07_node1_LDLIBS)
 
 mp07-node1$(EXEEXT): $(mp07_node1_OBJECTS) $(mp07_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp07/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp07/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp07/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp07/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp07-node2
 mp07_node2_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp07_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp07_node2_OBJECTS) $(mp07_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp07_node2_LDLIBS)
 
 mp07-node2$(EXEEXT): $(mp07_node2_OBJECTS) $(mp07_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp08/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp08/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp08/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp08/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp08-node1
 mp08_node1_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp08_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp08_node1_OBJECTS) $(mp08_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp08_node1_LDLIBS)
 
 mp08-node1$(EXEEXT): $(mp08_node1_OBJECTS) $(mp08_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp08/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp08/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp08/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp08/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp08-node2
 mp08_node2_SOURCES = ../init.c ../task1.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp08_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp08_node2_OBJECTS) $(mp08_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp08_node2_LDLIBS)
 
 mp08-node2$(EXEEXT): $(mp08_node2_OBJECTS) $(mp08_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp09/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp09/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp09/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp09/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp09-node1
 mp09_node1_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp09_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp09_node1_OBJECTS) $(mp09_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp09_node1_LDLIBS)
 
 mp09-node1$(EXEEXT): $(mp09_node1_OBJECTS) $(mp09_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp09/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp09/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp09/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp09/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp09-node2
 mp09_node2_SOURCES = ../init.c ../task1.c ../recvmsg.c ../sendmsg.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp09_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp09_node2_OBJECTS) $(mp09_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp09_node2_LDLIBS)
 
 mp09-node2$(EXEEXT): $(mp09_node2_OBJECTS) $(mp09_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp10/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp10/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp10/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp10/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp10-node1
 mp10_node1_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp10_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp10_node1_OBJECTS) $(mp10_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp10_node1_LDLIBS)
 
 mp10-node1$(EXEEXT): $(mp10_node1_OBJECTS) $(mp10_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp10/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp10/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp10/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp10/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp10-node2
 mp10_node2_SOURCES = ../init.c ../task1.c ../task2.c ../task3.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp10_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp10_node2_OBJECTS) $(mp10_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp10_node2_LDLIBS)
 
 mp10-node2$(EXEEXT): $(mp10_node2_OBJECTS) $(mp10_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp11/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp11/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp11/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp11/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp11-node1
 mp11_node1_SOURCES = ../init.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp11_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp11_node1_OBJECTS) $(mp11_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp11_node1_LDLIBS)
 
 mp11-node1$(EXEEXT): $(mp11_node1_OBJECTS) $(mp11_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp11/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp11/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp11/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp11/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp11-node2
 mp11_node2_SOURCES = ../init.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp11_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp11_node2_OBJECTS) $(mp11_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp11_node2_LDLIBS)
 
 mp11-node2$(EXEEXT): $(mp11_node2_OBJECTS) $(mp11_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp12/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp12/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp12/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp12/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp12-node1
 mp12_node1_SOURCES = ../init.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp12_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp12_node1_OBJECTS) $(mp12_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp12_node1_LDLIBS)
 
 mp12-node1$(EXEEXT): $(mp12_node1_OBJECTS) $(mp12_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp12/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp12/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp12/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp12/node2/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp12-node2
 mp12_node2_SOURCES = ../init.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp12_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp12_node2_OBJECTS) $(mp12_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp12_node2_LDLIBS)
 
 mp12-node2$(EXEEXT): $(mp12_node2_OBJECTS) $(mp12_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp13/node1/Makefile.am:1.32 rtems/testsuites/mptests/mp13/node1/Makefile.am:1.33
--- rtems/testsuites/mptests/mp13/node1/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp13/node1/Makefile.am	Thu Dec  8 15:38:15 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp13-node1
 mp13_node1_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp13_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp13_node1_OBJECTS) $(mp13_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp13_node1_LDLIBS)
 
 mp13-node1$(EXEEXT): $(mp13_node1_OBJECTS) $(mp13_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp13/node2/Makefile.am:1.32 rtems/testsuites/mptests/mp13/node2/Makefile.am:1.33
--- rtems/testsuites/mptests/mp13/node2/Makefile.am:1.32	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp13/node2/Makefile.am	Thu Dec  8 15:38:16 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp13-node2
 mp13_node2_SOURCES = ../init.c ../task1.c ../task2.c ../system.h
 
@@ -14,13 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp13_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp13_node2_OBJECTS) $(mp13_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp13_node2_LDLIBS)
 
 mp13-node2$(EXEEXT): $(mp13_node2_OBJECTS) $(mp13_node2_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp14/node1/Makefile.am:1.33 rtems/testsuites/mptests/mp14/node1/Makefile.am:1.34
--- rtems/testsuites/mptests/mp14/node1/Makefile.am:1.33	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp14/node1/Makefile.am	Thu Dec  8 15:38:16 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp14-node1
 mp14_node1_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
     ../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
@@ -15,14 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp14_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I$(srcdir)/..
 AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp14_node1_OBJECTS) $(mp14_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp14_node1_LDLIBS)
 
 mp14-node1$(EXEEXT): $(mp14_node1_OBJECTS) $(mp14_node1_DEPENDENCIES)

diff -u rtems/testsuites/mptests/mp14/node2/Makefile.am:1.33 rtems/testsuites/mptests/mp14/node2/Makefile.am:1.34
--- rtems/testsuites/mptests/mp14/node2/Makefile.am:1.33	Fri Apr  3 07:55:13 2009
+++ rtems/testsuites/mptests/mp14/node2/Makefile.am	Thu Dec  8 15:38:16 2011
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = mp14-node2
 mp14_node2_SOURCES = ../exit.c ../init.c ../delay.c ../evtask1.c ../evtmtask.c \
     ../pttask1.c ../smtask1.c ../msgtask1.c ../system.h
@@ -15,14 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-mp14_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I$(srcdir)/..
 AM_CPPFLAGS += -DMAX_LONG_TEST_DURATION=$(MAX_LONG_TEST_DURATION)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(mp14_node2_OBJECTS) $(mp14_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(mp14_node2_LDLIBS)
 
 mp14-node2$(EXEEXT): $(mp14_node2_OBJECTS) $(mp14_node2_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
	psx13/Makefile.am, psx14/Makefile.am, psx15/Makefile.am,
	psx16/Makefile.am, psxaio01/Makefile.am, psxaio02/Makefile.am,
	psxaio03/Makefile.am, psxalarm01/Makefile.am,
	psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
	psxbarrier01/Makefile.am, psxcancel/Makefile.am,
	psxcancel01/Makefile.am, psxchroot01/Makefile.am,
	psxclassic01/Makefile.am, psxcleanup/Makefile.am,
	psxcleanup01/Makefile.am, psxclock/Makefile.am,
	psxcond01/Makefile.am, psxeintr_join/Makefile.am,
	psxenosys/Makefile.am, psxfatal01/Makefile.am,
	psxfatal02/Makefile.am, psxfchx01/Makefile.am, psxfile01/Makefile.am,
	psxfile02/Makefile.am, psxfilelock01/Makefile.am,
	psxgetrusage01/Makefile.am, psxid01/Makefile.am,
	psximfs01/Makefile.am, psximfs02/Makefile.am,
	psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
	psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
	psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
	psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
	psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
	psxpasswd01/Makefile.am, psxpasswd02/Makefile.am,
	psxpipe01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am,
	psxrwlock01/Makefile.am, psxsem01/Makefile.am,
	psxsignal01/Makefile.am, psxsignal02/Makefile.am,
	psxsignal03/Makefile.am, psxsignal04/Makefile.am,
	psxsignal05/Makefile.am, psxsignal06/Makefile.am,
	psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
	psxstack02/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
	psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
	psxtimes01/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am:
	Remove obsolete optional manager capability.

M  1.376  testsuites/psxtests/ChangeLog
M   1.28  testsuites/psxtests/psx01/Makefile.am
M   1.28  testsuites/psxtests/psx02/Makefile.am
M   1.28  testsuites/psxtests/psx03/Makefile.am
M   1.28  testsuites/psxtests/psx04/Makefile.am
M   1.28  testsuites/psxtests/psx05/Makefile.am
M   1.28  testsuites/psxtests/psx06/Makefile.am
M   1.28  testsuites/psxtests/psx07/Makefile.am
M   1.28  testsuites/psxtests/psx08/Makefile.am
M   1.28  testsuites/psxtests/psx09/Makefile.am
M   1.28  testsuites/psxtests/psx10/Makefile.am
M   1.28  testsuites/psxtests/psx11/Makefile.am
M   1.28  testsuites/psxtests/psx12/Makefile.am
M   1.27  testsuites/psxtests/psx13/Makefile.am
M    1.5  testsuites/psxtests/psx14/Makefile.am
M    1.2  testsuites/psxtests/psx15/Makefile.am
M    1.3  testsuites/psxtests/psx16/Makefile.am
M    1.2  testsuites/psxtests/psxaio01/Makefile.am
M    1.2  testsuites/psxtests/psxaio02/Makefile.am
M    1.2  testsuites/psxtests/psxaio03/Makefile.am
M    1.4  testsuites/psxtests/psxalarm01/Makefile.am
M    1.6  testsuites/psxtests/psxautoinit01/Makefile.am
M    1.5  testsuites/psxtests/psxautoinit02/Makefile.am
M    1.7  testsuites/psxtests/psxbarrier01/Makefile.am
M   1.31  testsuites/psxtests/psxcancel/Makefile.am
M    1.4  testsuites/psxtests/psxcancel01/Makefile.am
M   1.24  testsuites/psxtests/psxchroot01/Makefile.am
M    1.3  testsuites/psxtests/psxclassic01/Makefile.am
M    1.5  testsuites/psxtests/psxcleanup/Makefile.am
M    1.5  testsuites/psxtests/psxcleanup01/Makefile.am
M    1.4  testsuites/psxtests/psxclock/Makefile.am
M    1.4  testsuites/psxtests/psxcond01/Makefile.am
M    1.2  testsuites/psxtests/psxeintr_join/Makefile.am
M    1.6  testsuites/psxtests/psxenosys/Makefile.am
M    1.5  testsuites/psxtests/psxfatal01/Makefile.am
M    1.5  testsuites/psxtests/psxfatal02/Makefile.am
M    1.3  testsuites/psxtests/psxfchx01/Makefile.am
M   1.29  testsuites/psxtests/psxfile01/Makefile.am
M    1.2  testsuites/psxtests/psxfile02/Makefile.am
M    1.2  testsuites/psxtests/psxfilelock01/Makefile.am
M    1.2  testsuites/psxtests/psxgetrusage01/Makefile.am
M    1.2  testsuites/psxtests/psxid01/Makefile.am
M    1.2  testsuites/psxtests/psximfs01/Makefile.am
M    1.2  testsuites/psxtests/psximfs02/Makefile.am
M    1.4  testsuites/psxtests/psxintrcritical01/Makefile.am
M    1.4  testsuites/psxtests/psxitimer/Makefile.am
M    1.5  testsuites/psxtests/psxkey01/Makefile.am
M    1.4  testsuites/psxtests/psxkey02/Makefile.am
M    1.4  testsuites/psxtests/psxkey03/Makefile.am
M   1.27  testsuites/psxtests/psxmount/Makefile.am
M   1.29  testsuites/psxtests/psxmsgq01/Makefile.am
M    1.5  testsuites/psxtests/psxmsgq02/Makefile.am
M    1.4  testsuites/psxtests/psxmsgq03/Makefile.am
M    1.4  testsuites/psxtests/psxmsgq04/Makefile.am
M    1.4  testsuites/psxtests/psxmutexattr01/Makefile.am
M    1.5  testsuites/psxtests/psxobj01/Makefile.am
M    1.5  testsuites/psxtests/psxpasswd01/Makefile.am
M    1.3  testsuites/psxtests/psxpasswd02/Makefile.am
M    1.3  testsuites/psxtests/psxpipe01/Makefile.am
M    1.5  testsuites/psxtests/psxrdwrv/Makefile.am
M   1.27  testsuites/psxtests/psxreaddir/Makefile.am
M    1.7  testsuites/psxtests/psxrwlock01/Makefile.am
M   1.30  testsuites/psxtests/psxsem01/Makefile.am
M    1.5  testsuites/psxtests/psxsignal01/Makefile.am
M    1.4  testsuites/psxtests/psxsignal02/Makefile.am
M    1.6  testsuites/psxtests/psxsignal03/Makefile.am
M    1.5  testsuites/psxtests/psxsignal04/Makefile.am
M    1.4  testsuites/psxtests/psxsignal05/Makefile.am
M    1.2  testsuites/psxtests/psxsignal06/Makefile.am
M    1.7  testsuites/psxtests/psxspin01/Makefile.am
M    1.6  testsuites/psxtests/psxspin02/Makefile.am
M    1.4  testsuites/psxtests/psxstack01/Makefile.am
M    1.2  testsuites/psxtests/psxstack02/Makefile.am
M   1.27  testsuites/psxtests/psxstat/Makefile.am
M    1.5  testsuites/psxtests/psxsysconf/Makefile.am
M   1.25  testsuites/psxtests/psxtime/Makefile.am
M    1.5  testsuites/psxtests/psxtimer01/Makefile.am
M    1.5  testsuites/psxtests/psxtimer02/Makefile.am
M    1.2  testsuites/psxtests/psxtimes01/Makefile.am
M    1.5  testsuites/psxtests/psxualarm/Makefile.am
M    1.4  testsuites/psxtests/psxusleep/Makefile.am

diff -u rtems/testsuites/psxtests/ChangeLog:1.375 rtems/testsuites/psxtests/ChangeLog:1.376
--- rtems/testsuites/psxtests/ChangeLog:1.375	Thu Dec  8 02:49:19 2011
+++ rtems/testsuites/psxtests/ChangeLog	Thu Dec  8 15:38:19 2011
@@ -1,3 +1,41 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
+	psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
+	psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
+	psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
+	psx13/Makefile.am, psx14/Makefile.am, psx15/Makefile.am,
+	psx16/Makefile.am, psxaio01/Makefile.am, psxaio02/Makefile.am,
+	psxaio03/Makefile.am, psxalarm01/Makefile.am,
+	psxautoinit01/Makefile.am, psxautoinit02/Makefile.am,
+	psxbarrier01/Makefile.am, psxcancel/Makefile.am,
+	psxcancel01/Makefile.am, psxchroot01/Makefile.am,
+	psxclassic01/Makefile.am, psxcleanup/Makefile.am,
+	psxcleanup01/Makefile.am, psxclock/Makefile.am,
+	psxcond01/Makefile.am, psxeintr_join/Makefile.am,
+	psxenosys/Makefile.am, psxfatal01/Makefile.am,
+	psxfatal02/Makefile.am, psxfchx01/Makefile.am, psxfile01/Makefile.am,
+	psxfile02/Makefile.am, psxfilelock01/Makefile.am,
+	psxgetrusage01/Makefile.am, psxid01/Makefile.am,
+	psximfs01/Makefile.am, psximfs02/Makefile.am,
+	psxintrcritical01/Makefile.am, psxitimer/Makefile.am,
+	psxkey01/Makefile.am, psxkey02/Makefile.am, psxkey03/Makefile.am,
+	psxmount/Makefile.am, psxmsgq01/Makefile.am, psxmsgq02/Makefile.am,
+	psxmsgq03/Makefile.am, psxmsgq04/Makefile.am,
+	psxmutexattr01/Makefile.am, psxobj01/Makefile.am,
+	psxpasswd01/Makefile.am, psxpasswd02/Makefile.am,
+	psxpipe01/Makefile.am, psxrdwrv/Makefile.am, psxreaddir/Makefile.am,
+	psxrwlock01/Makefile.am, psxsem01/Makefile.am,
+	psxsignal01/Makefile.am, psxsignal02/Makefile.am,
+	psxsignal03/Makefile.am, psxsignal04/Makefile.am,
+	psxsignal05/Makefile.am, psxsignal06/Makefile.am,
+	psxspin01/Makefile.am, psxspin02/Makefile.am, psxstack01/Makefile.am,
+	psxstack02/Makefile.am, psxstat/Makefile.am, psxsysconf/Makefile.am,
+	psxtime/Makefile.am, psxtimer01/Makefile.am, psxtimer02/Makefile.am,
+	psxtimes01/Makefile.am, psxualarm/Makefile.am, psxusleep/Makefile.am:
+	Remove obsolete optional manager capability.
+
 2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	PR 1981/cpukit

diff -u rtems/testsuites/psxtests/psx01/Makefile.am:1.27 rtems/testsuites/psxtests/psx01/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx01/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx01/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx01
 psx01_SOURCES = init.c task.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx01_OBJECTS) $(psx01_LDADD)
+LINK_OBJS = $(psx01_OBJECTS)
 LINK_LIBS = $(psx01_LDLIBS)
 
 psx01$(EXEEXT): $(psx01_OBJECTS) $(psx01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx02/Makefile.am:1.27 rtems/testsuites/psxtests/psx02/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx02/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx02/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx02
 psx02_SOURCES = init.c task.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx02_OBJECTS) $(psx02_LDADD)
+LINK_OBJS = $(psx02_OBJECTS)
 LINK_LIBS = $(psx02_LDLIBS)
 
 psx02$(EXEEXT): $(psx02_OBJECTS) $(psx02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx03/Makefile.am:1.27 rtems/testsuites/psxtests/psx03/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx03/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx03/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx03
 psx03_SOURCES = init.c task.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx03_OBJECTS) $(psx03_LDADD)
+LINK_OBJS = $(psx03_OBJECTS)
 LINK_LIBS = $(psx03_LDLIBS)
 
 psx03$(EXEEXT): $(psx03_OBJECTS) $(psx03_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx04/Makefile.am:1.27 rtems/testsuites/psxtests/psx04/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx04/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx04/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx04
 psx04_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx04_OBJECTS) $(psx04_LDADD)
+LINK_OBJS = $(psx04_OBJECTS)
 LINK_LIBS = $(psx04_LDLIBS)
 
 psx04$(EXEEXT): $(psx04_OBJECTS) $(psx04_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx05/Makefile.am:1.27 rtems/testsuites/psxtests/psx05/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx05/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx05/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx05
 psx05_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx05_OBJECTS) $(psx05_LDADD)
+LINK_OBJS = $(psx05_OBJECTS)
 LINK_LIBS = $(psx05_LDLIBS)
 
 psx05$(EXEEXT): $(psx05_OBJECTS) $(psx05_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx06/Makefile.am:1.27 rtems/testsuites/psxtests/psx06/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx06/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx06/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx06
 psx06_SOURCES = init.c task.c task2.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx06_OBJECTS) $(psx06_LDADD)
+LINK_OBJS = $(psx06_OBJECTS)
 LINK_LIBS = $(psx06_LDLIBS)
 
 psx06$(EXEEXT): $(psx06_OBJECTS) $(psx06_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx07/Makefile.am:1.27 rtems/testsuites/psxtests/psx07/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx07/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx07/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx07
 psx07_SOURCES = init.c task.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx07_OBJECTS) $(psx07_LDADD)
+LINK_OBJS = $(psx07_OBJECTS)
 LINK_LIBS = $(psx07_LDLIBS)
 
 psx07$(EXEEXT): $(psx07_OBJECTS) $(psx07_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx08/Makefile.am:1.27 rtems/testsuites/psxtests/psx08/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx08/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx08/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx08
 psx08_SOURCES = init.c task1.c task2.c task3.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx08_OBJECTS) $(psx08_LDADD)
+LINK_OBJS = $(psx08_OBJECTS)
 LINK_LIBS = $(psx08_LDLIBS)
 
 psx08$(EXEEXT): $(psx08_OBJECTS) $(psx08_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx09/Makefile.am:1.27 rtems/testsuites/psxtests/psx09/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx09/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx09/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx09
 psx09_SOURCES = init.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx09_OBJECTS) $(psx09_LDADD)
+LINK_OBJS = $(psx09_OBJECTS)
 LINK_LIBS = $(psx09_LDLIBS)
 
 psx09$(EXEEXT): $(psx09_OBJECTS) $(psx09_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx10/Makefile.am:1.27 rtems/testsuites/psxtests/psx10/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx10/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx10/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx10
 psx10_SOURCES = init.c task.c task2.c task3.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx10_OBJECTS) $(psx10_LDADD)
+LINK_OBJS = $(psx10_OBJECTS)
 LINK_LIBS = $(psx10_LDLIBS)
 
 psx10$(EXEEXT): $(psx10_OBJECTS) $(psx10_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx11/Makefile.am:1.27 rtems/testsuites/psxtests/psx11/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx11/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx11/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx11
 psx11_SOURCES = init.c task.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx11_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx11_OBJECTS) $(psx11_LDADD)
+LINK_OBJS = $(psx11_OBJECTS)
 LINK_LIBS = $(psx11_LDLIBS)
 
 psx11$(EXEEXT): $(psx11_OBJECTS) $(psx11_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx12/Makefile.am:1.27 rtems/testsuites/psxtests/psx12/Makefile.am:1.28
--- rtems/testsuites/psxtests/psx12/Makefile.am:1.27	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx12/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx12
 psx12_SOURCES = init.c task.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx12_OBJECTS) $(psx12_LDADD)
+LINK_OBJS = $(psx12_OBJECTS)
 LINK_LIBS = $(psx12_LDLIBS)
 
 psx12$(EXEEXT): $(psx12_OBJECTS) $(psx12_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx13/Makefile.am:1.26 rtems/testsuites/psxtests/psx13/Makefile.am:1.27
--- rtems/testsuites/psxtests/psx13/Makefile.am:1.26	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx13/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx13
 psx13_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx13_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx13_OBJECTS) $(psx13_LDADD)
+LINK_OBJS = $(psx13_OBJECTS)
 LINK_LIBS = $(psx13_LDLIBS)
 
 psx13$(EXEEXT): $(psx13_OBJECTS) $(psx13_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx14/Makefile.am:1.4 rtems/testsuites/psxtests/psx14/Makefile.am:1.5
--- rtems/testsuites/psxtests/psx14/Makefile.am:1.4	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psx14/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx14
 psx14_SOURCES = init.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx14_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx14_OBJECTS) $(psx14_LDADD)
+LINK_OBJS = $(psx14_OBJECTS)
 LINK_LIBS = $(psx14_LDLIBS)
 
 psx14$(EXEEXT): $(psx14_OBJECTS) $(psx14_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx15/Makefile.am:1.1 rtems/testsuites/psxtests/psx15/Makefile.am:1.2
--- rtems/testsuites/psxtests/psx15/Makefile.am:1.1	Tue Sep 28 02:36:06 2010
+++ rtems/testsuites/psxtests/psx15/Makefile.am	Thu Dec  8 15:38:19 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx15
 psx15_SOURCES = init.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx15_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx15_OBJECTS) $(psx15_LDADD)
+LINK_OBJS = $(psx15_OBJECTS)
 LINK_LIBS = $(psx15_LDLIBS)
 
 psx15$(EXEEXT): $(psx15_OBJECTS) $(psx15_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psx16/Makefile.am:1.2 rtems/testsuites/psxtests/psx16/Makefile.am:1.3
--- rtems/testsuites/psxtests/psx16/Makefile.am:1.2	Mon Aug  1 08:27:15 2011
+++ rtems/testsuites/psxtests/psx16/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psx16
 psx16_SOURCES = init.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psx16_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psx16_OBJECTS) $(psx16_LDADD)
+LINK_OBJS = $(psx16_OBJECTS)
 LINK_LIBS = $(psx16_LDLIBS)
 
 psx16$(EXEEXT): $(psx16_OBJECTS) $(psx16_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxaio01/Makefile.am:1.1 rtems/testsuites/psxtests/psxaio01/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxaio01/Makefile.am:1.1	Mon Aug 16 08:29:48 2010
+++ rtems/testsuites/psxtests/psxaio01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -1,5 +1,4 @@
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxaio01
 psxaio01_SOURCES = init.c system.h ../include/pmacros.h
@@ -10,12 +9,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxaio01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxaio01_OBJECTS) $(psxaio01_LDADD)
+LINK_OBJS = $(psxaio01_OBJECTS)
 LINK_LIBS = $(psxaio01_LDLIBS)
 
 psxaio01$(EXEEXT): $(psxaio01_OBJECTS) $(psxaio01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxaio02/Makefile.am:1.1 rtems/testsuites/psxtests/psxaio02/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxaio02/Makefile.am:1.1	Mon Aug 16 08:29:48 2010
+++ rtems/testsuites/psxtests/psxaio02/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -1,5 +1,4 @@
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxaio02
 psxaio02_SOURCES = init.c system.h ../include/pmacros.h
@@ -10,12 +9,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxaio02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxaio02_OBJECTS) $(psxaio02_LDADD)
+LINK_OBJS = $(psxaio02_OBJECTS)
 LINK_LIBS = $(psxaio02_LDLIBS)
 
 psxaio02$(EXEEXT): $(psxaio02_OBJECTS) $(psxaio02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxaio03/Makefile.am:1.1 rtems/testsuites/psxtests/psxaio03/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxaio03/Makefile.am:1.1	Mon Jan 17 16:17:18 2011
+++ rtems/testsuites/psxtests/psxaio03/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -1,5 +1,4 @@
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxaio03
 psxaio03_SOURCES = init.c system.h ../include/pmacros.h
@@ -10,12 +9,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxaio03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxaio03_OBJECTS) $(psxaio03_LDADD)
+LINK_OBJS = $(psxaio03_OBJECTS)
 LINK_LIBS = $(psxaio02_LDLIBS)
 
 psxaio03$(EXEEXT): $(psxaio03_OBJECTS) $(psxaio03_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxalarm01/Makefile.am:1.3 rtems/testsuites/psxtests/psxalarm01/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxalarm01/Makefile.am:1.3	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psxalarm01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxalarm01
 psxalarm01_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxalarm01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxalarm01_OBJECTS) $(psxalarm01_LDADD)
+LINK_OBJS = $(psxalarm01_OBJECTS)
 LINK_LIBS = $(psxalarm01_LDLIBS)
 
 psxalarm01$(EXEEXT): $(psxalarm01_OBJECTS) $(psxalarm01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxautoinit01/Makefile.am:1.5 rtems/testsuites/psxtests/psxautoinit01/Makefile.am:1.6
--- rtems/testsuites/psxtests/psxautoinit01/Makefile.am:1.5	Mon Jun 20 00:51:51 2011
+++ rtems/testsuites/psxtests/psxautoinit01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxautoinit01
 psxautoinit01_SOURCES = init.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxautoinit01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxautoinit01_OBJECTS) $(psxautoinit01_LDADD)
+LINK_OBJS = $(psxautoinit01_OBJECTS)
 LINK_LIBS = $(psxautoinit01_LDLIBS)
 
 psxautoinit01$(EXEEXT): $(psxautoinit01_OBJECTS) \

diff -u rtems/testsuites/psxtests/psxautoinit02/Makefile.am:1.4 rtems/testsuites/psxtests/psxautoinit02/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxautoinit02/Makefile.am:1.4	Mon Jun 20 00:51:51 2011
+++ rtems/testsuites/psxtests/psxautoinit02/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxautoinit02
 psxautoinit02_SOURCES = init.c ../include/pmacros.h
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxautoinit02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxautoinit02_OBJECTS) $(psxautoinit02_LDADD)
+LINK_OBJS = $(psxautoinit02_OBJECTS)
 LINK_LIBS = $(psxautoinit02_LDLIBS)
 
 psxautoinit02$(EXEEXT): $(psxautoinit02_OBJECTS) \

diff -u rtems/testsuites/psxtests/psxbarrier01/Makefile.am:1.6 rtems/testsuites/psxtests/psxbarrier01/Makefile.am:1.7
--- rtems/testsuites/psxtests/psxbarrier01/Makefile.am:1.6	Mon Jun 20 00:51:51 2011
+++ rtems/testsuites/psxtests/psxbarrier01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxbarrier01
 psxbarrier01_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxbarrier01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxbarrier01_OBJECTS) $(psxbarrier01_LDADD)
+LINK_OBJS = $(psxbarrier01_OBJECTS)
 LINK_LIBS = $(psxbarrier01_LDLIBS)
 
 psxbarrier01$(EXEEXT): $(psxbarrier01_OBJECTS) \

diff -u rtems/testsuites/psxtests/psxcancel/Makefile.am:1.30 rtems/testsuites/psxtests/psxcancel/Makefile.am:1.31
--- rtems/testsuites/psxtests/psxcancel/Makefile.am:1.30	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psxcancel/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxcancel
 psxcancel_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxcancel_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxcancel_OBJECTS) $(psxcancel_LDADD)
+LINK_OBJS = $(psxcancel_OBJECTS)
 LINK_LIBS = $(psxcancel_LDLIBS)
 
 psxcancel$(EXEEXT): $(psxcancel_OBJECTS) $(psxcancel_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxcancel01/Makefile.am:1.3 rtems/testsuites/psxtests/psxcancel01/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxcancel01/Makefile.am:1.3	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psxcancel01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxcancel01
 psxcancel01_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxcancel01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxcancel01_OBJECTS) $(psxcancel01_LDADD)
+LINK_OBJS = $(psxcancel01_OBJECTS)
 LINK_LIBS = $(psxcancel01_LDLIBS)
 
 psxcancel01$(EXEEXT): $(psxcancel01_OBJECTS) $(psxcancel01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxchroot01/Makefile.am:1.23 rtems/testsuites/psxtests/psxchroot01/Makefile.am:1.24
--- rtems/testsuites/psxtests/psxchroot01/Makefile.am:1.23	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psxchroot01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxchroot01
 psxchroot01_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxchroot01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxchroot01_OBJECTS) $(psxchroot01_LDADD)
+LINK_OBJS = $(psxchroot01_OBJECTS)
 LINK_LIBS = $(psxchroot01_LDLIBS)
 
 psxchroot01$(EXEEXT): $(psxchroot01_OBJECTS) $(psxchroot01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxclassic01/Makefile.am:1.2 rtems/testsuites/psxtests/psxclassic01/Makefile.am:1.3
--- rtems/testsuites/psxtests/psxclassic01/Makefile.am:1.2	Mon Jun 20 00:43:04 2011
+++ rtems/testsuites/psxtests/psxclassic01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxclassic01
 psxclassic01_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxclassic01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxclassic01_OBJECTS) $(psxclassic01_LDADD)
+LINK_OBJS = $(psxclassic01_OBJECTS)
 LINK_LIBS = $(psxclassic01_LDLIBS)
 
 psxclassic01$(EXEEXT): $(psxclassic01_OBJECTS) $(psxclassic01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxcleanup/Makefile.am:1.4 rtems/testsuites/psxtests/psxcleanup/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxcleanup/Makefile.am:1.4	Wed Jun 23 17:49:57 2010
+++ rtems/testsuites/psxtests/psxcleanup/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxcleanup
 psxcleanup_SOURCES = psxcleanup.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxcleanup_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxcleanup_OBJECTS) $(psxcleanup_LDADD)
+LINK_OBJS = $(psxcleanup_OBJECTS)
 LINK_LIBS = $(psxcleanup_LDLIBS)
 
 psxcleanup$(EXEEXT): $(psxcleanup_OBJECTS) $(psxcleanup_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxcleanup01/Makefile.am:1.4 rtems/testsuites/psxtests/psxcleanup01/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxcleanup01/Makefile.am:1.4	Mon Jun 20 00:43:04 2011
+++ rtems/testsuites/psxtests/psxcleanup01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxcleanup01
 psxcleanup01_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxcleanup01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxcleanup01_OBJECTS) $(psxcleanup01_LDADD)
+LINK_OBJS = $(psxcleanup01_OBJECTS)
 LINK_LIBS = $(psxcleanup01_LDLIBS)
 
 psxcleanup01$(EXEEXT): $(psxcleanup01_OBJECTS) $(psxcleanup01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxclock/Makefile.am:1.3 rtems/testsuites/psxtests/psxclock/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxclock/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxclock/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxclock
 psxclock_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxclock_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxclock_OBJECTS) $(psxclock_LDADD)
+LINK_OBJS = $(psxclock_OBJECTS)
 LINK_LIBS = $(psxclock_LDLIBS)
 
 psxclock$(EXEEXT): $(psxclock_OBJECTS) $(psxclock_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxcond01/Makefile.am:1.3 rtems/testsuites/psxtests/psxcond01/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxcond01/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxcond01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxcond01
 psxcond01_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxcond01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxcond01_OBJECTS) $(psxcond01_LDADD)
+LINK_OBJS = $(psxcond01_OBJECTS)
 LINK_LIBS = $(psxcond01_LDLIBS)
 
 psxcond01$(EXEEXT): $(psxcond01_OBJECTS) \

diff -u rtems/testsuites/psxtests/psxeintr_join/Makefile.am:1.1 rtems/testsuites/psxtests/psxeintr_join/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxeintr_join/Makefile.am:1.1	Sun Jul 31 17:40:31 2011
+++ rtems/testsuites/psxtests/psxeintr_join/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -15,7 +15,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxeintr_join_OBJECTS) $(psxeintr_join_LDADD)
+LINK_OBJS = $(psxeintr_join_OBJECTS)
 LINK_LIBS = $(psxeintr_join_LDLIBS)
 
 psxeintr_join$(EXEEXT): $(psxeintr_join_OBJECTS) $(psxeintr_join_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxenosys/Makefile.am:1.5 rtems/testsuites/psxtests/psxenosys/Makefile.am:1.6
--- rtems/testsuites/psxtests/psxenosys/Makefile.am:1.5	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxenosys/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxenosys
 psxenosys_SOURCES = init.c system.h ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxenosys_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxenosys_OBJECTS) $(psxenosys_LDADD)
+LINK_OBJS = $(psxenosys_OBJECTS)
 LINK_LIBS = $(psxenosys_LDLIBS)
 
 psxenosys$(EXEEXT): $(psxenosys_OBJECTS) $(psxenosys_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxfatal01/Makefile.am:1.4 rtems/testsuites/psxtests/psxfatal01/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxfatal01/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxfatal01/Makefile.am	Thu Dec  8 15:38:20 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxfatal01
 psxfatal01_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxfatal01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxfatal01_OBJECTS) $(psxfatal01_LDADD)
+LINK_OBJS = $(psxfatal01_OBJECTS)
 LINK_LIBS = $(psxfatal01_LDLIBS)
 
 psxfatal01$(EXEEXT): $(psxfatal01_OBJECTS) $(psxfatal01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxfatal02/Makefile.am:1.4 rtems/testsuites/psxtests/psxfatal02/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxfatal02/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxfatal02/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxfatal02
 psxfatal02_SOURCES = ../psxfatal_support/init.c ../psxfatal_support/system.h testcase.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxfatal02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxfatal02_OBJECTS) $(psxfatal02_LDADD)
+LINK_OBJS = $(psxfatal02_OBJECTS)
 LINK_LIBS = $(psxfatal02_LDLIBS)
 
 psxfatal02$(EXEEXT): $(psxfatal02_OBJECTS) $(psxfatal02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxfchx01/Makefile.am:1.2 rtems/testsuites/psxtests/psxfchx01/Makefile.am:1.3
--- rtems/testsuites/psxtests/psxfchx01/Makefile.am:1.2	Mon Jun 20 00:43:04 2011
+++ rtems/testsuites/psxtests/psxfchx01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxfchx01
 psxfchx01_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxfchx01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxfchx01_OBJECTS) $(psxfchx01_LDADD)
+LINK_OBJS = $(psxfchx01_OBJECTS)
 LINK_LIBS = $(psxfchx01_LDLIBS)
 
 psxfchx01$(EXEEXT): $(psxfchx01_OBJECTS) $(psxfchx01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxfile01/Makefile.am:1.28 rtems/testsuites/psxtests/psxfile01/Makefile.am:1.29
--- rtems/testsuites/psxtests/psxfile01/Makefile.am:1.28	Thu Jul  1 16:15:07 2010
+++ rtems/testsuites/psxtests/psxfile01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -14,7 +14,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxfile01_OBJECTS) $(psxfile01_LDADD)
+LINK_OBJS = $(psxfile01_OBJECTS)
 LINK_LIBS = $(psxfile01_LDLIBS)
 
 psxfile01$(EXEEXT): $(psxfile01_OBJECTS) $(psxfile01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxfile02/Makefile.am:1.1 rtems/testsuites/psxtests/psxfile02/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxfile02/Makefile.am:1.1	Wed Jun 23 13:43:23 2010
+++ rtems/testsuites/psxtests/psxfile02/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxfile02
 psxfile02_SOURCES = init.c ../../support/src/spin.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxfile02_OBJECTS) $(psxfile02_LDADD)
+LINK_OBJS = $(psxfile02_OBJECTS)
 LINK_LIBS = $(psxfile02_LDLIBS)
 
 psxfile02$(EXEEXT): $(psxfile02_OBJECTS) $(psxfile02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxfilelock01/Makefile.am:1.1 rtems/testsuites/psxtests/psxfilelock01/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxfilelock01/Makefile.am:1.1	Thu Jul  1 09:40:10 2010
+++ rtems/testsuites/psxtests/psxfilelock01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxfilelock01
 psxfilelock01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxfilelock01_OBJECTS) $(psxfilelock01_LDADD)
+LINK_OBJS = $(psxfilelock01_OBJECTS)
 LINK_LIBS = $(psxfilelock01_LDLIBS)
 
 psxfilelock01$(EXEEXT): $(psxfilelock01_OBJECTS) $(psxfilelock01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxgetrusage01/Makefile.am:1.1 rtems/testsuites/psxtests/psxgetrusage01/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxgetrusage01/Makefile.am:1.1	Mon Jul  5 20:01:42 2010
+++ rtems/testsuites/psxtests/psxgetrusage01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxgetrusage01
 psxgetrusage01_SOURCES = init.c ../../support/src/spin.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxgetrusage01_OBJECTS) $(psxgetrusage01_LDADD)
+LINK_OBJS = $(psxgetrusage01_OBJECTS)
 LINK_LIBS = $(psxgetrusage01_LDLIBS)
 
 psxgetrusage01$(EXEEXT): $(psxgetrusage01_OBJECTS) $(psxgetrusage01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxid01/Makefile.am:1.1 rtems/testsuites/psxtests/psxid01/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxid01/Makefile.am:1.1	Thu Jul  1 09:40:13 2010
+++ rtems/testsuites/psxtests/psxid01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxid01
 psxid01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxid01_OBJECTS) $(psxid01_LDADD)
+LINK_OBJS = $(psxid01_OBJECTS)
 LINK_LIBS = $(psxid01_LDLIBS)
 
 psxid01$(EXEEXT): $(psxid01_OBJECTS) $(psxid01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psximfs01/Makefile.am:1.1 rtems/testsuites/psxtests/psximfs01/Makefile.am:1.2
--- rtems/testsuites/psxtests/psximfs01/Makefile.am:1.1	Mon Jun 28 13:48:23 2010
+++ rtems/testsuites/psxtests/psximfs01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psximfs01
 psximfs01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psximfs01_OBJECTS) $(psximfs01_LDADD)
+LINK_OBJS = $(psximfs01_OBJECTS)
 LINK_LIBS = $(psximfs01_LDLIBS)
 
 psximfs01$(EXEEXT): $(psximfs01_OBJECTS) $(psximfs01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psximfs02/Makefile.am:1.1 rtems/testsuites/psxtests/psximfs02/Makefile.am:1.2
--- rtems/testsuites/psxtests/psximfs02/Makefile.am:1.1	Thu Jul 29 17:40:50 2010
+++ rtems/testsuites/psxtests/psximfs02/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psximfs02_OBJECTS) $(psximfs02_LDADD)
+LINK_OBJS = $(psximfs02_OBJECTS)
 LINK_LIBS = $(psximfs02_LDLIBS)
 
 psximfs02$(EXEEXT): $(psximfs02_OBJECTS) $(psximfs02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxintrcritical01/Makefile.am:1.3 rtems/testsuites/psxtests/psxintrcritical01/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxintrcritical01/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxintrcritical01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxintrcritical01
 psxintrcritical01_SOURCES = init.c \
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxintrcritical01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/../sptests/spintrcritical_support
 
-LINK_OBJS = $(psxintrcritical01_OBJECTS) $(psxintrcritical01_LDADD)
+LINK_OBJS = $(psxintrcritical01_OBJECTS)
 LINK_LIBS = $(psxintrcritical01_LDLIBS)
 
 psxintrcritical01$(EXEEXT): $(psxintrcritical01_OBJECTS) $(psxintrcritical01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxitimer/Makefile.am:1.3 rtems/testsuites/psxtests/psxitimer/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxitimer/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxitimer/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxitimer
 psxitimer_SOURCES = init.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxitimer_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxitimer_OBJECTS) $(psxitimer_LDADD)
+LINK_OBJS = $(psxitimer_OBJECTS)
 LINK_LIBS = $(psxitimer_LDLIBS)
 
 psxitimer$(EXEEXT): $(psxitimer_OBJECTS) $(psxitimer_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxkey01/Makefile.am:1.4 rtems/testsuites/psxtests/psxkey01/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxkey01/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxkey01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxkey01
 psxkey01_SOURCES = init.c task.c system.h ../include/pmacros.h \
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxkey01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxkey01_OBJECTS) $(psxkey01_LDADD)
+LINK_OBJS = $(psxkey01_OBJECTS)
 LINK_LIBS = $(psxkey01_LDLIBS)
 
 psxkey01$(EXEEXT): $(psxkey01_OBJECTS) $(psxkey01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxkey02/Makefile.am:1.3 rtems/testsuites/psxtests/psxkey02/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxkey02/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxkey02/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxkey02
 psxkey02_SOURCES = init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxkey02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxkey02_OBJECTS) $(psxkey02_LDADD)
+LINK_OBJS = $(psxkey02_OBJECTS)
 LINK_LIBS = $(psxkey02_LDLIBS)
 
 psxkey02$(EXEEXT): $(psxkey02_OBJECTS) $(psxkey02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxkey03/Makefile.am:1.3 rtems/testsuites/psxtests/psxkey03/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxkey03/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxkey03/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxkey03
 psxkey03_SOURCES = init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxkey03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxkey03_OBJECTS) $(psxkey03_LDADD)
+LINK_OBJS = $(psxkey03_OBJECTS)
 LINK_LIBS = $(psxkey03_LDLIBS)
 
 psxkey03$(EXEEXT): $(psxkey03_OBJECTS) $(psxkey03_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxmount/Makefile.am:1.26 rtems/testsuites/psxtests/psxmount/Makefile.am:1.27
--- rtems/testsuites/psxtests/psxmount/Makefile.am:1.26	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxmount/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxmount
 psxmount_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxmount_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxmount_OBJECTS) $(psxmount_LDADD)
+LINK_OBJS = $(psxmount_OBJECTS)
 LINK_LIBS = $(psxmount_LDLIBS)
 
 psxmount$(EXEEXT): $(psxmount_OBJECTS) $(psxmount_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxmsgq01/Makefile.am:1.28 rtems/testsuites/psxtests/psxmsgq01/Makefile.am:1.29
--- rtems/testsuites/psxtests/psxmsgq01/Makefile.am:1.28	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxmsgq01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxmsgq01
 psxmsgq01_SOURCES = init.c system.h ../include/pmacros.h \
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxmsgq01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxmsgq01_OBJECTS) $(psxmsgq01_LDADD)
+LINK_OBJS = $(psxmsgq01_OBJECTS)
 LINK_LIBS = $(psxmsgq01_LDLIBS)
 
 psxmsgq01$(EXEEXT): $(psxmsgq01_OBJECTS) $(psxmsgq01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxmsgq02/Makefile.am:1.4 rtems/testsuites/psxtests/psxmsgq02/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxmsgq02/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxmsgq02/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxmsgq02
 psxmsgq02_SOURCES = init.c system.h ../include/pmacros.h \
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxmsgq02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxmsgq02_OBJECTS) $(psxmsgq02_LDADD)
+LINK_OBJS = $(psxmsgq02_OBJECTS)
 LINK_LIBS = $(psxmsgq02_LDLIBS)
 
 psxmsgq02$(EXEEXT): $(psxmsgq02_OBJECTS) $(psxmsgq02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxmsgq03/Makefile.am:1.3 rtems/testsuites/psxtests/psxmsgq03/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxmsgq03/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxmsgq03/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxmsgq03
 psxmsgq03_SOURCES = init.c system.h ../include/pmacros.h \
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxmsgq03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxmsgq03_OBJECTS) $(psxmsgq03_LDADD)
+LINK_OBJS = $(psxmsgq03_OBJECTS)
 LINK_LIBS = $(psxmsgq03_LDLIBS)
 
 psxmsgq03$(EXEEXT): $(psxmsgq03_OBJECTS) $(psxmsgq03_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxmsgq04/Makefile.am:1.3 rtems/testsuites/psxtests/psxmsgq04/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxmsgq04/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxmsgq04/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxmsgq04
 psxmsgq04_SOURCES = init.c ../include/pmacros.h \
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxmsgq04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxmsgq04_OBJECTS) $(psxmsgq04_LDADD)
+LINK_OBJS = $(psxmsgq04_OBJECTS)
 LINK_LIBS = $(psxmsgq04_LDLIBS)
 
 psxmsgq04$(EXEEXT): $(psxmsgq04_OBJECTS) $(psxmsgq04_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxmutexattr01/Makefile.am:1.3 rtems/testsuites/psxtests/psxmutexattr01/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxmutexattr01/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxmutexattr01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxmutexattr01
 psxmutexattr01_SOURCES = init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxmutexattr01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxmutexattr01_OBJECTS) $(psxmutexattr01_LDADD)
+LINK_OBJS = $(psxmutexattr01_OBJECTS)
 LINK_LIBS = $(psxmutexattr01_LDLIBS)
 
 psxmutexattr01$(EXEEXT): $(psxmutexattr01_OBJECTS) $(psxmutexattr01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxobj01/Makefile.am:1.4 rtems/testsuites/psxtests/psxobj01/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxobj01/Makefile.am:1.4	Tue Jul 27 15:16:23 2010
+++ rtems/testsuites/psxtests/psxobj01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxobj01
 psxobj01_SOURCES = init.c ../../support/src/test_support.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxobj01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxobj01_OBJECTS) $(psxobj01_LDADD)
+LINK_OBJS = $(psxobj01_OBJECTS)
 LINK_LIBS = $(psxobj01_LDLIBS)
 
 psxobj01$(EXEEXT): $(psxobj01_OBJECTS) $(psxobj01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxpasswd01/Makefile.am:1.4 rtems/testsuites/psxtests/psxpasswd01/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxpasswd01/Makefile.am:1.4	Mon Jun 20 00:43:04 2011
+++ rtems/testsuites/psxtests/psxpasswd01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxpasswd01
 psxpasswd01_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxpasswd01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxpasswd01_OBJECTS) $(psxpasswd01_LDADD)
+LINK_OBJS = $(psxpasswd01_OBJECTS)
 LINK_LIBS = $(psxpasswd01_LDLIBS)
 
 psxpasswd01$(EXEEXT): $(psxpasswd01_OBJECTS) $(psxpasswd01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxpasswd02/Makefile.am:1.2 rtems/testsuites/psxtests/psxpasswd02/Makefile.am:1.3
--- rtems/testsuites/psxtests/psxpasswd02/Makefile.am:1.2	Mon Jun 20 00:43:04 2011
+++ rtems/testsuites/psxtests/psxpasswd02/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxpasswd02
 psxpasswd02_SOURCES = init.c ../include/pmacros.h
@@ -18,7 +17,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxpasswd02_OBJECTS) $(psxpasswd02_LDADD)
+LINK_OBJS = $(psxpasswd02_OBJECTS)
 LINK_LIBS = $(psxpasswd02_LDLIBS)
 
 psxpasswd02$(EXEEXT): $(psxpasswd02_OBJECTS) $(psxpasswd02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxpipe01/Makefile.am:1.2 rtems/testsuites/psxtests/psxpipe01/Makefile.am:1.3
--- rtems/testsuites/psxtests/psxpipe01/Makefile.am:1.2	Mon Jun 20 00:43:05 2011
+++ rtems/testsuites/psxtests/psxpipe01/Makefile.am	Thu Dec  8 15:38:21 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxpipe01
 psxpipe01_SOURCES = init.c ../include/pmacros.h
@@ -18,7 +17,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxpipe01_OBJECTS) $(psxpipe01_LDADD)
+LINK_OBJS = $(psxpipe01_OBJECTS)
 LINK_LIBS = $(psxpipe01_LDLIBS)
 
 psxpipe01$(EXEEXT): $(psxpipe01_OBJECTS) $(psxpipe01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxrdwrv/Makefile.am:1.4 rtems/testsuites/psxtests/psxrdwrv/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxrdwrv/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxrdwrv/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxrdwrv
 psxrdwrv_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxrdwrv_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxrdwrv_OBJECTS) $(psxrdwrv_LDADD)
+LINK_OBJS = $(psxrdwrv_OBJECTS)
 LINK_LIBS = $(psxrdwrv_LDLIBS)
 
 psxrdwrv$(EXEEXT): $(psxrdwrv_OBJECTS) $(psxrdwrv_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxreaddir/Makefile.am:1.26 rtems/testsuites/psxtests/psxreaddir/Makefile.am:1.27
--- rtems/testsuites/psxtests/psxreaddir/Makefile.am:1.26	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxreaddir/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxreaddir
 psxreaddir_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxreaddir_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxreaddir_OBJECTS) $(psxreaddir_LDADD)
+LINK_OBJS = $(psxreaddir_OBJECTS)
 LINK_LIBS = $(psxreaddir_LDLIBS)
 
 psxreaddir$(EXEEXT): $(psxreaddir_OBJECTS) $(psxreaddir_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxrwlock01/Makefile.am:1.6 rtems/testsuites/psxtests/psxrwlock01/Makefile.am:1.7
--- rtems/testsuites/psxtests/psxrwlock01/Makefile.am:1.6	Mon Jun 20 00:51:51 2011
+++ rtems/testsuites/psxtests/psxrwlock01/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxrwlock01
 psxrwlock01_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxrwlock01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxrwlock01_OBJECTS) $(psxrwlock01_LDADD)
+LINK_OBJS = $(psxrwlock01_OBJECTS)
 LINK_LIBS = $(psxrwlock01_LDLIBS)
 
 psxrwlock01$(EXEEXT): $(psxrwlock01_OBJECTS) \

diff -u rtems/testsuites/psxtests/psxsem01/Makefile.am:1.29 rtems/testsuites/psxtests/psxsem01/Makefile.am:1.30
--- rtems/testsuites/psxtests/psxsem01/Makefile.am:1.29	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxsem01/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxsem01
 psxsem01_SOURCES = init.c ../include/pmacros.h \
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxsem01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxsem01_OBJECTS) $(psxsem01_LDADD)
+LINK_OBJS = $(psxsem01_OBJECTS)
 LINK_LIBS = $(psxsem01_LDLIBS)
 
 psxsem01$(EXEEXT): $(psxsem01_OBJECTS) $(psxsem01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxsignal01/Makefile.am:1.4 rtems/testsuites/psxtests/psxsignal01/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxsignal01/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxsignal01/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxsignal01
 psxsignal01_SOURCES = init.c task1.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxsignal01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxsignal01_OBJECTS) $(psxsignal01_LDADD)
+LINK_OBJS = $(psxsignal01_OBJECTS)
 LINK_LIBS = $(psxsignal01_LDLIBS)
 
 psxsignal01$(EXEEXT): $(psxsignal01_OBJECTS) $(psxsignal01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxsignal02/Makefile.am:1.3 rtems/testsuites/psxtests/psxsignal02/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxsignal02/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxsignal02/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxsignal02
 psxsignal02_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxsignal02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxsignal02_OBJECTS) $(psxsignal02_LDADD)
+LINK_OBJS = $(psxsignal02_OBJECTS)
 LINK_LIBS = $(psxsignal02_LDLIBS)
 
 psxsignal02$(EXEEXT): $(psxsignal02_OBJECTS) $(psxsignal02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxsignal03/Makefile.am:1.5 rtems/testsuites/psxtests/psxsignal03/Makefile.am:1.6
--- rtems/testsuites/psxtests/psxsignal03/Makefile.am:1.5	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxsignal03/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxsignal03
 psxsignal03_SOURCES = init.c ../include/pmacros.h
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxsignal03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DUSE_USER_SIGNALS_PROCESS
 
-LINK_OBJS = $(psxsignal03_OBJECTS) $(psxsignal03_LDADD)
+LINK_OBJS = $(psxsignal03_OBJECTS)
 LINK_LIBS = $(psxsignal03_LDLIBS)
 
 psxsignal03$(EXEEXT): $(psxsignal03_OBJECTS) $(psxsignal03_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxsignal04/Makefile.am:1.4 rtems/testsuites/psxtests/psxsignal04/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxsignal04/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxsignal04/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxsignal04
 psxsignal04_SOURCES = ../psxsignal03/init.c ../include/pmacros.h
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxsignal04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DUSE_REAL_TIME_SIGNALS_PROCESS
 
-LINK_OBJS = $(psxsignal04_OBJECTS) $(psxsignal04_LDADD)
+LINK_OBJS = $(psxsignal04_OBJECTS)
 LINK_LIBS = $(psxsignal04_LDLIBS)
 
 psxsignal04$(EXEEXT): $(psxsignal04_OBJECTS) $(psxsignal04_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxsignal05/Makefile.am:1.3 rtems/testsuites/psxtests/psxsignal05/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxsignal05/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxsignal05/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxsignal05
 psxsignal05_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxsignal05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxsignal05_OBJECTS) $(psxsignal05_LDADD)
+LINK_OBJS = $(psxsignal05_OBJECTS)
 LINK_LIBS = $(psxsignal05_LDLIBS)
 
 psxsignal05$(EXEEXT): $(psxsignal05_OBJECTS) $(psxsignal05_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxsignal06/Makefile.am:1.1 rtems/testsuites/psxtests/psxsignal06/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxsignal06/Makefile.am:1.1	Thu Oct 21 17:05:17 2010
+++ rtems/testsuites/psxtests/psxsignal06/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -15,7 +15,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxsignal06_OBJECTS) $(psxsignal06_LDADD)
+LINK_OBJS = $(psxsignal06_OBJECTS)
 LINK_LIBS = $(psxsignal06_LDLIBS)
 
 psxsignal06$(EXEEXT): $(psxsignal06_OBJECTS) $(psxsignal06_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxspin01/Makefile.am:1.6 rtems/testsuites/psxtests/psxspin01/Makefile.am:1.7
--- rtems/testsuites/psxtests/psxspin01/Makefile.am:1.6	Mon Jun 20 00:51:51 2011
+++ rtems/testsuites/psxtests/psxspin01/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxspin01
 psxspin01_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxspin01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxspin01_OBJECTS) $(psxspin01_LDADD)
+LINK_OBJS = $(psxspin01_OBJECTS)
 LINK_LIBS = $(psxspin01_LDLIBS)
 
 psxspin01$(EXEEXT): $(psxspin01_OBJECTS) \

diff -u rtems/testsuites/psxtests/psxspin02/Makefile.am:1.5 rtems/testsuites/psxtests/psxspin02/Makefile.am:1.6
--- rtems/testsuites/psxtests/psxspin02/Makefile.am:1.5	Mon Jun 20 00:51:51 2011
+++ rtems/testsuites/psxtests/psxspin02/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxspin02
 psxspin02_SOURCES = main.c test.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxspin02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxspin02_OBJECTS) $(psxspin02_LDADD)
+LINK_OBJS = $(psxspin02_OBJECTS)
 LINK_LIBS = $(psxspin02_LDLIBS)
 
 psxspin02$(EXEEXT): $(psxspin02_OBJECTS) \

diff -u rtems/testsuites/psxtests/psxstack01/Makefile.am:1.3 rtems/testsuites/psxtests/psxstack01/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxstack01/Makefile.am:1.3	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxstack01/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxstack01
 psxstack01_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxstack01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxstack01_OBJECTS) $(psxstack01_LDADD)
+LINK_OBJS = $(psxstack01_OBJECTS)
 LINK_LIBS = $(psxstack01_LDLIBS)
 
 psxstack01$(EXEEXT): $(psxstack01_OBJECTS) $(psxstack01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxstack02/Makefile.am:1.1 rtems/testsuites/psxtests/psxstack02/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxstack02/Makefile.am:1.1	Mon Oct  4 10:53:45 2010
+++ rtems/testsuites/psxtests/psxstack02/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -15,7 +15,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxstack02_OBJECTS) $(psxstack02_LDADD)
+LINK_OBJS = $(psxstack02_OBJECTS)
 LINK_LIBS = $(psxstack02_LDLIBS)
 
 psxstack02$(EXEEXT): $(psxstack02_OBJECTS) $(psxstack02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxstat/Makefile.am:1.26 rtems/testsuites/psxtests/psxstat/Makefile.am:1.27
--- rtems/testsuites/psxtests/psxstat/Makefile.am:1.26	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxstat/Makefile.am	Thu Dec  8 15:38:22 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxstat
 psxstat_SOURCES = main.c test.c ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxstat_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxstat_OBJECTS) $(psxstat_LDADD)
+LINK_OBJS = $(psxstat_OBJECTS)
 LINK_LIBS = $(psxstat_LDLIBS)
 
 psxstat$(EXEEXT): $(psxstat_OBJECTS) $(psxstat_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxsysconf/Makefile.am:1.4 rtems/testsuites/psxtests/psxsysconf/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxsysconf/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxsysconf/Makefile.am	Thu Dec  8 15:38:23 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxsysconf
 psxsysconf_SOURCES = init.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxsysconf_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxsysconf_OBJECTS) $(psxsysconf_LDADD)
+LINK_OBJS = $(psxsysconf_OBJECTS)
 LINK_LIBS = $(psxsysconf_LDLIBS)
 
 psxsysconf$(EXEEXT): $(psxsysconf_OBJECTS) $(psxsysconf_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxtime/Makefile.am:1.24 rtems/testsuites/psxtests/psxtime/Makefile.am:1.25
--- rtems/testsuites/psxtests/psxtime/Makefile.am:1.24	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxtime/Makefile.am	Thu Dec  8 15:38:23 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtime
 psxtime_SOURCES = main.c test.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxtime_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtime_OBJECTS) $(psxtime_LDADD)
+LINK_OBJS = $(psxtime_OBJECTS)
 LINK_LIBS = $(psxtime_LDLIBS)
 
 psxtime$(EXEEXT): $(psxtime_OBJECTS) $(psxtime_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxtimer01/Makefile.am:1.4 rtems/testsuites/psxtests/psxtimer01/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxtimer01/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxtimer01/Makefile.am	Thu Dec  8 15:38:23 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtimer01
 psxtimer01_SOURCES = psxtimer.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxtimer01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtimer01_OBJECTS) $(psxtimer01_LDADD)
+LINK_OBJS = $(psxtimer01_OBJECTS)
 LINK_LIBS = $(psxtimer01_LDLIBS)
 
 psxtimer01$(EXEEXT): $(psxtimer01_OBJECTS) $(psxtimer01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxtimer02/Makefile.am:1.4 rtems/testsuites/psxtests/psxtimer02/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxtimer02/Makefile.am:1.4	Wed Jun 23 17:49:58 2010
+++ rtems/testsuites/psxtests/psxtimer02/Makefile.am	Thu Dec  8 15:38:23 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtimer02
 psxtimer02_SOURCES = psxtimer.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxtimer02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtimer02_OBJECTS) $(psxtimer02_LDADD)
+LINK_OBJS = $(psxtimer02_OBJECTS)
 LINK_LIBS = $(psxtimer02_LDLIBS)
 
 psxtimer02$(EXEEXT): $(psxtimer02_OBJECTS) $(psxtimer02_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxtimes01/Makefile.am:1.1 rtems/testsuites/psxtests/psxtimes01/Makefile.am:1.2
--- rtems/testsuites/psxtests/psxtimes01/Makefile.am:1.1	Mon Jul  5 20:01:42 2010
+++ rtems/testsuites/psxtests/psxtimes01/Makefile.am	Thu Dec  8 15:38:23 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtimes01_OBJECTS) $(psxtimes01_LDADD)
+LINK_OBJS = $(psxtimes01_OBJECTS)
 LINK_LIBS = $(psxtimes01_LDLIBS)
 
 psxtimes01$(EXEEXT): $(psxtimes01_OBJECTS) $(psxtimes01_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxualarm/Makefile.am:1.4 rtems/testsuites/psxtests/psxualarm/Makefile.am:1.5
--- rtems/testsuites/psxtests/psxualarm/Makefile.am:1.4	Wed Jun 23 17:49:59 2010
+++ rtems/testsuites/psxtests/psxualarm/Makefile.am	Thu Dec  8 15:38:23 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxualarm
 psxualarm_SOURCES = init.c system.h ../include/pmacros.h
@@ -13,12 +12,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxualarm_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxualarm_OBJECTS) $(psxualarm_LDADD)
+LINK_OBJS = $(psxualarm_OBJECTS)
 LINK_LIBS = $(psxulaarm_LDLIBS)
 
 psxualarm$(EXEEXT): $(psxualarm_OBJECTS) $(psxualarm_DEPENDENCIES)

diff -u rtems/testsuites/psxtests/psxusleep/Makefile.am:1.3 rtems/testsuites/psxtests/psxusleep/Makefile.am:1.4
--- rtems/testsuites/psxtests/psxusleep/Makefile.am:1.3	Wed Jun 23 17:49:59 2010
+++ rtems/testsuites/psxtests/psxusleep/Makefile.am	Thu Dec  8 15:38:23 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxusleep
 psxusleep_SOURCES = init.c ../include/pmacros.h
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-psxusleep_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxusleep_OBJECTS) $(psxusleep_LDADD)
+LINK_OBJS = $(psxusleep_OBJECTS)
 LINK_LIBS = $(psxusleep_LDLIBS)
 
 psxusleep$(EXEEXT): $(psxusleep_OBJECTS) $(psxusleep_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* psxtmbarrier01/Makefile.am, psxtmbarrier02/Makefile.am,
	psxtmbarrier03/Makefile.am, psxtmkey01/Makefile.am,
	psxtmkey02/Makefile.am, psxtmmq01/Makefile.am,
	psxtmmutex01/Makefile.am, psxtmmutex02/Makefile.am,
	psxtmmutex03/Makefile.am, psxtmmutex04/Makefile.am,
	psxtmmutex05/Makefile.am, psxtmmutex06/Makefile.am,
	psxtmmutex07/Makefile.am, psxtmnanosleep01/Makefile.am,
	psxtmnanosleep02/Makefile.am, psxtmrwlock01/Makefile.am,
	psxtmrwlock02/Makefile.am, psxtmrwlock03/Makefile.am,
	psxtmrwlock04/Makefile.am, psxtmrwlock05/Makefile.am,
	psxtmrwlock06/Makefile.am, psxtmrwlock07/Makefile.am,
	psxtmsem01/Makefile.am, psxtmsem02/Makefile.am,
	psxtmsem03/Makefile.am, psxtmsem04/Makefile.am,
	psxtmsem05/Makefile.am, psxtmsleep01/Makefile.am,
	psxtmsleep02/Makefile.am, psxtmthread01/Makefile.am,
	psxtmthread03/Makefile.am: Remove obsolete optional manager
	capability.

M   1.52  testsuites/psxtmtests/ChangeLog
M    1.2  testsuites/psxtmtests/psxtmbarrier01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmbarrier02/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmbarrier03/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmkey01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmkey02/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmmq01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmmutex01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmmutex02/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmmutex03/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmmutex04/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmmutex05/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmmutex06/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmmutex07/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmnanosleep01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmnanosleep02/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmrwlock01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmrwlock02/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmrwlock03/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmrwlock04/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmrwlock05/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmrwlock06/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmrwlock07/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmsem01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmsem02/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmsem03/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmsem04/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmsem05/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmsleep01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmsleep02/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmthread01/Makefile.am
M    1.2  testsuites/psxtmtests/psxtmthread03/Makefile.am

diff -u rtems/testsuites/psxtmtests/ChangeLog:1.51 rtems/testsuites/psxtmtests/ChangeLog:1.52
--- rtems/testsuites/psxtmtests/ChangeLog:1.51	Wed Dec  7 17:03:39 2011
+++ rtems/testsuites/psxtmtests/ChangeLog	Thu Dec  8 15:38:25 2011
@@ -1,3 +1,24 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* psxtmbarrier01/Makefile.am, psxtmbarrier02/Makefile.am,
+	psxtmbarrier03/Makefile.am, psxtmkey01/Makefile.am,
+	psxtmkey02/Makefile.am, psxtmmq01/Makefile.am,
+	psxtmmutex01/Makefile.am, psxtmmutex02/Makefile.am,
+	psxtmmutex03/Makefile.am, psxtmmutex04/Makefile.am,
+	psxtmmutex05/Makefile.am, psxtmmutex06/Makefile.am,
+	psxtmmutex07/Makefile.am, psxtmnanosleep01/Makefile.am,
+	psxtmnanosleep02/Makefile.am, psxtmrwlock01/Makefile.am,
+	psxtmrwlock02/Makefile.am, psxtmrwlock03/Makefile.am,
+	psxtmrwlock04/Makefile.am, psxtmrwlock05/Makefile.am,
+	psxtmrwlock06/Makefile.am, psxtmrwlock07/Makefile.am,
+	psxtmsem01/Makefile.am, psxtmsem02/Makefile.am,
+	psxtmsem03/Makefile.am, psxtmsem04/Makefile.am,
+	psxtmsem05/Makefile.am, psxtmsleep01/Makefile.am,
+	psxtmsleep02/Makefile.am, psxtmthread01/Makefile.am,
+	psxtmthread03/Makefile.am: Remove obsolete optional manager
+	capability.
+
 2011-12-07	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* psxtmtests_plan.csv: Add more test cases.

diff -u rtems/testsuites/psxtmtests/psxtmbarrier01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmbarrier01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmbarrier01/Makefile.am:1.1	Thu Jul 28 16:17:16 2011
+++ rtems/testsuites/psxtmtests/psxtmbarrier01/Makefile.am	Thu Dec  8 15:38:25 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmbarrier01
 psxtmbarrier01_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmbarrier01_OBJECTS) $(psxtmbarrier01_LDADD)
+LINK_OBJS = $(psxtmbarrier01_OBJECTS)
 LINK_LIBS = $(psxtmbarrier01_LDLIBS)
 
 psxtmbarrier01$(EXEEXT): $(psxtmbarrier01_OBJECTS) $(psxtmbarrier01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmbarrier02/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmbarrier02/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmbarrier02/Makefile.am:1.1	Fri Jul 29 10:08:20 2011
+++ rtems/testsuites/psxtmtests/psxtmbarrier02/Makefile.am	Thu Dec  8 15:38:25 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmbarrier02
 psxtmbarrier02_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmbarrier02_OBJECTS) $(psxtmbarrier02_LDADD)
+LINK_OBJS = $(psxtmbarrier02_OBJECTS)
 LINK_LIBS = $(psxtmbarrier02_LDLIBS)
 
 psxtmbarrier02$(EXEEXT): $(psxtmbarrier02_OBJECTS) $(psxtmbarrier02_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmbarrier03/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmbarrier03/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmbarrier03/Makefile.am:1.1	Fri Jul 29 11:54:32 2011
+++ rtems/testsuites/psxtmtests/psxtmbarrier03/Makefile.am	Thu Dec  8 15:38:25 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmbarrier03
 psxtmbarrier03_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmbarrier03_OBJECTS) $(psxtmbarrier03_LDADD)
+LINK_OBJS = $(psxtmbarrier03_OBJECTS)
 LINK_LIBS = $(psxtmbarrier03_LDLIBS)
 
 psxtmbarrier03$(EXEEXT): $(psxtmbarrier03_OBJECTS) $(psxtmbarrier03_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmkey01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmkey01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmkey01/Makefile.am:1.1	Wed Jul 20 08:20:25 2011
+++ rtems/testsuites/psxtmtests/psxtmkey01/Makefile.am	Thu Dec  8 15:38:25 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmkey01
 psxtmkey01_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmkey01_OBJECTS) $(psxtmkey01_LDADD)
+LINK_OBJS = $(psxtmkey01_OBJECTS)
 LINK_LIBS = $(psxtmkey01_LDLIBS)
 
 psxtmkey01$(EXEEXT): $(psxtmkey01_OBJECTS) $(psxtmkey01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmkey02/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmkey02/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmkey02/Makefile.am:1.1	Tue Jul 19 08:04:20 2011
+++ rtems/testsuites/psxtmtests/psxtmkey02/Makefile.am	Thu Dec  8 15:38:25 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmkey02
 psxtmkey02_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmkey02_OBJECTS) $(psxtmkey02_LDADD)
+LINK_OBJS = $(psxtmkey02_OBJECTS)
 LINK_LIBS = $(psxtmkey02_LDLIBS)
 
 psxtmkey02$(EXEEXT): $(psxtmkey02_OBJECTS) $(psxtmkey02_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmmq01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmmq01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmmq01/Makefile.am:1.1	Wed Aug 24 16:15:58 2011
+++ rtems/testsuites/psxtmtests/psxtmmq01/Makefile.am	Thu Dec  8 15:38:25 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmmq01
 psxtmmq01_SOURCES  = init.c
@@ -21,7 +20,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmmq01_OBJECTS) $(psxtmmq01_LDADD)
+LINK_OBJS = $(psxtmmq01_OBJECTS)
 LINK_LIBS = $(psxtmmq01_LDLIBS)
 
 psxtmmq01$(EXEEXT): $(psxtmmq01_OBJECTS) $(psxtmmq01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmmutex01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmmutex01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex01/Makefile.am:1.1	Wed Jul 13 10:23:25 2011
+++ rtems/testsuites/psxtmtests/psxtmmutex01/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmmutex01
 psxtmmutex01_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmmutex01_OBJECTS) $(psxtmmutex01_LDADD)
+LINK_OBJS = $(psxtmmutex01_OBJECTS)
 LINK_LIBS = $(psxtmmutex01_LDLIBS)
 
 psxtmmutex01$(EXEEXT): $(psxtmmutex01_OBJECTS) $(psxtmmutex01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmmutex02/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmmutex02/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex02/Makefile.am:1.1	Mon Dec  6 10:35:30 2010
+++ rtems/testsuites/psxtmtests/psxtmmutex02/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmmutex02
 psxtmmutex02_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmmutex02_OBJECTS) $(psxtmmutex02_LDADD)
+LINK_OBJS = $(psxtmmutex02_OBJECTS)
 LINK_LIBS = $(psxtmmutex02_LDLIBS)
 
 psxtmmutex02$(EXEEXT): $(psxtmmutex02_OBJECTS) $(psxtmmutex02_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmmutex03/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmmutex03/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex03/Makefile.am:1.1	Tue Jul 12 08:22:24 2011
+++ rtems/testsuites/psxtmtests/psxtmmutex03/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmmutex03
 psxtmmutex03_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmmutex03_OBJECTS) $(psxtmmutex03_LDADD)
+LINK_OBJS = $(psxtmmutex03_OBJECTS)
 LINK_LIBS = $(psxtmmutex03_LDLIBS)
 
 psxtmmutex03$(EXEEXT): $(psxtmmutex03_OBJECTS) $(psxtmmutex03_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmmutex04/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmmutex04/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex04/Makefile.am:1.1	Thu Jul 21 08:48:52 2011
+++ rtems/testsuites/psxtmtests/psxtmmutex04/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmmutex04
 psxtmmutex04_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmmutex04_OBJECTS) $(psxtmmutex04_LDADD)
+LINK_OBJS = $(psxtmmutex04_OBJECTS)
 LINK_LIBS = $(psxtmmutex04_LDLIBS)
 
 psxtmmutex04$(EXEEXT): $(psxtmmutex04_OBJECTS) $(psxtmmutex04_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmmutex05/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmmutex05/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex05/Makefile.am:1.1	Wed Jul 20 15:46:48 2011
+++ rtems/testsuites/psxtmtests/psxtmmutex05/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmmutex05
 psxtmmutex05_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmmutex05_OBJECTS) $(psxtmmutex05_LDADD)
+LINK_OBJS = $(psxtmmutex05_OBJECTS)
 LINK_LIBS = $(psxtmmutex05_LDLIBS)
 
 psxtmmutex05$(EXEEXT): $(psxtmmutex05_OBJECTS) $(psxtmmutex05_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmmutex06/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmmutex06/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex06/Makefile.am:1.1	Wed Jul 20 16:39:25 2011
+++ rtems/testsuites/psxtmtests/psxtmmutex06/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmmutex06
 psxtmmutex06_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmmutex06_OBJECTS) $(psxtmmutex06_LDADD)
+LINK_OBJS = $(psxtmmutex06_OBJECTS)
 LINK_LIBS = $(psxtmmutex06_LDLIBS)
 
 psxtmmutex06$(EXEEXT): $(psxtmmutex06_OBJECTS) $(psxtmmutex06_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmmutex07/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmmutex07/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmmutex07/Makefile.am:1.1	Fri Jul 15 14:33:48 2011
+++ rtems/testsuites/psxtmtests/psxtmmutex07/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmmutex07
 psxtmmutex07_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmmutex07_OBJECTS) $(psxtmmutex07_LDADD)
+LINK_OBJS = $(psxtmmutex07_OBJECTS)
 LINK_LIBS = $(psxtmmutex07_LDLIBS)
 
 psxtmmutex07$(EXEEXT): $(psxtmmutex07_OBJECTS) $(psxtmmutex07_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am:1.1	Wed Jun 29 14:09:11 2011
+++ rtems/testsuites/psxtmtests/psxtmnanosleep01/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmnanosleep01
 psxtmnanosleep01_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmnanosleep01_OBJECTS) $(psxtmnanosleep01_LDADD)
+LINK_OBJS = $(psxtmnanosleep01_OBJECTS)
 LINK_LIBS = $(psxtmnanosleep01_LDLIBS)
 
 psxtmnanosleep01$(EXEEXT): $(psxtmnanosleep01_OBJECTS) $(psxtmnanosleep01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am:1.1	Wed Jun 29 14:09:12 2011
+++ rtems/testsuites/psxtmtests/psxtmnanosleep02/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmnanosleep02
 psxtmnanosleep02_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmnanosleep02_OBJECTS) $(psxtmnanosleep02_LDADD)
+LINK_OBJS = $(psxtmnanosleep02_OBJECTS)
 LINK_LIBS = $(psxtmnanosleep02_LDLIBS)
 
 psxtmnanosleep02$(EXEEXT): $(psxtmnanosleep02_OBJECTS) $(psxtmnanosleep02_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmrwlock01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmrwlock01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmrwlock01/Makefile.am:1.1	Tue Aug  2 08:23:33 2011
+++ rtems/testsuites/psxtmtests/psxtmrwlock01/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmrwlock01
 psxtmrwlock01_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmrwlock01_OBJECTS) $(psxtmrwlock01_LDADD)
+LINK_OBJS = $(psxtmrwlock01_OBJECTS)
 LINK_LIBS = $(psxtmrwlock01_LDLIBS)
 
 psxtmrwlock01$(EXEEXT): $(psxtmrwlock01_OBJECTS) $(psxtmrwlock01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmrwlock02/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmrwlock02/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmrwlock02/Makefile.am:1.1	Tue Aug  2 09:19:46 2011
+++ rtems/testsuites/psxtmtests/psxtmrwlock02/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmrwlock02
 psxtmrwlock02_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmrwlock02_OBJECTS) $(psxtmrwlock02_LDADD)
+LINK_OBJS = $(psxtmrwlock02_OBJECTS)
 LINK_LIBS = $(psxtmrwlock02_LDLIBS)
 
 psxtmrwlock02$(EXEEXT): $(psxtmrwlock02_OBJECTS) $(psxtmrwlock02_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmrwlock03/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmrwlock03/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmrwlock03/Makefile.am:1.1	Tue Aug  2 10:17:17 2011
+++ rtems/testsuites/psxtmtests/psxtmrwlock03/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmrwlock03
 psxtmrwlock03_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmrwlock03_OBJECTS) $(psxtmrwlock03_LDADD)
+LINK_OBJS = $(psxtmrwlock03_OBJECTS)
 LINK_LIBS = $(psxtmrwlock03_LDLIBS)
 
 psxtmrwlock03$(EXEEXT): $(psxtmrwlock03_OBJECTS) $(psxtmrwlock03_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmrwlock04/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmrwlock04/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmrwlock04/Makefile.am:1.1	Tue Aug  2 12:20:18 2011
+++ rtems/testsuites/psxtmtests/psxtmrwlock04/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmrwlock04
 psxtmrwlock04_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmrwlock04_OBJECTS) $(psxtmrwlock04_LDADD)
+LINK_OBJS = $(psxtmrwlock04_OBJECTS)
 LINK_LIBS = $(psxtmrwlock04_LDLIBS)
 
 psxtmrwlock04$(EXEEXT): $(psxtmrwlock04_OBJECTS) $(psxtmrwlock04_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmrwlock05/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmrwlock05/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmrwlock05/Makefile.am:1.1	Thu Aug  4 10:02:06 2011
+++ rtems/testsuites/psxtmtests/psxtmrwlock05/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmrwlock05
 psxtmrwlock05_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmrwlock05_OBJECTS) $(psxtmrwlock05_LDADD)
+LINK_OBJS = $(psxtmrwlock05_OBJECTS)
 LINK_LIBS = $(psxtmrwlock05_LDLIBS)
 
 psxtmrwlock05$(EXEEXT): $(psxtmrwlock05_OBJECTS) $(psxtmrwlock05_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmrwlock06/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmrwlock06/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmrwlock06/Makefile.am:1.1	Thu Aug  4 10:15:23 2011
+++ rtems/testsuites/psxtmtests/psxtmrwlock06/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmrwlock06
 psxtmrwlock06_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmrwlock06_OBJECTS) $(psxtmrwlock06_LDADD)
+LINK_OBJS = $(psxtmrwlock06_OBJECTS)
 LINK_LIBS = $(psxtmrwlock06_LDLIBS)
 
 psxtmrwlock06$(EXEEXT): $(psxtmrwlock06_OBJECTS) $(psxtmrwlock06_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmrwlock07/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmrwlock07/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmrwlock07/Makefile.am:1.1	Thu Aug  4 10:20:06 2011
+++ rtems/testsuites/psxtmtests/psxtmrwlock07/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmrwlock07
 psxtmrwlock07_SOURCES  = init.c
@@ -21,7 +20,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmrwlock07_OBJECTS) $(psxtmrwlock07_LDADD)
+LINK_OBJS = $(psxtmrwlock07_OBJECTS)
 LINK_LIBS = $(psxtmrwlock07_LDLIBS)
 
 psxtmrwlock07$(EXEEXT): $(psxtmrwlock07_OBJECTS) $(psxtmrwlock07_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmsem01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmsem01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmsem01/Makefile.am:1.1	Fri Jul 22 12:05:46 2011
+++ rtems/testsuites/psxtmtests/psxtmsem01/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmsem01
 psxtmsem01_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmsem01_OBJECTS) $(psxtmsem01_LDADD)
+LINK_OBJS = $(psxtmsem01_OBJECTS)
 LINK_LIBS = $(psxtmsem01_LDLIBS)
 
 psxtmsem01$(EXEEXT): $(psxtmsem01_OBJECTS) $(psxtmsem01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmsem02/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmsem02/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmsem02/Makefile.am:1.1	Fri Jul 22 12:22:10 2011
+++ rtems/testsuites/psxtmtests/psxtmsem02/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmsem02
 psxtmsem02_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmsem02_OBJECTS) $(psxtmsem02_LDADD)
+LINK_OBJS = $(psxtmsem02_OBJECTS)
 LINK_LIBS = $(psxtmsem02_LDLIBS)
 
 psxtmsem02$(EXEEXT): $(psxtmsem02_OBJECTS) $(psxtmsem02_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmsem03/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmsem03/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmsem03/Makefile.am:1.1	Tue Jul 26 11:39:05 2011
+++ rtems/testsuites/psxtmtests/psxtmsem03/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmsem03
 psxtmsem03_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmsem03_OBJECTS) $(psxtmsem03_LDADD)
+LINK_OBJS = $(psxtmsem03_OBJECTS)
 LINK_LIBS = $(psxtmsem03_LDLIBS)
 
 psxtmsem03$(EXEEXT): $(psxtmsem03_OBJECTS) $(psxtmsem03_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmsem04/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmsem04/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmsem04/Makefile.am:1.1	Tue Jul 26 08:33:50 2011
+++ rtems/testsuites/psxtmtests/psxtmsem04/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmsem04
 psxtmsem04_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmsem04_OBJECTS) $(psxtmsem04_LDADD)
+LINK_OBJS = $(psxtmsem04_OBJECTS)
 LINK_LIBS = $(psxtmsem04_LDLIBS)
 
 psxtmsem04$(EXEEXT): $(psxtmsem04_OBJECTS) $(psxtmsem04_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmsem05/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmsem05/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmsem05/Makefile.am:1.1	Tue Jul 26 08:38:42 2011
+++ rtems/testsuites/psxtmtests/psxtmsem05/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmsem05
 psxtmsem05_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmsem05_OBJECTS) $(psxtmsem05_LDADD)
+LINK_OBJS = $(psxtmsem05_OBJECTS)
 LINK_LIBS = $(psxtmsem05_LDLIBS)
 
 psxtmsem05$(EXEEXT): $(psxtmsem05_OBJECTS) $(psxtmsem05_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmsleep01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmsleep01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmsleep01/Makefile.am:1.1	Mon Jun 13 14:28:57 2011
+++ rtems/testsuites/psxtmtests/psxtmsleep01/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmsleep01
 psxtmsleep01_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmsleep01_OBJECTS) $(psxtmsleep01_LDADD)
+LINK_OBJS = $(psxtmsleep01_OBJECTS)
 LINK_LIBS = $(psxtmsleep01_LDLIBS)
 
 psxtmsleep01$(EXEEXT): $(psxtmsleep01_OBJECTS) $(psxtmsleep01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmsleep02/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmsleep02/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmsleep02/Makefile.am:1.1	Wed Jun 22 15:53:33 2011
+++ rtems/testsuites/psxtmtests/psxtmsleep02/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmsleep02
 psxtmsleep02_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmsleep02_OBJECTS) $(psxtmsleep02_LDADD)
+LINK_OBJS = $(psxtmsleep02_OBJECTS)
 LINK_LIBS = $(psxtmsleep02_LDLIBS)
 
 psxtmsleep02$(EXEEXT): $(psxtmsleep02_OBJECTS) $(psxtmsleep02_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmthread01/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmthread01/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmthread01/Makefile.am:1.1	Mon Dec  6 10:35:30 2010
+++ rtems/testsuites/psxtmtests/psxtmthread01/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmthread01
 psxtmthread01_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmthread01_OBJECTS) $(psxtmthread01_LDADD)
+LINK_OBJS = $(psxtmthread01_OBJECTS)
 LINK_LIBS = $(psxtmthread01_LDLIBS)
 
 psxtmthread01$(EXEEXT): $(psxtmthread01_OBJECTS) $(psxtmthread01_DEPENDENCIES)

diff -u rtems/testsuites/psxtmtests/psxtmthread03/Makefile.am:1.1 rtems/testsuites/psxtmtests/psxtmthread03/Makefile.am:1.2
--- rtems/testsuites/psxtmtests/psxtmthread03/Makefile.am:1.1	Mon Dec  6 10:35:31 2010
+++ rtems/testsuites/psxtmtests/psxtmthread03/Makefile.am	Thu Dec  8 15:38:26 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = psxtmthread03
 psxtmthread03_SOURCES = init.c ../../tmtests/include/timesys.h \
@@ -20,7 +19,7 @@
 AM_CPPFLAGS += -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(psxtmthread03_OBJECTS) $(psxtmthread03_LDADD)
+LINK_OBJS = $(psxtmthread03_OBJECTS)
 LINK_LIBS = $(psxtmthread03_LDLIBS)
 
 psxtmthread03$(EXEEXT): $(psxtmthread03_OBJECTS) $(psxtmthread03_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
	base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
	fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
	loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
	paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
	unlimited/Makefile.am: Remove obsolete optional manager capability.

M  1.200  testsuites/samples/ChangeLog
M   1.34  testsuites/samples/base_mp/node1/Makefile.am
M   1.34  testsuites/samples/base_mp/node2/Makefile.am
M   1.26  testsuites/samples/base_sp/Makefile.am
M    1.5  testsuites/samples/capture/Makefile.am
M   1.28  testsuites/samples/cdtest/Makefile.am
M   1.22  testsuites/samples/fileio/Makefile.am
M   1.27  testsuites/samples/hello/Makefile.am
M   1.17  testsuites/samples/iostream/Makefile.am
M   1.19  testsuites/samples/loopback/Makefile.am
M   1.28  testsuites/samples/minimum/Makefile.am
M    1.7  testsuites/samples/nsecs/Makefile.am
M   1.25  testsuites/samples/paranoia/Makefile.am
M   1.20  testsuites/samples/pppd/Makefile.am
M   1.28  testsuites/samples/ticker/Makefile.am
M   1.26  testsuites/samples/unlimited/Makefile.am

diff -u rtems/testsuites/samples/ChangeLog:1.199 rtems/testsuites/samples/ChangeLog:1.200
--- rtems/testsuites/samples/ChangeLog:1.199	Tue Oct 18 09:26:34 2011
+++ rtems/testsuites/samples/ChangeLog	Thu Dec  8 15:38:29 2011
@@ -1,3 +1,13 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* base_mp/node1/Makefile.am, base_mp/node2/Makefile.am,
+	base_sp/Makefile.am, capture/Makefile.am, cdtest/Makefile.am,
+	fileio/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
+	loopback/Makefile.am, minimum/Makefile.am, nsecs/Makefile.am,
+	paranoia/Makefile.am, pppd/Makefile.am, ticker/Makefile.am,
+	unlimited/Makefile.am: Remove obsolete optional manager capability.
+
 2011-10-18	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* fileio/init.c: Explictly cast consts in size_t initializers

diff -u rtems/testsuites/samples/base_mp/node1/Makefile.am:1.33 rtems/testsuites/samples/base_mp/node1/Makefile.am:1.34
--- rtems/testsuites/samples/base_mp/node1/Makefile.am:1.33	Fri Oct 30 08:35:47 2009
+++ rtems/testsuites/samples/base_mp/node1/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,8 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = base_mp-node1
 base_mp_node1_SOURCES = ../init.c ../apptask.c ../system.h
 
@@ -14,12 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-base_mp_node1_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=1 -I.
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(base_mp_node1_OBJECTS) $(base_mp_node1_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(base_mp_node1_LDLIBS)
 
 base_mp-node1$(EXEEXT): $(base_mp_node1_OBJECTS) $(base_mp_node1_DEPENDENCIES)

diff -u rtems/testsuites/samples/base_mp/node2/Makefile.am:1.33 rtems/testsuites/samples/base_mp/node2/Makefile.am:1.34
--- rtems/testsuites/samples/base_mp/node2/Makefile.am:1.33	Fri Oct 30 08:35:47 2009
+++ rtems/testsuites/samples/base_mp/node2/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,8 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = base_mp-node2
 base_mp_node2_SOURCES = ../init.c ../apptask.c ../system.h
 
@@ -14,12 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-base_mp_node2_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
-
 AM_CPPFLAGS += -DNODE_NUMBER=2 -I.
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(base_mp_node2_OBJECTS) $(base_mp_node2_LDADD)
+LINK_OBJS = 
 LINK_LIBS = $(base_mp_node2_LDLIBS)
 
 base_mp-node2$(EXEEXT): $(base_mp_node2_OBJECTS) $(base_mp_node2_DEPENDENCIES)

diff -u rtems/testsuites/samples/base_sp/Makefile.am:1.25 rtems/testsuites/samples/base_sp/Makefile.am:1.26
--- rtems/testsuites/samples/base_sp/Makefile.am:1.25	Mon Oct 26 06:32:35 2009
+++ rtems/testsuites/samples/base_sp/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = base_sp
 base_sp_SOURCES = init.c apptask.c system.h
@@ -16,9 +15,8 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-base_sp_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(base_sp_OBJECTS) $(base_sp_LDADD)
+LINK_OBJS = $(base_sp_OBJECTS)
 LINK_LIBS = $(base_sp_LDLIBS)
 
 base_sp$(EXEEXT): $(base_sp_OBJECTS) $(base_sp_DEPENDENCIES)

diff -u rtems/testsuites/samples/capture/Makefile.am:1.4 rtems/testsuites/samples/capture/Makefile.am:1.5
--- rtems/testsuites/samples/capture/Makefile.am:1.4	Fri Apr  3 07:42:11 2009
+++ rtems/testsuites/samples/capture/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = capture
 capture_SOURCES = init.c test1.c system.h
@@ -14,9 +13,8 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-capture_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(capture_OBJECTS) $(capture_LDADD)
+LINK_OBJS = $(capture_OBJECTS)
 LINK_LIBS = $(capture_LDLIBS)
 
 capture$(EXEEXT): $(capture_OBJECTS) $(capture_DEPENDENCIES)

diff -u rtems/testsuites/samples/cdtest/Makefile.am:1.27 rtems/testsuites/samples/cdtest/Makefile.am:1.28
--- rtems/testsuites/samples/cdtest/Makefile.am:1.27	Fri Apr  3 07:42:12 2009
+++ rtems/testsuites/samples/cdtest/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = cdtest
 cdtest_SOURCES = init.c main.cc system.h
@@ -13,13 +12,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-cdtest_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 # AM_CPPFLAGS += -DRTEMS_TEST_IO_STREAM
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(cdtest_OBJECTS) $(cdtest_LDADD)
+LINK_OBJS = $(cdtest_OBJECTS)
 LINK_LIBS = $(cdtest_LDLIBS)
 
 cdtest$(EXEEXT): $(cdtest_OBJECTS) $(cdtest_DEPENDENCIES)

diff -u rtems/testsuites/samples/fileio/Makefile.am:1.21 rtems/testsuites/samples/fileio/Makefile.am:1.22
--- rtems/testsuites/samples/fileio/Makefile.am:1.21	Thu May  5 17:29:23 2011
+++ rtems/testsuites/samples/fileio/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  Makefile.am,v 1.9 2002/08/11 05:18:59 ralf Exp
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = fileio
 fileio_SOURCES = init.c system.h
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-fileio_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(fileio_OBJECTS) $(fileio_LDADD)
+LINK_OBJS = $(fileio_OBJECTS)
 LINK_LIBS = $(fileio_LDLIBS)
 
 fileio$(EXEEXT): $(fileio_OBJECTS) $(fileio_DEPENDENCIES)

diff -u rtems/testsuites/samples/hello/Makefile.am:1.26 rtems/testsuites/samples/hello/Makefile.am:1.27
--- rtems/testsuites/samples/hello/Makefile.am:1.26	Wed Aug 26 08:22:58 2009
+++ rtems/testsuites/samples/hello/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = hello
 hello_SOURCES = init.c
@@ -14,9 +13,8 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-hello_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(hello_OBJECTS) $(hello_LDADD)
+LINK_OBJS = $(hello_OBJECTS)
 LINK_LIBS = $(hello_LDLIBS)
 
 hello$(EXEEXT): $(hello_OBJECTS) $(hello_DEPENDENCIES)

diff -u rtems/testsuites/samples/iostream/Makefile.am:1.16 rtems/testsuites/samples/iostream/Makefile.am:1.17
--- rtems/testsuites/samples/iostream/Makefile.am:1.16	Fri Apr  3 07:42:12 2009
+++ rtems/testsuites/samples/iostream/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = cxx_iostream
 cxx_iostream_SOURCES = init.cc system.h
@@ -14,9 +13,8 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-cxx_iostream_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(cxx_iostream_OBJECTS) $(cxx_iostream_LDADD)
+LINK_OBJS = $(cxx_iostream_OBJECTS)
 LINK_LIBS = $(cxx_iostream_LDLIBS)
 
 cxx_iostream$(EXEEXT): $(cxx_iostream_OBJECTS) $(cxx_iostream_DEPENDENCIES)

diff -u rtems/testsuites/samples/loopback/Makefile.am:1.18 rtems/testsuites/samples/loopback/Makefile.am:1.19
--- rtems/testsuites/samples/loopback/Makefile.am:1.18	Fri Apr  3 07:42:12 2009
+++ rtems/testsuites/samples/loopback/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = loopback
 loopback_SOURCES = init.c
@@ -13,9 +12,8 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-loopback_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(loopback_OBJECTS) $(loopback_LDADD)
+LINK_OBJS = $(loopback_OBJECTS)
 LINK_LIBS = $(loopback_LDLIBS)
 
 loopback$(EXEEXT): $(loopback_OBJECTS) $(loopback_DEPENDENCIES)

diff -u rtems/testsuites/samples/minimum/Makefile.am:1.27 rtems/testsuites/samples/minimum/Makefile.am:1.28
--- rtems/testsuites/samples/minimum/Makefile.am:1.27	Fri Apr  3 07:42:12 2009
+++ rtems/testsuites/samples/minimum/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = 
 
 rtems_tests_PROGRAMS = minimum
 minimum_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-minimum_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 # 	This test should not be executed
 
-LINK_OBJS = $(minimum_OBJECTS) $(minimum_LDADD)
+LINK_OBJS = $(minimum_OBJECTS)
 LINK_LIBS = $(minimum_LDLIBS)
 
 minimum$(EXEEXT): $(minimum_OBJECTS) $(minimum_DEPENDENCIES)

diff -u rtems/testsuites/samples/nsecs/Makefile.am:1.6 rtems/testsuites/samples/nsecs/Makefile.am:1.7
--- rtems/testsuites/samples/nsecs/Makefile.am:1.6	Mon Oct 26 04:14:07 2009
+++ rtems/testsuites/samples/nsecs/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = nsecs
 nsecs_SOURCES = init.c empty.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(nsecs_OBJECTS) $(nsecs_LDADD)
+LINK_OBJS = $(nsecs_OBJECTS)
 LINK_LIBS = $(nsecs_LDLIBS)
 
 nsecs$(EXEEXT): $(nsecs_OBJECTS) $(nsecs_DEPENDENCIES)

diff -u rtems/testsuites/samples/paranoia/Makefile.am:1.24 rtems/testsuites/samples/paranoia/Makefile.am:1.25
--- rtems/testsuites/samples/paranoia/Makefile.am:1.24	Fri Apr  3 07:42:12 2009
+++ rtems/testsuites/samples/paranoia/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = paranoia
 paranoia_SOURCES = init.c paranoia.c system.h
@@ -13,14 +12,13 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-paranoia_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 #  -DCYGNUS   turns on more verbose msgs
 AM_CPPFLAGS += -DNOSIGNAL -DCYGNUS -DNOMAIN
 
 paranoia_LDLIBS = -lm
 
-LINK_OBJS = $(paranoia_OBJECTS) $(paranoia_LDADD)
+LINK_OBJS = $(paranoia_OBJECTS)
 LINK_LIBS = $(paranoia_LDLIBS)
 
 paranoia$(EXEEXT): $(paranoia_OBJECTS) $(paranoia_DEPENDENCIES)

diff -u rtems/testsuites/samples/pppd/Makefile.am:1.19 rtems/testsuites/samples/pppd/Makefile.am:1.20
--- rtems/testsuites/samples/pppd/Makefile.am:1.19	Mon Jun 20 02:25:09 2011
+++ rtems/testsuites/samples/pppd/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = pppd
 pppd_SOURCES = init.c pppdapp.c netconfig.h system.h
@@ -11,11 +10,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-pppd_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 pppd_LDLIBS = -lpppd
 
-LINK_OBJS = $(pppd_OBJECTS) $(pppd_LDADD)
+LINK_OBJS = $(pppd_OBJECTS)
 LINK_LIBS = $(pppd_LDLIBS)
 
 pppd$(EXEEXT): $(pppd_OBJECTS) $(pppd_DEPENDENCIES)

diff -u rtems/testsuites/samples/ticker/Makefile.am:1.27 rtems/testsuites/samples/ticker/Makefile.am:1.28
--- rtems/testsuites/samples/ticker/Makefile.am:1.27	Thu May  5 17:29:23 2011
+++ rtems/testsuites/samples/ticker/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = ticker
 ticker_SOURCES = init.c tasks.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-ticker_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(ticker_OBJECTS) $(ticker_LDADD)
+LINK_OBJS = $(ticker_OBJECTS)
 LINK_LIBS = $(ticker_LDLIBS)
 
 ticker$(EXEEXT): $(ticker_OBJECTS) $(ticker_DEPENDENCIES)

diff -u rtems/testsuites/samples/unlimited/Makefile.am:1.25 rtems/testsuites/samples/unlimited/Makefile.am:1.26
--- rtems/testsuites/samples/unlimited/Makefile.am:1.25	Mon Oct 26 06:32:35 2009
+++ rtems/testsuites/samples/unlimited/Makefile.am	Thu Dec  8 15:38:29 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = io event semaphore
 
 rtems_tests_PROGRAMS = unlimited
 unlimited_SOURCES = init.c test1.c test2.c test3.c system.h
@@ -16,9 +15,8 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-unlimited_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(unlimited_OBJECTS) $(unlimited_LDADD)
+LINK_OBJS = $(unlimited_OBJECTS)
 LINK_LIBS = $(unlimited_LDLIBS)
 
 unlimited$(EXEEXT): $(unlimited_OBJECTS) $(unlimited_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* smp01/Makefile.am, smp02/Makefile.am, smp03/Makefile.am,
	smp04/Makefile.am, smp05/Makefile.am, smp06/Makefile.am,
	smp07/Makefile.am, smp08/Makefile.am, smp09/Makefile.am: Remove
	obsolete optional manager capability.

M    1.7  testsuites/smptests/ChangeLog
M    1.2  testsuites/smptests/smp01/Makefile.am
M    1.2  testsuites/smptests/smp02/Makefile.am
M    1.2  testsuites/smptests/smp03/Makefile.am
M    1.3  testsuites/smptests/smp04/Makefile.am
M    1.2  testsuites/smptests/smp05/Makefile.am
M    1.2  testsuites/smptests/smp06/Makefile.am
M    1.2  testsuites/smptests/smp07/Makefile.am
M    1.2  testsuites/smptests/smp08/Makefile.am
M    1.2  testsuites/smptests/smp09/Makefile.am

diff -u rtems/testsuites/smptests/ChangeLog:1.6 rtems/testsuites/smptests/ChangeLog:1.7
--- rtems/testsuites/smptests/ChangeLog:1.6	Thu Sep 29 10:57:14 2011
+++ rtems/testsuites/smptests/ChangeLog	Thu Dec  8 15:38:31 2011
@@ -1,3 +1,11 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* smp01/Makefile.am, smp02/Makefile.am, smp03/Makefile.am,
+	smp04/Makefile.am, smp05/Makefile.am, smp06/Makefile.am,
+	smp07/Makefile.am, smp08/Makefile.am, smp09/Makefile.am: Remove
+	obsolete optional manager capability.
+
 2011-09-29	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* smp05/init.c, smp06/init.c, smp07/init.c, smp09/init.c:

diff -u rtems/testsuites/smptests/smp01/Makefile.am:1.1 rtems/testsuites/smptests/smp01/Makefile.am:1.2
--- rtems/testsuites/smptests/smp01/Makefile.am:1.1	Tue Jun 28 16:08:47 2011
+++ rtems/testsuites/smptests/smp01/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp01
 smp01_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
@@ -17,7 +16,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-LINK_OBJS = $(smp01_OBJECTS) $(smp01_LDADD)
+LINK_OBJS = $(smp01_OBJECTS)
 LINK_LIBS = $(smp01_LDLIBS)
 
 smp01$(EXEEXT): $(smp01_OBJECTS) $(smp01_DEPENDENCIES)

diff -u rtems/testsuites/smptests/smp02/Makefile.am:1.1 rtems/testsuites/smptests/smp02/Makefile.am:1.2
--- rtems/testsuites/smptests/smp02/Makefile.am:1.1	Tue Jun 28 16:08:47 2011
+++ rtems/testsuites/smptests/smp02/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp02
 smp02_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
@@ -17,9 +16,8 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-smp02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(smp02_OBJECTS) $(smp02_LDADD)
+LINK_OBJS = $(smp02_OBJECTS)
 LINK_LIBS = $(smp02_LDLIBS)
 
 smp02$(EXEEXT): $(smp02_OBJECTS) $(smp02_DEPENDENCIES)

diff -u rtems/testsuites/smptests/smp03/Makefile.am:1.1 rtems/testsuites/smptests/smp03/Makefile.am:1.2
--- rtems/testsuites/smptests/smp03/Makefile.am:1.1	Tue Jun 28 16:08:47 2011
+++ rtems/testsuites/smptests/smp03/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp03
 smp03_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
@@ -17,9 +16,8 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-smp03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(smp03_OBJECTS) $(smp03_LDADD)
+LINK_OBJS = $(smp03_OBJECTS)
 LINK_LIBS = $(smp03_LDLIBS)
 
 smp03$(EXEEXT): $(smp03_OBJECTS) $(smp03_DEPENDENCIES)

diff -u rtems/testsuites/smptests/smp04/Makefile.am:1.2 rtems/testsuites/smptests/smp04/Makefile.am:1.3
--- rtems/testsuites/smptests/smp04/Makefile.am:1.2	Fri Jul 29 07:29:34 2011
+++ rtems/testsuites/smptests/smp04/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp04
 smp04_SOURCES = init.c system.h ../../support/src/locked_print.c
@@ -17,9 +16,8 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-smp04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(smp04_OBJECTS) $(smp04_LDADD)
+LINK_OBJS = $(smp04_OBJECTS)
 LINK_LIBS = $(smp04_LDLIBS)
 
 smp04$(EXEEXT): $(smp04_OBJECTS) $(smp04_DEPENDENCIES)

diff -u rtems/testsuites/smptests/smp05/Makefile.am:1.1 rtems/testsuites/smptests/smp05/Makefile.am:1.2
--- rtems/testsuites/smptests/smp05/Makefile.am:1.1	Tue Jun 28 16:08:48 2011
+++ rtems/testsuites/smptests/smp05/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp05
 smp05_SOURCES = init.c ../../support/src/locked_print.c
@@ -17,7 +16,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-LINK_OBJS = $(smp05_OBJECTS) $(smp05_LDADD)
+LINK_OBJS = $(smp05_OBJECTS)
 LINK_LIBS = $(smp05_LDLIBS)
 
 smp05$(EXEEXT): $(smp05_OBJECTS) $(smp05_DEPENDENCIES)

diff -u rtems/testsuites/smptests/smp06/Makefile.am:1.1 rtems/testsuites/smptests/smp06/Makefile.am:1.2
--- rtems/testsuites/smptests/smp06/Makefile.am:1.1	Tue Jun 28 16:08:48 2011
+++ rtems/testsuites/smptests/smp06/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp06
 smp06_SOURCES = init.c ../../support/src/locked_print.c
@@ -17,7 +16,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-LINK_OBJS = $(smp06_OBJECTS) $(smp06_LDADD)
+LINK_OBJS = $(smp06_OBJECTS)
 LINK_LIBS = $(smp06_LDLIBS)
 
 smp06$(EXEEXT): $(smp06_OBJECTS) $(smp06_DEPENDENCIES)

diff -u rtems/testsuites/smptests/smp07/Makefile.am:1.1 rtems/testsuites/smptests/smp07/Makefile.am:1.2
--- rtems/testsuites/smptests/smp07/Makefile.am:1.1	Tue Jun 28 16:08:48 2011
+++ rtems/testsuites/smptests/smp07/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp07
 smp07_SOURCES = init.c ../../support/src/locked_print.c
@@ -17,7 +16,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-LINK_OBJS = $(smp07_OBJECTS) $(smp07_LDADD)
+LINK_OBJS = $(smp07_OBJECTS)
 LINK_LIBS = $(smp07_LDLIBS)
 
 smp07$(EXEEXT): $(smp07_OBJECTS) $(smp07_DEPENDENCIES)

diff -u rtems/testsuites/smptests/smp08/Makefile.am:1.1 rtems/testsuites/smptests/smp08/Makefile.am:1.2
--- rtems/testsuites/smptests/smp08/Makefile.am:1.1	Tue Jun 28 16:08:48 2011
+++ rtems/testsuites/smptests/smp08/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp08
 smp08_SOURCES = init.c tasks.c system.h ../../support/src/locked_print.c
@@ -17,9 +16,8 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-smp08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
-LINK_OBJS = $(smp08_OBJECTS) $(smp08_LDADD)
+LINK_OBJS = $(smp08_OBJECTS)
 LINK_LIBS = $(smp08_LDLIBS)
 
 smp08$(EXEEXT): $(smp08_OBJECTS) $(smp08_DEPENDENCIES)

diff -u rtems/testsuites/smptests/smp09/Makefile.am:1.1 rtems/testsuites/smptests/smp09/Makefile.am:1.2
--- rtems/testsuites/smptests/smp09/Makefile.am:1.1	Tue Jun 28 16:08:48 2011
+++ rtems/testsuites/smptests/smp09/Makefile.am	Thu Dec  8 15:38:31 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = smp09
 smp09_SOURCES = init.c ../../support/src/locked_print.c
@@ -17,7 +16,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSMPTEST 
 
-LINK_OBJS = $(smp09_OBJECTS) $(smp09_LDADD)
+LINK_OBJS = $(smp09_OBJECTS)
 LINK_LIBS = $(smp09_LDLIBS)
 
 smp09$(EXEEXT): $(smp09_OBJECTS) $(smp09_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
	sp10/Makefile.am, sp11/Makefile.am, sp12/Makefile.am,
	sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am,
	sp16/Makefile.am, sp17/Makefile.am, sp18/Makefile.am,
	sp19/Makefile.am, sp20/Makefile.am, sp2038/Makefile.am,
	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
	sp27/Makefile.am, sp27a/Makefile.am, sp28/Makefile.am,
	sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am,
	sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
	sp35/Makefile.am, sp36/Makefile.am, sp37/Makefile.am,
	sp38/Makefile.am, sp39/Makefile.am, sp40/Makefile.am,
	sp41/Makefile.am, sp42/Makefile.am, sp43/Makefile.am,
	sp44/Makefile.am, sp45/Makefile.am, sp46/Makefile.am,
	sp47/Makefile.am, sp48/Makefile.am, sp49/Makefile.am,
	sp50/Makefile.am, sp51/Makefile.am, sp52/Makefile.am,
	sp53/Makefile.am, sp54/Makefile.am, sp55/Makefile.am,
	sp56/Makefile.am, sp57/Makefile.am, sp58/Makefile.am,
	sp59/Makefile.am, sp60/Makefile.am, sp62/Makefile.am,
	sp63/Makefile.am, sp64/Makefile.am, sp65/Makefile.am,
	sp66/Makefile.am, sp67/Makefile.am, sp68/Makefile.am,
	sp69/Makefile.am, sp70/Makefile.am, sp71/Makefile.am,
	sp72/Makefile.am, sp73/Makefile.am, sp74/Makefile.am,
	sp75/Makefile.am, sp76/Makefile.am, spassoc01/Makefile.am,
	spcbssched01/Makefile.am, spcbssched02/Makefile.am,
	spcbssched03/Makefile.am, spchain/Makefile.am,
	spclockget/Makefile.am, spcoverage/Makefile.am,
	spedfsched01/Makefile.am, spedfsched02/Makefile.am,
	spedfsched03/Makefile.am, sperror01/Makefile.am,
	sperror02/Makefile.am, sperror03/Makefile.am, spfatal01/Makefile.am,
	spfatal02/Makefile.am, spfatal03/Makefile.am, spfatal04/Makefile.am,
	spfatal05/Makefile.am, spfatal06/Makefile.am, spfatal07/Makefile.am,
	spfatal08/Makefile.am, spfatal09/Makefile.am, spfatal10/Makefile.am,
	spfatal11/Makefile.am, spfatal12/Makefile.am, spfatal13/Makefile.am,
	spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am,
	spfatal17/Makefile.am, spfatal18/Makefile.am, spfatal19/Makefile.am,
	spfatal20/Makefile.am, spfatal21/Makefile.am, spfatal22/Makefile.am,
	spfatal23/Makefile.am, spfatal24/Makefile.am, spfatal25/Makefile.am,
	spfifo01/Makefile.am, spfifo02/Makefile.am, spfifo03/Makefile.am,
	spfifo04/Makefile.am, spfifo05/Makefile.am, spheapprot/Makefile.am,
	spintrcritical01/Makefile.am, spintrcritical02/Makefile.am,
	spintrcritical03/Makefile.am, spintrcritical04/Makefile.am,
	spintrcritical05/Makefile.am, spintrcritical06/Makefile.am,
	spintrcritical07/Makefile.am, spintrcritical08/Makefile.am,
	spintrcritical09/Makefile.am, spintrcritical10/Makefile.am,
	spintrcritical11/Makefile.am, spintrcritical12/Makefile.am,
	spintrcritical13/Makefile.am, spintrcritical14/Makefile.am,
	spintrcritical15/Makefile.am, spintrcritical16/Makefile.am,
	spintrcritical17/Makefile.am, spmkdir/Makefile.am,
	spmountmgr01/Makefile.am, spnotepad01/Makefile.am,
	spnsext01/Makefile.am, spobjgetnext/Makefile.am,
	spprintk/Makefile.am, spprivenv01/Makefile.am,
	sprbtree01/Makefile.am, spsimplesched01/Makefile.am,
	spsimplesched02/Makefile.am, spsimplesched03/Makefile.am,
	spsize/Makefile.am, spstkalloc/Makefile.am, spthreadq01/Makefile.am,
	spwatchdog/Makefile.am, spwkspace/Makefile.am: Remove obsolete
	optional manager capability.

M  1.501  testsuites/sptests/ChangeLog
M   1.24  testsuites/sptests/sp01/Makefile.am
M   1.24  testsuites/sptests/sp02/Makefile.am
M   1.24  testsuites/sptests/sp03/Makefile.am
M   1.24  testsuites/sptests/sp04/Makefile.am
M   1.24  testsuites/sptests/sp05/Makefile.am
M   1.24  testsuites/sptests/sp06/Makefile.am
M   1.25  testsuites/sptests/sp07/Makefile.am
M   1.25  testsuites/sptests/sp08/Makefile.am
M   1.25  testsuites/sptests/sp09/Makefile.am
M    1.2  testsuites/sptests/sp10/Makefile.am
M   1.24  testsuites/sptests/sp11/Makefile.am
M   1.24  testsuites/sptests/sp12/Makefile.am
M   1.24  testsuites/sptests/sp13/Makefile.am
M   1.24  testsuites/sptests/sp14/Makefile.am
M   1.24  testsuites/sptests/sp15/Makefile.am
M   1.24  testsuites/sptests/sp16/Makefile.am
M   1.24  testsuites/sptests/sp17/Makefile.am
M    1.2  testsuites/sptests/sp18/Makefile.am
M   1.24  testsuites/sptests/sp19/Makefile.am
M   1.24  testsuites/sptests/sp20/Makefile.am
M    1.2  testsuites/sptests/sp2038/Makefile.am
M   1.27  testsuites/sptests/sp21/Makefile.am
M   1.24  testsuites/sptests/sp22/Makefile.am
M   1.24  testsuites/sptests/sp23/Makefile.am
M   1.24  testsuites/sptests/sp24/Makefile.am
M   1.24  testsuites/sptests/sp25/Makefile.am
M   1.24  testsuites/sptests/sp26/Makefile.am
M   1.24  testsuites/sptests/sp27/Makefile.am
M    1.2  testsuites/sptests/sp27a/Makefile.am
M   1.24  testsuites/sptests/sp28/Makefile.am
M   1.23  testsuites/sptests/sp29/Makefile.am
M   1.20  testsuites/sptests/sp30/Makefile.am
M   1.20  testsuites/sptests/sp31/Makefile.am
M   1.18  testsuites/sptests/sp32/Makefile.am
M    1.6  testsuites/sptests/sp33/Makefile.am
M    1.4  testsuites/sptests/sp34/Makefile.am
M    1.4  testsuites/sptests/sp35/Makefile.am
M    1.3  testsuites/sptests/sp36/Makefile.am
M    1.4  testsuites/sptests/sp37/Makefile.am
M    1.4  testsuites/sptests/sp38/Makefile.am
M    1.4  testsuites/sptests/sp39/Makefile.am
M    1.5  testsuites/sptests/sp40/Makefile.am
M    1.5  testsuites/sptests/sp41/Makefile.am
M    1.4  testsuites/sptests/sp42/Makefile.am
M    1.6  testsuites/sptests/sp43/Makefile.am
M    1.5  testsuites/sptests/sp44/Makefile.am
M    1.3  testsuites/sptests/sp45/Makefile.am
M    1.4  testsuites/sptests/sp46/Makefile.am
M    1.3  testsuites/sptests/sp47/Makefile.am
M    1.3  testsuites/sptests/sp48/Makefile.am
M    1.2  testsuites/sptests/sp49/Makefile.am
M    1.2  testsuites/sptests/sp50/Makefile.am
M    1.2  testsuites/sptests/sp51/Makefile.am
M    1.2  testsuites/sptests/sp52/Makefile.am
M    1.2  testsuites/sptests/sp53/Makefile.am
M    1.3  testsuites/sptests/sp54/Makefile.am
M    1.3  testsuites/sptests/sp55/Makefile.am
M    1.3  testsuites/sptests/sp56/Makefile.am
M    1.3  testsuites/sptests/sp57/Makefile.am
M    1.2  testsuites/sptests/sp58/Makefile.am
M    1.2  testsuites/sptests/sp59/Makefile.am
M    1.2  testsuites/sptests/sp60/Makefile.am
M    1.2  testsuites/sptests/sp62/Makefile.am
M    1.2  testsuites/sptests/sp63/Makefile.am
M    1.2  testsuites/sptests/sp64/Makefile.am
M    1.2  testsuites/sptests/sp65/Makefile.am
M    1.2  testsuites/sptests/sp66/Makefile.am
M    1.2  testsuites/sptests/sp67/Makefile.am
M    1.2  testsuites/sptests/sp68/Makefile.am
M    1.4  testsuites/sptests/sp69/Makefile.am
M    1.3  testsuites/sptests/sp70/Makefile.am
M    1.3  testsuites/sptests/sp71/Makefile.am
M    1.2  testsuites/sptests/sp72/Makefile.am
M    1.2  testsuites/sptests/sp73/Makefile.am
M    1.2  testsuites/sptests/sp74/Makefile.am
M    1.2  testsuites/sptests/sp75/Makefile.am
M    1.2  testsuites/sptests/sp76/Makefile.am
M    1.2  testsuites/sptests/spassoc01/Makefile.am
M    1.3  testsuites/sptests/spcbssched01/Makefile.am
M    1.3  testsuites/sptests/spcbssched02/Makefile.am
M    1.3  testsuites/sptests/spcbssched03/Makefile.am
M    1.3  testsuites/sptests/spchain/Makefile.am
M    1.2  testsuites/sptests/spclockget/Makefile.am
M    1.2  testsuites/sptests/spcoverage/Makefile.am
M    1.3  testsuites/sptests/spedfsched01/Makefile.am
M    1.3  testsuites/sptests/spedfsched02/Makefile.am
M    1.3  testsuites/sptests/spedfsched03/Makefile.am
M    1.2  testsuites/sptests/sperror01/Makefile.am
M    1.2  testsuites/sptests/sperror02/Makefile.am
M    1.2  testsuites/sptests/sperror03/Makefile.am
M    1.4  testsuites/sptests/spfatal01/Makefile.am
M    1.4  testsuites/sptests/spfatal02/Makefile.am
M    1.4  testsuites/sptests/spfatal03/Makefile.am
M    1.4  testsuites/sptests/spfatal04/Makefile.am
M    1.4  testsuites/sptests/spfatal05/Makefile.am
M    1.4  testsuites/sptests/spfatal06/Makefile.am
M    1.4  testsuites/sptests/spfatal07/Makefile.am
M    1.4  testsuites/sptests/spfatal08/Makefile.am
M    1.6  testsuites/sptests/spfatal09/Makefile.am
M    1.6  testsuites/sptests/spfatal10/Makefile.am
M    1.4  testsuites/sptests/spfatal11/Makefile.am
M    1.4  testsuites/sptests/spfatal12/Makefile.am
M    1.2  testsuites/sptests/spfatal13/Makefile.am
M    1.4  testsuites/sptests/spfatal14/Makefile.am
M    1.3  testsuites/sptests/spfatal15/Makefile.am
M    1.3  testsuites/sptests/spfatal16/Makefile.am
M    1.2  testsuites/sptests/spfatal17/Makefile.am
M    1.2  testsuites/sptests/spfatal18/Makefile.am
M    1.2  testsuites/sptests/spfatal19/Makefile.am
M    1.2  testsuites/sptests/spfatal20/Makefile.am
M    1.3  testsuites/sptests/spfatal21/Makefile.am
M    1.2  testsuites/sptests/spfatal22/Makefile.am
M    1.2  testsuites/sptests/spfatal23/Makefile.am
M    1.2  testsuites/sptests/spfatal24/Makefile.am
M    1.2  testsuites/sptests/spfatal25/Makefile.am
M    1.4  testsuites/sptests/spfifo01/Makefile.am
M    1.5  testsuites/sptests/spfifo02/Makefile.am
M    1.4  testsuites/sptests/spfifo03/Makefile.am
M    1.5  testsuites/sptests/spfifo04/Makefile.am
M    1.2  testsuites/sptests/spfifo05/Makefile.am
M    1.2  testsuites/sptests/spheapprot/Makefile.am
M    1.3  testsuites/sptests/spintrcritical01/Makefile.am
M    1.2  testsuites/sptests/spintrcritical02/Makefile.am
M    1.2  testsuites/sptests/spintrcritical03/Makefile.am
M    1.2  testsuites/sptests/spintrcritical04/Makefile.am
M    1.2  testsuites/sptests/spintrcritical05/Makefile.am
M    1.3  testsuites/sptests/spintrcritical06/Makefile.am
M    1.2  testsuites/sptests/spintrcritical07/Makefile.am
M    1.3  testsuites/sptests/spintrcritical08/Makefile.am
M    1.3  testsuites/sptests/spintrcritical09/Makefile.am
M    1.3  testsuites/sptests/spintrcritical10/Makefile.am
M    1.3  testsuites/sptests/spintrcritical11/Makefile.am
M    1.2  testsuites/sptests/spintrcritical12/Makefile.am
M    1.3  testsuites/sptests/spintrcritical13/Makefile.am
M    1.2  testsuites/sptests/spintrcritical14/Makefile.am
M    1.3  testsuites/sptests/spintrcritical15/Makefile.am
M    1.3  testsuites/sptests/spintrcritical16/Makefile.am
M    1.3  testsuites/sptests/spintrcritical17/Makefile.am
M    1.2  testsuites/sptests/spmkdir/Makefile.am
M    1.2  testsuites/sptests/spmountmgr01/Makefile.am
M    1.2  testsuites/sptests/spnotepad01/Makefile.am
M    1.2  testsuites/sptests/spnsext01/Makefile.am
M    1.3  testsuites/sptests/spobjgetnext/Makefile.am
M    1.3  testsuites/sptests/spprintk/Makefile.am
M    1.2  testsuites/sptests/spprivenv01/Makefile.am
M    1.2  testsuites/sptests/sprbtree01/Makefile.am
M    1.2  testsuites/sptests/spsimplesched01/Makefile.am
M    1.2  testsuites/sptests/spsimplesched02/Makefile.am
M    1.2  testsuites/sptests/spsimplesched03/Makefile.am
M   1.27  testsuites/sptests/spsize/Makefile.am
M    1.3  testsuites/sptests/spstkalloc/Makefile.am
M    1.2  testsuites/sptests/spthreadq01/Makefile.am
M    1.4  testsuites/sptests/spwatchdog/Makefile.am
M    1.4  testsuites/sptests/spwkspace/Makefile.am

diff -u rtems/testsuites/sptests/ChangeLog:1.500 rtems/testsuites/sptests/ChangeLog:1.501
--- rtems/testsuites/sptests/ChangeLog:1.500	Tue Dec  6 02:21:38 2011
+++ rtems/testsuites/sptests/ChangeLog	Thu Dec  8 15:38:35 2011
@@ -1,3 +1,66 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
+	sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
+	sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
+	sp10/Makefile.am, sp11/Makefile.am, sp12/Makefile.am,
+	sp13/Makefile.am, sp14/Makefile.am, sp15/Makefile.am,
+	sp16/Makefile.am, sp17/Makefile.am, sp18/Makefile.am,
+	sp19/Makefile.am, sp20/Makefile.am, sp2038/Makefile.am,
+	sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
+	sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
+	sp27/Makefile.am, sp27a/Makefile.am, sp28/Makefile.am,
+	sp29/Makefile.am, sp30/Makefile.am, sp31/Makefile.am,
+	sp32/Makefile.am, sp33/Makefile.am, sp34/Makefile.am,
+	sp35/Makefile.am, sp36/Makefile.am, sp37/Makefile.am,
+	sp38/Makefile.am, sp39/Makefile.am, sp40/Makefile.am,
+	sp41/Makefile.am, sp42/Makefile.am, sp43/Makefile.am,
+	sp44/Makefile.am, sp45/Makefile.am, sp46/Makefile.am,
+	sp47/Makefile.am, sp48/Makefile.am, sp49/Makefile.am,
+	sp50/Makefile.am, sp51/Makefile.am, sp52/Makefile.am,
+	sp53/Makefile.am, sp54/Makefile.am, sp55/Makefile.am,
+	sp56/Makefile.am, sp57/Makefile.am, sp58/Makefile.am,
+	sp59/Makefile.am, sp60/Makefile.am, sp62/Makefile.am,
+	sp63/Makefile.am, sp64/Makefile.am, sp65/Makefile.am,
+	sp66/Makefile.am, sp67/Makefile.am, sp68/Makefile.am,
+	sp69/Makefile.am, sp70/Makefile.am, sp71/Makefile.am,
+	sp72/Makefile.am, sp73/Makefile.am, sp74/Makefile.am,
+	sp75/Makefile.am, sp76/Makefile.am, spassoc01/Makefile.am,
+	spcbssched01/Makefile.am, spcbssched02/Makefile.am,
+	spcbssched03/Makefile.am, spchain/Makefile.am,
+	spclockget/Makefile.am, spcoverage/Makefile.am,
+	spedfsched01/Makefile.am, spedfsched02/Makefile.am,
+	spedfsched03/Makefile.am, sperror01/Makefile.am,
+	sperror02/Makefile.am, sperror03/Makefile.am, spfatal01/Makefile.am,
+	spfatal02/Makefile.am, spfatal03/Makefile.am, spfatal04/Makefile.am,
+	spfatal05/Makefile.am, spfatal06/Makefile.am, spfatal07/Makefile.am,
+	spfatal08/Makefile.am, spfatal09/Makefile.am, spfatal10/Makefile.am,
+	spfatal11/Makefile.am, spfatal12/Makefile.am, spfatal13/Makefile.am,
+	spfatal14/Makefile.am, spfatal15/Makefile.am, spfatal16/Makefile.am,
+	spfatal17/Makefile.am, spfatal18/Makefile.am, spfatal19/Makefile.am,
+	spfatal20/Makefile.am, spfatal21/Makefile.am, spfatal22/Makefile.am,
+	spfatal23/Makefile.am, spfatal24/Makefile.am, spfatal25/Makefile.am,
+	spfifo01/Makefile.am, spfifo02/Makefile.am, spfifo03/Makefile.am,
+	spfifo04/Makefile.am, spfifo05/Makefile.am, spheapprot/Makefile.am,
+	spintrcritical01/Makefile.am, spintrcritical02/Makefile.am,
+	spintrcritical03/Makefile.am, spintrcritical04/Makefile.am,
+	spintrcritical05/Makefile.am, spintrcritical06/Makefile.am,
+	spintrcritical07/Makefile.am, spintrcritical08/Makefile.am,
+	spintrcritical09/Makefile.am, spintrcritical10/Makefile.am,
+	spintrcritical11/Makefile.am, spintrcritical12/Makefile.am,
+	spintrcritical13/Makefile.am, spintrcritical14/Makefile.am,
+	spintrcritical15/Makefile.am, spintrcritical16/Makefile.am,
+	spintrcritical17/Makefile.am, spmkdir/Makefile.am,
+	spmountmgr01/Makefile.am, spnotepad01/Makefile.am,
+	spnsext01/Makefile.am, spobjgetnext/Makefile.am,
+	spprintk/Makefile.am, spprivenv01/Makefile.am,
+	sprbtree01/Makefile.am, spsimplesched01/Makefile.am,
+	spsimplesched02/Makefile.am, spsimplesched03/Makefile.am,
+	spsize/Makefile.am, spstkalloc/Makefile.am, spthreadq01/Makefile.am,
+	spwatchdog/Makefile.am, spwkspace/Makefile.am: Remove obsolete
+	optional manager capability.
+
 2011-12-06	Petr Benes <benesp16 at fel.cvut.cz>
 
 	PR 1980/testing

diff -u rtems/testsuites/sptests/sp01/Makefile.am:1.23 rtems/testsuites/sptests/sp01/Makefile.am:1.24
--- rtems/testsuites/sptests/sp01/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp01/Makefile.am	Thu Dec  8 15:38:35 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock
 
 rtems_tests_PROGRAMS = sp01
 sp01_SOURCES = init.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp01_OBJECTS) $(sp01_LDADD)
+LINK_OBJS = $(sp01_OBJECTS)
 LINK_LIBS = $(sp01_LDLIBS)
 
 sp01$(EXEEXT): $(sp01_OBJECTS) $(sp01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp02/Makefile.am:1.23 rtems/testsuites/sptests/sp02/Makefile.am:1.24
--- rtems/testsuites/sptests/sp02/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp02/Makefile.am	Thu Dec  8 15:38:35 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock
 
 rtems_tests_PROGRAMS = sp02
 sp02_SOURCES = init.c task1.c task2.c task3.c preempt.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp02_OBJECTS) $(sp02_LDADD)
+LINK_OBJS = $(sp02_OBJECTS)
 LINK_LIBS = $(sp02_LDLIBS)
 
 sp02$(EXEEXT): $(sp02_OBJECTS) $(sp02_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp03/Makefile.am:1.23 rtems/testsuites/sptests/sp03/Makefile.am:1.24
--- rtems/testsuites/sptests/sp03/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp03/Makefile.am	Thu Dec  8 15:38:35 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock
 
 rtems_tests_PROGRAMS = sp03
 sp03_SOURCES = init.c task1.c task2.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp03_OBJECTS) $(sp03_LDADD)
+LINK_OBJS = $(sp03_OBJECTS)
 LINK_LIBS = $(sp03_LDLIBS)
 
 sp03$(EXEEXT): $(sp03_OBJECTS) $(sp03_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp04/Makefile.am:1.23 rtems/testsuites/sptests/sp04/Makefile.am:1.24
--- rtems/testsuites/sptests/sp04/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp04/Makefile.am	Thu Dec  8 15:38:35 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock extension
 
 rtems_tests_PROGRAMS = sp04
 sp04_SOURCES = init.c task1.c task2.c task3.c tswitch.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp04_OBJECTS) $(sp04_LDADD)
+LINK_OBJS = $(sp04_OBJECTS)
 LINK_LIBS = $(sp04_LDLIBS)
 
 sp04$(EXEEXT): $(sp04_OBJECTS) $(sp04_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp05/Makefile.am:1.23 rtems/testsuites/sptests/sp05/Makefile.am:1.24
--- rtems/testsuites/sptests/sp05/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp05/Makefile.am	Thu Dec  8 15:38:35 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock
 
 rtems_tests_PROGRAMS = sp05
 sp05_SOURCES = init.c task1.c task2.c task3.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp05_OBJECTS) $(sp05_LDADD)
+LINK_OBJS = $(sp05_OBJECTS)
 LINK_LIBS = $(sp05_LDLIBS)
 
 sp05$(EXEEXT): $(sp05_OBJECTS) $(sp05_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp06/Makefile.am:1.23 rtems/testsuites/sptests/sp06/Makefile.am:1.24
--- rtems/testsuites/sptests/sp06/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp06/Makefile.am	Thu Dec  8 15:38:35 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock
 
 rtems_tests_PROGRAMS = sp06
 sp06_SOURCES = init.c task1.c task2.c task3.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp06_OBJECTS) $(sp06_LDADD)
+LINK_OBJS = $(sp06_OBJECTS)
 LINK_LIBS = $(sp06_LDLIBS)
 
 sp06$(EXEEXT): $(sp06_OBJECTS) $(sp06_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp07/Makefile.am:1.24 rtems/testsuites/sptests/sp07/Makefile.am:1.25
--- rtems/testsuites/sptests/sp07/Makefile.am:1.24	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp07/Makefile.am	Thu Dec  8 15:38:35 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock extension
 
 rtems_tests_PROGRAMS = sp07
 sp07_SOURCES = init.c buffered_io.c task1.c task2.c task3.c task4.c \
@@ -15,11 +14,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp07_OBJECTS) $(sp07_LDADD)
+LINK_OBJS = $(sp07_OBJECTS)
 LINK_LIBS = $(sp07_LDLIBS)
 
 sp07$(EXEEXT): $(sp07_OBJECTS) $(sp07_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp08/Makefile.am:1.24 rtems/testsuites/sptests/sp08/Makefile.am:1.25
--- rtems/testsuites/sptests/sp08/Makefile.am:1.24	Fri Mar 11 14:26:59 2011
+++ rtems/testsuites/sptests/sp08/Makefile.am	Thu Dec  8 15:38:35 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp08_OBJECTS) $(sp08_LDADD)
+LINK_OBJS = $(sp08_OBJECTS)
 LINK_LIBS = $(sp08_LDLIBS)
 
 sp08$(EXEEXT): $(sp08_OBJECTS) $(sp08_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp09/Makefile.am:1.24 rtems/testsuites/sptests/sp09/Makefile.am:1.25
--- rtems/testsuites/sptests/sp09/Makefile.am:1.24	Mon Feb 14 14:22:23 2011
+++ rtems/testsuites/sptests/sp09/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp09
 sp09_SOURCES = init.c delay.c isr.c screen01.c screen02.c screen03.c screen04.c \
@@ -17,11 +16,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp09_OBJECTS) $(sp09_LDADD)
+LINK_OBJS = $(sp09_OBJECTS)
 LINK_LIBS = $(sp09_LDLIBS)
 
 sp09$(EXEEXT): $(sp09_OBJECTS) $(sp09_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp10/Makefile.am:1.1 rtems/testsuites/sptests/sp10/Makefile.am:1.2
--- rtems/testsuites/sptests/sp10/Makefile.am:1.1	Tue Jul 21 14:32:30 2009
+++ rtems/testsuites/sptests/sp10/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp10
 sp10_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp10_OBJECTS) $(sp10_LDADD)
+LINK_OBJS = $(sp10_OBJECTS)
 LINK_LIBS = $(sp10_LDLIBS)
 
 sp10$(EXEEXT): $(sp10_OBJECTS) $(sp10_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp11/Makefile.am:1.23 rtems/testsuites/sptests/sp11/Makefile.am:1.24
--- rtems/testsuites/sptests/sp11/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp11/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io event timer clock semaphore
 
 rtems_tests_PROGRAMS = sp11
 sp11_SOURCES = init.c task1.c task2.c timer.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp11_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp11_OBJECTS) $(sp11_LDADD)
+LINK_OBJS = $(sp11_OBJECTS)
 LINK_LIBS = $(sp11_LDLIBS)
 
 sp11$(EXEEXT): $(sp11_OBJECTS) $(sp11_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp12/Makefile.am:1.23 rtems/testsuites/sptests/sp12/Makefile.am:1.24
--- rtems/testsuites/sptests/sp12/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp12/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock
 
 rtems_tests_PROGRAMS = sp12
 sp12_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c pridrv.c \
@@ -15,11 +14,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp12_OBJECTS) $(sp12_LDADD)
+LINK_OBJS = $(sp12_OBJECTS)
 LINK_LIBS = $(sp12_LDLIBS)
 
 sp12$(EXEEXT): $(sp12_OBJECTS) $(sp12_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp13/Makefile.am:1.23 rtems/testsuites/sptests/sp13/Makefile.am:1.24
--- rtems/testsuites/sptests/sp13/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp13/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore clock
 
 rtems_tests_PROGRAMS = sp13
 sp13_SOURCES = init.c fillbuff.c putbuff.c task1.c task2.c task3.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp13_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp13_OBJECTS) $(sp13_LDADD)
+LINK_OBJS = $(sp13_OBJECTS)
 LINK_LIBS = $(sp13_LDLIBS)
 
 sp13$(EXEEXT): $(sp13_OBJECTS) $(sp13_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp14/Makefile.am:1.23 rtems/testsuites/sptests/sp14/Makefile.am:1.24
--- rtems/testsuites/sptests/sp14/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp14/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io signal timer semaphore clock
 
 rtems_tests_PROGRAMS = sp14
 sp14_SOURCES = init.c asr.c task1.c task2.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp14_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp14_OBJECTS) $(sp14_LDADD)
+LINK_OBJS = $(sp14_OBJECTS)
 LINK_LIBS = $(sp14_LDLIBS)
 
 sp14$(EXEEXT): $(sp14_OBJECTS) $(sp14_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp15/Makefile.am:1.23 rtems/testsuites/sptests/sp15/Makefile.am:1.24
--- rtems/testsuites/sptests/sp15/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp15/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io partition semaphore clock
 
 rtems_tests_PROGRAMS = sp15
 sp15_SOURCES = init.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp15_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp15_OBJECTS) $(sp15_LDADD)
+LINK_OBJS = $(sp15_OBJECTS)
 LINK_LIBS = $(sp15_LDLIBS)
 
 sp15$(EXEEXT): $(sp15_OBJECTS) $(sp15_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp16/Makefile.am:1.23 rtems/testsuites/sptests/sp16/Makefile.am:1.24
--- rtems/testsuites/sptests/sp16/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp16/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io region semaphore clock
 
 rtems_tests_PROGRAMS = sp16
 sp16_SOURCES = init.c task1.c task2.c task3.c task4.c task5.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp16_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp16_OBJECTS) $(sp16_LDADD)
+LINK_OBJS = $(sp16_OBJECTS)
 LINK_LIBS = $(sp16_LDLIBS)
 
 sp16$(EXEEXT): $(sp16_OBJECTS) $(sp16_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp17/Makefile.am:1.23 rtems/testsuites/sptests/sp17/Makefile.am:1.24
--- rtems/testsuites/sptests/sp17/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp17/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io signal semaphore clock
 
 rtems_tests_PROGRAMS = sp17
 sp17_SOURCES = init.c asr.c task1.c task2.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp17_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp17_OBJECTS) $(sp17_LDADD)
+LINK_OBJS = $(sp17_OBJECTS)
 LINK_LIBS = $(sp17_LDLIBS)
 
 sp17$(EXEEXT): $(sp17_OBJECTS) $(sp17_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp18/Makefile.am:1.1 rtems/testsuites/sptests/sp18/Makefile.am:1.2
--- rtems/testsuites/sptests/sp18/Makefile.am:1.1	Wed Jul 29 19:15:59 2009
+++ rtems/testsuites/sptests/sp18/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp18
 sp18_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp18_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp18_OBJECTS) $(sp18_LDADD)
+LINK_OBJS = $(sp18_OBJECTS)
 LINK_LIBS = $(sp18_LDLIBS)
 
 sp18$(EXEEXT): $(sp18_OBJECTS) $(sp18_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp19/Makefile.am:1.23 rtems/testsuites/sptests/sp19/Makefile.am:1.24
--- rtems/testsuites/sptests/sp19/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp19/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock
 
 rtems_tests_PROGRAMS = sp19
 sp19_SOURCES = init.c first.c fptask.c task1.c system.h fptest.h inttest.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp19_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp19_OBJECTS) $(sp19_LDADD)
+LINK_OBJS = $(sp19_OBJECTS)
 LINK_LIBS = $(sp19_LDLIBS)
 
 sp19$(EXEEXT): $(sp19_OBJECTS) $(sp19_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp20/Makefile.am:1.23 rtems/testsuites/sptests/sp20/Makefile.am:1.24
--- rtems/testsuites/sptests/sp20/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp20/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io rate_monotonic semaphore clock
 
 rtems_tests_PROGRAMS = sp20
 sp20_SOURCES = init.c getall.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp20_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp20_OBJECTS) $(sp20_LDADD)
+LINK_OBJS = $(sp20_OBJECTS)
 LINK_LIBS = $(sp20_LDLIBS)
 
 sp20$(EXEEXT): $(sp20_OBJECTS) $(sp20_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp2038/Makefile.am:1.1 rtems/testsuites/sptests/sp2038/Makefile.am:1.2
--- rtems/testsuites/sptests/sp2038/Makefile.am:1.1	Wed Sep 28 11:01:53 2011
+++ rtems/testsuites/sptests/sp2038/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp2038
 sp2038_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp2038_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp2038_OBJECTS) $(sp2038_LDADD)
+LINK_OBJS = $(sp2038_OBJECTS)
 LINK_LIBS = $(sp2038_LDLIBS)
 
 sp2038$(EXEEXT): $(sp2038_OBJECTS) $(sp2038_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp21/Makefile.am:1.26 rtems/testsuites/sptests/sp21/Makefile.am:1.27
--- rtems/testsuites/sptests/sp21/Makefile.am:1.26	Thu May  5 11:45:57 2011
+++ rtems/testsuites/sptests/sp21/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -15,7 +15,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -Wno-deprecated-declarations
 
-LINK_OBJS = $(sp21_OBJECTS) $(sp21_LDADD)
+LINK_OBJS = $(sp21_OBJECTS)
 LINK_LIBS = $(sp21_LDLIBS)
 
 sp21$(EXEEXT): $(sp21_OBJECTS) $(sp21_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp22/Makefile.am:1.23 rtems/testsuites/sptests/sp22/Makefile.am:1.24
--- rtems/testsuites/sptests/sp22/Makefile.am:1.23	Fri Apr  3 07:48:12 2009
+++ rtems/testsuites/sptests/sp22/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io timer semaphore clock
 
 rtems_tests_PROGRAMS = sp22
 sp22_SOURCES = init.c prtime.c delay.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp22_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp22_OBJECTS) $(sp22_LDADD)
+LINK_OBJS = $(sp22_OBJECTS)
 LINK_LIBS = $(sp22_LDLIBS)
 
 sp22$(EXEEXT): $(sp22_OBJECTS) $(sp22_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp23/Makefile.am:1.23 rtems/testsuites/sptests/sp23/Makefile.am:1.24
--- rtems/testsuites/sptests/sp23/Makefile.am:1.23	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp23/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io dual_ported_memory semaphore clock
 
 rtems_tests_PROGRAMS = sp23
 sp23_SOURCES = init.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp23_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp23_OBJECTS) $(sp23_LDADD)
+LINK_OBJS = $(sp23_OBJECTS)
 LINK_LIBS = $(sp23_LDLIBS)
 
 sp23$(EXEEXT): $(sp23_OBJECTS) $(sp23_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp24/Makefile.am:1.23 rtems/testsuites/sptests/sp24/Makefile.am:1.24
--- rtems/testsuites/sptests/sp24/Makefile.am:1.23	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp24/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io event timer semaphore clock
 
 rtems_tests_PROGRAMS = sp24
 sp24_SOURCES = init.c resume.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp24_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp24_OBJECTS) $(sp24_LDADD)
+LINK_OBJS = $(sp24_OBJECTS)
 LINK_LIBS = $(sp24_LDLIBS)
 
 sp24$(EXEEXT): $(sp24_OBJECTS) $(sp24_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp25/Makefile.am:1.23 rtems/testsuites/sptests/sp25/Makefile.am:1.24
--- rtems/testsuites/sptests/sp25/Makefile.am:1.23	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp25/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore clock region
 
 rtems_tests_PROGRAMS = sp25
 sp25_SOURCES = init.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp25_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp25_OBJECTS) $(sp25_LDADD)
+LINK_OBJS = $(sp25_OBJECTS)
 LINK_LIBS = $(sp25_LDLIBS)
 
 sp25$(EXEEXT): $(sp25_OBJECTS) $(sp25_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp26/Makefile.am:1.23 rtems/testsuites/sptests/sp26/Makefile.am:1.24
--- rtems/testsuites/sptests/sp26/Makefile.am:1.23	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp26/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io event semaphore clock
 
 rtems_tests_PROGRAMS = sp26
 sp26_SOURCES = init.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp26_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp26_OBJECTS) $(sp26_LDADD)
+LINK_OBJS = $(sp26_OBJECTS)
 LINK_LIBS = $(sp26_LDLIBS)
 
 sp26$(EXEEXT): $(sp26_OBJECTS) $(sp26_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp27/Makefile.am:1.23 rtems/testsuites/sptests/sp27/Makefile.am:1.24
--- rtems/testsuites/sptests/sp27/Makefile.am:1.23	Wed Jul  8 15:26:44 2009
+++ rtems/testsuites/sptests/sp27/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp27
 sp27_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp27_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp27_OBJECTS) $(sp27_LDADD)
+LINK_OBJS = $(sp27_OBJECTS)
 LINK_LIBS = $(sp27_LDLIBS)
 
 sp27$(EXEEXT): $(sp27_OBJECTS) $(sp27_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp27a/Makefile.am:1.1 rtems/testsuites/sptests/sp27a/Makefile.am:1.2
--- rtems/testsuites/sptests/sp27a/Makefile.am:1.1	Wed Jul  8 15:26:45 2009
+++ rtems/testsuites/sptests/sp27a/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp27a
 sp27a_SOURCES = ../sp27/init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp27a_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DUSE_COUNTING_SEMAPHORE
 
-LINK_OBJS = $(sp27a_OBJECTS) $(sp27a_LDADD)
+LINK_OBJS = $(sp27a_OBJECTS)
 LINK_LIBS = $(sp27a_LDLIBS)
 
 sp27a$(EXEEXT): $(sp27a_OBJECTS) $(sp27a_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp28/Makefile.am:1.23 rtems/testsuites/sptests/sp28/Makefile.am:1.24
--- rtems/testsuites/sptests/sp28/Makefile.am:1.23	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp28/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp28
 sp28_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp28_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp28_OBJECTS) $(sp28_LDADD)
+LINK_OBJS = $(sp28_OBJECTS)
 LINK_LIBS = $(sp28_LDLIBS)
 
 sp28$(EXEEXT): $(sp28_OBJECTS) $(sp28_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp29/Makefile.am:1.22 rtems/testsuites/sptests/sp29/Makefile.am:1.23
--- rtems/testsuites/sptests/sp29/Makefile.am:1.22	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp29/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp29
 sp29_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp29_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp29_OBJECTS) $(sp29_LDADD)
+LINK_OBJS = $(sp29_OBJECTS)
 LINK_LIBS = $(sp29_LDLIBS)
 
 sp29$(EXEEXT): $(sp29_OBJECTS) $(sp29_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp30/Makefile.am:1.19 rtems/testsuites/sptests/sp30/Makefile.am:1.20
--- rtems/testsuites/sptests/sp30/Makefile.am:1.19	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp30/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp30
 sp30_SOURCES = init.c resume.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp30_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp30_OBJECTS) $(sp30_LDADD)
+LINK_OBJS = $(sp30_OBJECTS)
 LINK_LIBS = $(sp30_LDLIBS)
 
 sp30$(EXEEXT): $(sp30_OBJECTS) $(sp30_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp31/Makefile.am:1.19 rtems/testsuites/sptests/sp31/Makefile.am:1.20
--- rtems/testsuites/sptests/sp31/Makefile.am:1.19	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp31/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp31
 sp31_SOURCES = delay.c init.c prtime.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp31_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp31_OBJECTS) $(sp31_LDADD)
+LINK_OBJS = $(sp31_OBJECTS)
 LINK_LIBS = $(sp31_LDLIBS)
 
 sp31$(EXEEXT): $(sp31_OBJECTS) $(sp31_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp32/Makefile.am:1.17 rtems/testsuites/sptests/sp32/Makefile.am:1.18
--- rtems/testsuites/sptests/sp32/Makefile.am:1.17	Mon Nov  9 08:25:27 2009
+++ rtems/testsuites/sptests/sp32/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io rate_monotonic semaphore clock
 
 rtems_tests_PROGRAMS = sp32
 sp32_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp32_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp32_OBJECTS) $(sp32_LDADD)
+LINK_OBJS = $(sp32_OBJECTS)
 LINK_LIBS = $(sp32_LDLIBS)
 
 sp32$(EXEEXT): $(sp32_OBJECTS) $(sp32_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp33/Makefile.am:1.5 rtems/testsuites/sptests/sp33/Makefile.am:1.6
--- rtems/testsuites/sptests/sp33/Makefile.am:1.5	Mon Jun 20 01:25:14 2011
+++ rtems/testsuites/sptests/sp33/Makefile.am	Thu Dec  8 15:38:36 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io barrier semaphore clock
 
 rtems_tests_PROGRAMS = sp33
 sp33_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp33_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp33_OBJECTS) $(sp33_LDADD)
+LINK_OBJS = $(sp33_OBJECTS)
 LINK_LIBS = $(sp33_LDLIBS)
 
 sp33$(EXEEXT): $(sp33_OBJECTS) $(sp33_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp34/Makefile.am:1.3 rtems/testsuites/sptests/sp34/Makefile.am:1.4
--- rtems/testsuites/sptests/sp34/Makefile.am:1.3	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp34/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp34
 sp34_SOURCES = changepri.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp34_OBJECTS) $(sp34_LDADD)
+LINK_OBJS = $(sp34_OBJECTS)
 LINK_LIBS = $(sp34_LDLIBS)
 
 sp34$(EXEEXT): $(sp34_OBJECTS) $(sp34_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp35/Makefile.am:1.3 rtems/testsuites/sptests/sp35/Makefile.am:1.4
--- rtems/testsuites/sptests/sp35/Makefile.am:1.3	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp35/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp35
 sp35_SOURCES = priinv.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp35_OBJECTS) $(sp35_LDADD)
+LINK_OBJS = $(sp35_OBJECTS)
 LINK_LIBS = $(sp35_LDLIBS)
 
 sp35$(EXEEXT): $(sp35_OBJECTS) $(sp35_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp36/Makefile.am:1.2 rtems/testsuites/sptests/sp36/Makefile.am:1.3
--- rtems/testsuites/sptests/sp36/Makefile.am:1.2	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp36/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp36
 sp36_SOURCES = strict_order_mut.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp36_OBJECTS) $(sp36_LDADD)
+LINK_OBJS = $(sp36_OBJECTS)
 LINK_LIBS = $(sp36_LDLIBS)
 
 sp36$(EXEEXT): $(sp36_OBJECTS) $(sp36_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp37/Makefile.am:1.3 rtems/testsuites/sptests/sp37/Makefile.am:1.4
--- rtems/testsuites/sptests/sp37/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/sp37/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp37
 sp37_SOURCES = init.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp37_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp37_OBJECTS) $(sp37_LDADD)
+LINK_OBJS = $(sp37_OBJECTS)
 LINK_LIBS = $(sp37_LDLIBS)
 
 sp37$(EXEEXT): $(sp37_OBJECTS) $(sp37_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp38/Makefile.am:1.3 rtems/testsuites/sptests/sp38/Makefile.am:1.4
--- rtems/testsuites/sptests/sp38/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/sp38/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp38
 sp38_SOURCES = init.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp38_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp38_OBJECTS) $(sp38_LDADD)
+LINK_OBJS = $(sp38_OBJECTS)
 LINK_LIBS = $(sp38_LDLIBS)
 
 sp38$(EXEEXT): $(sp38_OBJECTS) $(sp38_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp39/Makefile.am:1.3 rtems/testsuites/sptests/sp39/Makefile.am:1.4
--- rtems/testsuites/sptests/sp39/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/sp39/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp39
 sp39_SOURCES = init.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp39_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp39_OBJECTS) $(sp39_LDADD)
+LINK_OBJS = $(sp39_OBJECTS)
 LINK_LIBS = $(sp39_LDLIBS)
 
 sp39$(EXEEXT): $(sp39_OBJECTS) $(sp39_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp40/Makefile.am:1.4 rtems/testsuites/sptests/sp40/Makefile.am:1.5
--- rtems/testsuites/sptests/sp40/Makefile.am:1.4	Fri Jul 24 20:39:45 2009
+++ rtems/testsuites/sptests/sp40/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp40
 sp40_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp40_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp40_OBJECTS) $(sp40_LDADD)
+LINK_OBJS = $(sp40_OBJECTS)
 LINK_LIBS = $(sp40_LDLIBS)
 
 sp40$(EXEEXT): $(sp40_OBJECTS) $(sp40_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp41/Makefile.am:1.4 rtems/testsuites/sptests/sp41/Makefile.am:1.5
--- rtems/testsuites/sptests/sp41/Makefile.am:1.4	Fri Jul 24 15:43:06 2009
+++ rtems/testsuites/sptests/sp41/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp41
 sp41_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp41_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp41_OBJECTS) $(sp41_LDADD)
+LINK_OBJS = $(sp41_OBJECTS)
 LINK_LIBS = $(sp41_LDLIBS)
 
 sp41$(EXEEXT): $(sp41_OBJECTS) $(sp41_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp42/Makefile.am:1.3 rtems/testsuites/sptests/sp42/Makefile.am:1.4
--- rtems/testsuites/sptests/sp42/Makefile.am:1.3	Thu Jul 30 12:10:04 2009
+++ rtems/testsuites/sptests/sp42/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp42
 sp42_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp42_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp42_OBJECTS) $(sp42_LDADD)
+LINK_OBJS = $(sp42_OBJECTS)
 LINK_LIBS = $(sp42_LDLIBS)
 
 sp42$(EXEEXT): $(sp42_OBJECTS) $(sp42_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp43/Makefile.am:1.5 rtems/testsuites/sptests/sp43/Makefile.am:1.6
--- rtems/testsuites/sptests/sp43/Makefile.am:1.5	Mon Jun 20 01:34:29 2011
+++ rtems/testsuites/sptests/sp43/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp43
 sp43_SOURCES = init.c
@@ -15,11 +14,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp43_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp43_OBJECTS) $(sp43_LDADD)
+LINK_OBJS = $(sp43_OBJECTS)
 LINK_LIBS = $(sp43_LDLIBS)
 
 sp43$(EXEEXT): $(sp43_OBJECTS) $(sp43_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp44/Makefile.am:1.4 rtems/testsuites/sptests/sp44/Makefile.am:1.5
--- rtems/testsuites/sptests/sp44/Makefile.am:1.4	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/sp44/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp44
 sp44_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp44_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp44_OBJECTS) $(sp44_LDADD)
+LINK_OBJS = $(sp44_OBJECTS)
 LINK_LIBS = $(sp44_LDLIBS)
 
 sp44$(EXEEXT): $(sp44_OBJECTS) $(sp44_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp45/Makefile.am:1.2 rtems/testsuites/sptests/sp45/Makefile.am:1.3
--- rtems/testsuites/sptests/sp45/Makefile.am:1.2	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp45/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp45
 sp45_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp45_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp45_OBJECTS) $(sp45_LDADD)
+LINK_OBJS = $(sp45_OBJECTS)
 LINK_LIBS = $(sp45_LDLIBS)
 
 sp45$(EXEEXT): $(sp45_OBJECTS) $(sp45_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp46/Makefile.am:1.3 rtems/testsuites/sptests/sp46/Makefile.am:1.4
--- rtems/testsuites/sptests/sp46/Makefile.am:1.3	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp46/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp46
 sp46_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp46_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp46_OBJECTS) $(sp46_LDADD)
+LINK_OBJS = $(sp46_OBJECTS)
 LINK_LIBS = $(sp46_LDLIBS)
 
 sp46$(EXEEXT): $(sp46_OBJECTS) $(sp46_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp47/Makefile.am:1.2 rtems/testsuites/sptests/sp47/Makefile.am:1.3
--- rtems/testsuites/sptests/sp47/Makefile.am:1.2	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp47/Makefile.am	Thu Dec  8 15:38:37 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp47
 sp47_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp47_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp47_OBJECTS) $(sp47_LDADD)
+LINK_OBJS = $(sp47_OBJECTS)
 LINK_LIBS = $(sp47_LDLIBS)
 
 sp47$(EXEEXT): $(sp47_OBJECTS) $(sp47_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp48/Makefile.am:1.2 rtems/testsuites/sptests/sp48/Makefile.am:1.3
--- rtems/testsuites/sptests/sp48/Makefile.am:1.2	Fri Apr  3 07:48:13 2009
+++ rtems/testsuites/sptests/sp48/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp48
 sp48_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp48_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp48_OBJECTS) $(sp48_LDADD)
+LINK_OBJS = $(sp48_OBJECTS)
 LINK_LIBS = $(sp48_LDLIBS)
 
 sp48$(EXEEXT): $(sp48_OBJECTS) $(sp48_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp49/Makefile.am:1.1 rtems/testsuites/sptests/sp49/Makefile.am:1.2
--- rtems/testsuites/sptests/sp49/Makefile.am:1.1	Thu May 21 09:34:14 2009
+++ rtems/testsuites/sptests/sp49/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp49
 sp49_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp49_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp49_OBJECTS) $(sp49_LDADD)
+LINK_OBJS = $(sp49_OBJECTS)
 LINK_LIBS = $(sp49_LDLIBS)
 
 sp49$(EXEEXT): $(sp49_OBJECTS) $(sp49_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp50/Makefile.am:1.1 rtems/testsuites/sptests/sp50/Makefile.am:1.2
--- rtems/testsuites/sptests/sp50/Makefile.am:1.1	Thu May 21 10:42:52 2009
+++ rtems/testsuites/sptests/sp50/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp50
 sp50_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp50_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp50_OBJECTS) $(sp50_LDADD)
+LINK_OBJS = $(sp50_OBJECTS)
 LINK_LIBS = $(sp50_LDLIBS)
 
 sp50$(EXEEXT): $(sp50_OBJECTS) $(sp50_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp51/Makefile.am:1.1 rtems/testsuites/sptests/sp51/Makefile.am:1.2
--- rtems/testsuites/sptests/sp51/Makefile.am:1.1	Thu May 21 14:40:07 2009
+++ rtems/testsuites/sptests/sp51/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp51
 sp51_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp51_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp51_OBJECTS) $(sp51_LDADD)
+LINK_OBJS = $(sp51_OBJECTS)
 LINK_LIBS = $(sp51_LDLIBS)
 
 sp51$(EXEEXT): $(sp51_OBJECTS) $(sp51_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp52/Makefile.am:1.1 rtems/testsuites/sptests/sp52/Makefile.am:1.2
--- rtems/testsuites/sptests/sp52/Makefile.am:1.1	Mon Jun  8 16:05:20 2009
+++ rtems/testsuites/sptests/sp52/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp52
 sp52_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp52_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp52_OBJECTS) $(sp52_LDADD)
+LINK_OBJS = $(sp52_OBJECTS)
 LINK_LIBS = $(sp52_LDLIBS)
 
 sp52$(EXEEXT): $(sp52_OBJECTS) $(sp52_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp53/Makefile.am:1.1 rtems/testsuites/sptests/sp53/Makefile.am:1.2
--- rtems/testsuites/sptests/sp53/Makefile.am:1.1	Mon Jun  8 16:05:20 2009
+++ rtems/testsuites/sptests/sp53/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp53
 sp53_SOURCES = ../sp52/init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp53_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DUSE_TIMER_SERVER
 
-LINK_OBJS = $(sp53_OBJECTS) $(sp53_LDADD)
+LINK_OBJS = $(sp53_OBJECTS)
 LINK_LIBS = $(sp53_LDLIBS)
 
 sp53$(EXEEXT): $(sp53_OBJECTS) $(sp53_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp54/Makefile.am:1.2 rtems/testsuites/sptests/sp54/Makefile.am:1.3
--- rtems/testsuites/sptests/sp54/Makefile.am:1.2	Wed Jul  8 15:25:30 2009
+++ rtems/testsuites/sptests/sp54/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp54
 sp54_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp54_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp54_OBJECTS) $(sp54_LDADD)
+LINK_OBJS = $(sp54_OBJECTS)
 LINK_LIBS = $(sp54_LDLIBS)
 
 sp54$(EXEEXT): $(sp54_OBJECTS) $(sp54_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp55/Makefile.am:1.2 rtems/testsuites/sptests/sp55/Makefile.am:1.3
--- rtems/testsuites/sptests/sp55/Makefile.am:1.2	Wed Jul  8 15:25:30 2009
+++ rtems/testsuites/sptests/sp55/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp55
 sp55_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp55_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp55_OBJECTS) $(sp55_LDADD)
+LINK_OBJS = $(sp55_OBJECTS)
 LINK_LIBS = $(sp55_LDLIBS)
 
 sp55$(EXEEXT): $(sp55_OBJECTS) $(sp55_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp56/Makefile.am:1.2 rtems/testsuites/sptests/sp56/Makefile.am:1.3
--- rtems/testsuites/sptests/sp56/Makefile.am:1.2	Wed Jul  8 15:25:30 2009
+++ rtems/testsuites/sptests/sp56/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp56
 sp56_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp56_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp56_OBJECTS) $(sp56_LDADD)
+LINK_OBJS = $(sp56_OBJECTS)
 LINK_LIBS = $(sp56_LDLIBS)
 
 sp56$(EXEEXT): $(sp56_OBJECTS) $(sp56_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp57/Makefile.am:1.2 rtems/testsuites/sptests/sp57/Makefile.am:1.3
--- rtems/testsuites/sptests/sp57/Makefile.am:1.2	Wed Jul  8 15:25:30 2009
+++ rtems/testsuites/sptests/sp57/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp57
 sp57_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp57_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp57_OBJECTS) $(sp57_LDADD)
+LINK_OBJS = $(sp57_OBJECTS)
 LINK_LIBS = $(sp57_LDLIBS)
 
 sp57$(EXEEXT): $(sp57_OBJECTS) $(sp57_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp58/Makefile.am:1.1 rtems/testsuites/sptests/sp58/Makefile.am:1.2
--- rtems/testsuites/sptests/sp58/Makefile.am:1.1	Thu Jul  9 13:21:58 2009
+++ rtems/testsuites/sptests/sp58/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp58
 sp58_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp58_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp58_OBJECTS) $(sp58_LDADD)
+LINK_OBJS = $(sp58_OBJECTS)
 LINK_LIBS = $(sp58_LDLIBS)
 
 sp58$(EXEEXT): $(sp58_OBJECTS) $(sp58_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp59/Makefile.am:1.1 rtems/testsuites/sptests/sp59/Makefile.am:1.2
--- rtems/testsuites/sptests/sp59/Makefile.am:1.1	Thu Jul  9 15:23:38 2009
+++ rtems/testsuites/sptests/sp59/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp59
 sp59_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp59_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp59_OBJECTS) $(sp59_LDADD)
+LINK_OBJS = $(sp59_OBJECTS)
 LINK_LIBS = $(sp59_LDLIBS)
 
 sp59$(EXEEXT): $(sp59_OBJECTS) $(sp59_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp60/Makefile.am:1.1 rtems/testsuites/sptests/sp60/Makefile.am:1.2
--- rtems/testsuites/sptests/sp60/Makefile.am:1.1	Sun Jul 19 20:05:33 2009
+++ rtems/testsuites/sptests/sp60/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp60
 sp60_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp60_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp60_OBJECTS) $(sp60_LDADD)
+LINK_OBJS = $(sp60_OBJECTS)
 LINK_LIBS = $(sp60_LDLIBS)
 
 sp60$(EXEEXT): $(sp60_OBJECTS) $(sp60_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp62/Makefile.am:1.1 rtems/testsuites/sptests/sp62/Makefile.am:1.2
--- rtems/testsuites/sptests/sp62/Makefile.am:1.1	Tue Jul 28 18:49:47 2009
+++ rtems/testsuites/sptests/sp62/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp62
 sp62_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp62_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp62_OBJECTS) $(sp62_LDADD)
+LINK_OBJS = $(sp62_OBJECTS)
 LINK_LIBS = $(sp62_LDLIBS)
 
 sp62$(EXEEXT): $(sp62_OBJECTS) $(sp62_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp63/Makefile.am:1.1 rtems/testsuites/sptests/sp63/Makefile.am:1.2
--- rtems/testsuites/sptests/sp63/Makefile.am:1.1	Fri Jul 31 19:25:20 2009
+++ rtems/testsuites/sptests/sp63/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp63
 sp63_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp63_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp63_OBJECTS) $(sp63_LDADD)
+LINK_OBJS = $(sp63_OBJECTS)
 LINK_LIBS = $(sp63_LDLIBS)
 
 sp63$(EXEEXT): $(sp63_OBJECTS) $(sp63_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp64/Makefile.am:1.1 rtems/testsuites/sptests/sp64/Makefile.am:1.2
--- rtems/testsuites/sptests/sp64/Makefile.am:1.1	Wed Aug  5 15:58:16 2009
+++ rtems/testsuites/sptests/sp64/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp64
 sp64_SOURCES = init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp64_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp64_OBJECTS) $(sp64_LDADD)
+LINK_OBJS = $(sp64_OBJECTS)
 LINK_LIBS = $(sp64_LDLIBS)
 
 sp64$(EXEEXT): $(sp64_OBJECTS) $(sp64_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp65/Makefile.am:1.1 rtems/testsuites/sptests/sp65/Makefile.am:1.2
--- rtems/testsuites/sptests/sp65/Makefile.am:1.1	Wed Aug 12 08:09:36 2009
+++ rtems/testsuites/sptests/sp65/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp65
 sp65_SOURCES = init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp65_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp65_OBJECTS) $(sp65_LDADD)
+LINK_OBJS = $(sp65_OBJECTS)
 LINK_LIBS = $(sp65_LDLIBS)
 
 sp65$(EXEEXT): $(sp65_OBJECTS) $(sp65_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp66/Makefile.am:1.1 rtems/testsuites/sptests/sp66/Makefile.am:1.2
--- rtems/testsuites/sptests/sp66/Makefile.am:1.1	Mon Sep 14 15:05:44 2009
+++ rtems/testsuites/sptests/sp66/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp66
 sp66_SOURCES = ../sp65/init.c
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp66_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DINHERIT_CEILING
 
-LINK_OBJS = $(sp66_OBJECTS) $(sp66_LDADD)
+LINK_OBJS = $(sp66_OBJECTS)
 LINK_LIBS = $(sp66_LDLIBS)
 
 sp66$(EXEEXT): $(sp66_OBJECTS) $(sp66_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp67/Makefile.am:1.1 rtems/testsuites/sptests/sp67/Makefile.am:1.2
--- rtems/testsuites/sptests/sp67/Makefile.am:1.1	Sat Oct 10 10:03:30 2009
+++ rtems/testsuites/sptests/sp67/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp67
 sp67_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp67_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp67_OBJECTS) $(sp67_LDADD)
+LINK_OBJS = $(sp67_OBJECTS)
 LINK_LIBS = $(sp67_LDLIBS)
 
 sp67$(EXEEXT): $(sp67_OBJECTS) $(sp67_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp68/Makefile.am:1.1 rtems/testsuites/sptests/sp68/Makefile.am:1.2
--- rtems/testsuites/sptests/sp68/Makefile.am:1.1	Mon Nov 30 03:08:35 2009
+++ rtems/testsuites/sptests/sp68/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp68
 sp68_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp68_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp68_OBJECTS) $(sp68_LDADD)
+LINK_OBJS = $(sp68_OBJECTS)
 LINK_LIBS = $(sp68_LDLIBS)
 
 sp68$(EXEEXT): $(sp68_OBJECTS) $(sp68_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp69/Makefile.am:1.3 rtems/testsuites/sptests/sp69/Makefile.am:1.4
--- rtems/testsuites/sptests/sp69/Makefile.am:1.3	Mon Jun 28 09:28:40 2010
+++ rtems/testsuites/sptests/sp69/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp69
 sp69_SOURCES = init.c ../../support/src/spin.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sp69_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp69_OBJECTS) $(sp69_LDADD)
+LINK_OBJS = $(sp69_OBJECTS)
 LINK_LIBS = $(sp69_LDLIBS)
 
 sp69$(EXEEXT): $(sp69_OBJECTS) $(sp69_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp70/Makefile.am:1.2 rtems/testsuites/sptests/sp70/Makefile.am:1.3
--- rtems/testsuites/sptests/sp70/Makefile.am:1.2	Mon Jun 28 08:24:25 2010
+++ rtems/testsuites/sptests/sp70/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp70
 sp70_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp70_OBJECTS) $(sp70_LDADD)
+LINK_OBJS = $(sp70_OBJECTS)
 LINK_LIBS = $(sp70_LDLIBS)
 
 sp70$(EXEEXT): $(sp70_OBJECTS) $(sp70_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp71/Makefile.am:1.2 rtems/testsuites/sptests/sp71/Makefile.am:1.3
--- rtems/testsuites/sptests/sp71/Makefile.am:1.2	Mon Jun 28 08:51:04 2010
+++ rtems/testsuites/sptests/sp71/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp71
 sp71_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp71_OBJECTS) $(sp71_LDADD)
+LINK_OBJS = $(sp71_OBJECTS)
 LINK_LIBS = $(sp71_LDLIBS)
 
 sp71$(EXEEXT): $(sp71_OBJECTS) $(sp71_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp72/Makefile.am:1.1 rtems/testsuites/sptests/sp72/Makefile.am:1.2
--- rtems/testsuites/sptests/sp72/Makefile.am:1.1	Mon Jul 26 10:38:40 2010
+++ rtems/testsuites/sptests/sp72/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp72
 sp72_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp72_OBJECTS) $(sp72_LDADD)
+LINK_OBJS = $(sp72_OBJECTS)
 LINK_LIBS = $(sp72_LDLIBS)
 
 sp72$(EXEEXT): $(sp72_OBJECTS) $(sp72_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp73/Makefile.am:1.1 rtems/testsuites/sptests/sp73/Makefile.am:1.2
--- rtems/testsuites/sptests/sp73/Makefile.am:1.1	Fri Mar 11 10:39:27 2011
+++ rtems/testsuites/sptests/sp73/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp73 
 sp73_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp73_OBJECTS) $(sp73_LDADD)
+LINK_OBJS = $(sp73_OBJECTS)
 LINK_LIBS = $(sp73_LDLIBS)
 
 sp73$(EXEEXT): $(sp73_OBJECTS) $(sp73_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp74/Makefile.am:1.1 rtems/testsuites/sptests/sp74/Makefile.am:1.2
--- rtems/testsuites/sptests/sp74/Makefile.am:1.1	Tue Jul 26 12:30:28 2011
+++ rtems/testsuites/sptests/sp74/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp74 
 sp74_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp74_OBJECTS) $(sp74_LDADD)
+LINK_OBJS = $(sp74_OBJECTS)
 LINK_LIBS = $(sp74_LDLIBS)
 
 sp74$(EXEEXT): $(sp74_OBJECTS) $(sp74_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp75/Makefile.am:1.1 rtems/testsuites/sptests/sp75/Makefile.am:1.2
--- rtems/testsuites/sptests/sp75/Makefile.am:1.1	Tue Jul 26 15:53:09 2011
+++ rtems/testsuites/sptests/sp75/Makefile.am	Thu Dec  8 15:38:38 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp75
 sp75_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp75_OBJECTS) $(sp75_LDADD)
+LINK_OBJS = $(sp75_OBJECTS)
 LINK_LIBS = $(sp75_LDLIBS)
 
 sp75$(EXEEXT): $(sp75_OBJECTS) $(sp75_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sp76/Makefile.am:1.1 rtems/testsuites/sptests/sp76/Makefile.am:1.2
--- rtems/testsuites/sptests/sp76/Makefile.am:1.1	Thu Jul 28 16:06:43 2011
+++ rtems/testsuites/sptests/sp76/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sp76
 sp76_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sp76_OBJECTS) $(sp76_LDADD)
+LINK_OBJS = $(sp76_OBJECTS)
 LINK_LIBS = $(sp76_LDLIBS)
 
 sp76$(EXEEXT): $(sp76_OBJECTS) $(sp76_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spassoc01/Makefile.am:1.1 rtems/testsuites/sptests/spassoc01/Makefile.am:1.2
--- rtems/testsuites/sptests/spassoc01/Makefile.am:1.1	Wed Jul  7 09:16:55 2010
+++ rtems/testsuites/sptests/spassoc01/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spassoc01_OBJECTS) $(spassoc01_LDADD)
+LINK_OBJS = $(spassoc01_OBJECTS)
 LINK_LIBS = $(spassoc01_LDLIBS)
 
 spassoc01$(EXEEXT): $(spassoc01_OBJECTS) $(spassoc01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spcbssched01/Makefile.am:1.2 rtems/testsuites/sptests/spcbssched01/Makefile.am:1.3
--- rtems/testsuites/sptests/spcbssched01/Makefile.am:1.2	Thu Sep 15 10:58:46 2011
+++ rtems/testsuites/sptests/spcbssched01/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spcbssched01
 spcbssched01_SOURCES = init.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spcbssched01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spcbssched01_OBJECTS) $(spcbssched01_LDADD)
+LINK_OBJS = $(spcbssched01_OBJECTS)
 LINK_LIBS = $(spcbssched01_LDLIBS)
 
 spcbssched01$(EXEEXT): $(spcbssched01_OBJECTS) $(spcbssched01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spcbssched02/Makefile.am:1.2 rtems/testsuites/sptests/spcbssched02/Makefile.am:1.3
--- rtems/testsuites/sptests/spcbssched02/Makefile.am:1.2	Thu Sep 15 10:58:46 2011
+++ rtems/testsuites/sptests/spcbssched02/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spcbssched02
 spcbssched02_SOURCES = init.c task_periodic.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spcbssched02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spcbssched02_OBJECTS) $(spcbssched02_LDADD)
+LINK_OBJS = $(spcbssched02_OBJECTS)
 LINK_LIBS = $(spcbssched02_LDLIBS)
 
 spcbssched02$(EXEEXT): $(spcbssched02_OBJECTS) $(spcbssched02_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spcbssched03/Makefile.am:1.2 rtems/testsuites/sptests/spcbssched03/Makefile.am:1.3
--- rtems/testsuites/sptests/spcbssched03/Makefile.am:1.2	Thu Sep 15 10:58:46 2011
+++ rtems/testsuites/sptests/spcbssched03/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spcbssched03
 spcbssched03_SOURCES = init.c tasks_periodic.c tasks_aperiodic.c system.h \
@@ -15,11 +14,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spcbssched03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spcbssched03_OBJECTS) $(spcbssched03_LDADD)
+LINK_OBJS = $(spcbssched03_OBJECTS)
 LINK_LIBS = $(spcbssched03_LDLIBS)
 
 spcbssched03$(EXEEXT): $(spcbssched03_OBJECTS) $(spcbssched03_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spchain/Makefile.am:1.2 rtems/testsuites/sptests/spchain/Makefile.am:1.3
--- rtems/testsuites/sptests/spchain/Makefile.am:1.2	Wed Jul  8 15:25:30 2009
+++ rtems/testsuites/sptests/spchain/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spchain
 spchain_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spchain_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spchain_OBJECTS) $(spchain_LDADD)
+LINK_OBJS = $(spchain_OBJECTS)
 LINK_LIBS = $(spchain_LDLIBS)
 
 spchain$(EXEEXT): $(spchain_OBJECTS) $(spchain_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spclockget/Makefile.am:1.1 rtems/testsuites/sptests/spclockget/Makefile.am:1.2
--- rtems/testsuites/sptests/spclockget/Makefile.am:1.1	Mon Aug 10 12:04:50 2009
+++ rtems/testsuites/sptests/spclockget/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spclockget
 spclockget_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spclockget_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spclockget_OBJECTS) $(spclockget_LDADD)
+LINK_OBJS = $(spclockget_OBJECTS)
 LINK_LIBS = $(spclockget_LDLIBS)
 
 spclockget$(EXEEXT): $(spclockget_OBJECTS) $(spclockget_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spcoverage/Makefile.am:1.1 rtems/testsuites/sptests/spcoverage/Makefile.am:1.2
--- rtems/testsuites/sptests/spcoverage/Makefile.am:1.1	Tue Aug 11 12:53:09 2009
+++ rtems/testsuites/sptests/spcoverage/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spcoverage
 spcoverage_SOURCES = init.c
@@ -14,12 +13,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spcoverage_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/include
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spcoverage_OBJECTS) $(spcoverage_LDADD)
+LINK_OBJS = $(spcoverage_OBJECTS)
 LINK_LIBS = $(spcoverage_LDLIBS)
 
 spcoverage$(EXEEXT): $(spcoverage_OBJECTS) $(spcoverage_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spedfsched01/Makefile.am:1.2 rtems/testsuites/sptests/spedfsched01/Makefile.am:1.3
--- rtems/testsuites/sptests/spedfsched01/Makefile.am:1.2	Sun Sep 11 15:57:16 2011
+++ rtems/testsuites/sptests/spedfsched01/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spedfsched01
 spedfsched01_SOURCES = init.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spedfsched01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spedfsched01_OBJECTS) $(spedfsched01_LDADD)
+LINK_OBJS = $(spedfsched01_OBJECTS)
 LINK_LIBS = $(spedfsched01_LDLIBS)
 
 spedfsched01$(EXEEXT): $(spedfsched01_OBJECTS) $(spedfsched01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spedfsched02/Makefile.am:1.2 rtems/testsuites/sptests/spedfsched02/Makefile.am:1.3
--- rtems/testsuites/sptests/spedfsched02/Makefile.am:1.2	Sun Sep 11 15:57:16 2011
+++ rtems/testsuites/sptests/spedfsched02/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spedfsched02
 spedfsched02_SOURCES = init.c getall.c task1.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spedfsched02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spedfsched02_OBJECTS) $(spedfsched02_LDADD)
+LINK_OBJS = $(spedfsched02_OBJECTS)
 LINK_LIBS = $(spedfsched02_LDLIBS)
 
 spedfsched02$(EXEEXT): $(spedfsched02_OBJECTS) $(spedfsched02_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spedfsched03/Makefile.am:1.2 rtems/testsuites/sptests/spedfsched03/Makefile.am:1.3
--- rtems/testsuites/sptests/spedfsched03/Makefile.am:1.2	Sun Sep 11 15:57:16 2011
+++ rtems/testsuites/sptests/spedfsched03/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spedfsched03
 spedfsched03_SOURCES = init.c tasks_periodic.c tasks_aperiodic.c system.h edfparams.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spedfsched03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spedfsched03_OBJECTS) $(spedfsched03_LDADD)
+LINK_OBJS = $(spedfsched03_OBJECTS)
 LINK_LIBS = $(spedfsched03_LDLIBS)
 
 spedfsched03$(EXEEXT): $(spedfsched03_OBJECTS) $(spedfsched03_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sperror01/Makefile.am:1.1 rtems/testsuites/sptests/sperror01/Makefile.am:1.2
--- rtems/testsuites/sptests/sperror01/Makefile.am:1.1	Mon Jun 28 09:03:45 2010
+++ rtems/testsuites/sptests/sperror01/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sperror01
 sperror01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sperror01_OBJECTS) $(sperror01_LDADD)
+LINK_OBJS = $(sperror01_OBJECTS)
 LINK_LIBS = $(sperror01_LDLIBS)
 
 sperror01$(EXEEXT): $(sperror01_OBJECTS) $(sperror01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sperror02/Makefile.am:1.1 rtems/testsuites/sptests/sperror02/Makefile.am:1.2
--- rtems/testsuites/sptests/sperror02/Makefile.am:1.1	Mon Jun 28 09:03:45 2010
+++ rtems/testsuites/sptests/sperror02/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sperror02
 sperror02_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sperror02_OBJECTS) $(sperror02_LDADD)
+LINK_OBJS = $(sperror02_OBJECTS)
 LINK_LIBS = $(sperror02_LDLIBS)
 
 sperror02$(EXEEXT): $(sperror02_OBJECTS) $(sperror02_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sperror03/Makefile.am:1.1 rtems/testsuites/sptests/sperror03/Makefile.am:1.2
--- rtems/testsuites/sptests/sperror03/Makefile.am:1.1	Mon Jun 28 09:03:45 2010
+++ rtems/testsuites/sptests/sperror03/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sperror03
 sperror03_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sperror03_OBJECTS) $(sperror03_LDADD)
+LINK_OBJS = $(sperror03_OBJECTS)
 LINK_LIBS = $(sperror03_LDLIBS)
 
 sperror03$(EXEEXT): $(sperror03_OBJECTS) $(sperror03_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal01/Makefile.am:1.3 rtems/testsuites/sptests/spfatal01/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal01/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spfatal01/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal01
 spfatal01_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal01_OBJECTS) $(spfatal01_LDADD)
+LINK_OBJS = $(spfatal01_OBJECTS)
 LINK_LIBS = $(spfatal01_LDLIBS)
 
 spfatal01$(EXEEXT): $(spfatal01_OBJECTS) $(spfatal01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal02/Makefile.am:1.3 rtems/testsuites/sptests/spfatal02/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal02/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spfatal02/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal02
 spfatal02_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal02_OBJECTS) $(spfatal02_LDADD)
+LINK_OBJS = $(spfatal02_OBJECTS)
 LINK_LIBS = $(spfatal02_LDLIBS)
 
 spfatal02$(EXEEXT): $(spfatal02_OBJECTS) $(spfatal02_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal03/Makefile.am:1.3 rtems/testsuites/sptests/spfatal03/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal03/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spfatal03/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal03
 spfatal03_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal03_OBJECTS) $(spfatal03_LDADD)
+LINK_OBJS = $(spfatal03_OBJECTS)
 LINK_LIBS = $(spfatal03_LDLIBS)
 
 spfatal03$(EXEEXT): $(spfatal03_OBJECTS) $(spfatal03_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal04/Makefile.am:1.3 rtems/testsuites/sptests/spfatal04/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal04/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spfatal04/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal04
 spfatal04_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal04_OBJECTS) $(spfatal04_LDADD)
+LINK_OBJS = $(spfatal04_OBJECTS)
 LINK_LIBS = $(spfatal04_LDLIBS)
 
 spfatal04$(EXEEXT): $(spfatal04_OBJECTS) $(spfatal04_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal05/Makefile.am:1.3 rtems/testsuites/sptests/spfatal05/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal05/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spfatal05/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal05
 spfatal05_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal05_OBJECTS) $(spfatal05_LDADD)
+LINK_OBJS = $(spfatal05_OBJECTS)
 LINK_LIBS = $(spfatal05_LDLIBS)
 
 spfatal05$(EXEEXT): $(spfatal05_OBJECTS) $(spfatal05_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal06/Makefile.am:1.3 rtems/testsuites/sptests/spfatal06/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal06/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spfatal06/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal06
 spfatal06_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal06_OBJECTS) $(spfatal06_LDADD)
+LINK_OBJS = $(spfatal06_OBJECTS)
 LINK_LIBS = $(spfatal06_LDLIBS)
 
 spfatal06$(EXEEXT): $(spfatal06_OBJECTS) $(spfatal06_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal07/Makefile.am:1.3 rtems/testsuites/sptests/spfatal07/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal07/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spfatal07/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal07
 spfatal07_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal07_OBJECTS) $(spfatal07_LDADD)
+LINK_OBJS = $(spfatal07_OBJECTS)
 LINK_LIBS = $(spfatal07_LDLIBS)
 
 spfatal07$(EXEEXT): $(spfatal07_OBJECTS) $(spfatal07_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal08/Makefile.am:1.3 rtems/testsuites/sptests/spfatal08/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal08/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spfatal08/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal08
 spfatal08_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h testcase.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal08_OBJECTS) $(spfatal08_LDADD)
+LINK_OBJS = $(spfatal08_OBJECTS)
 LINK_LIBS = $(spfatal08_LDLIBS)
 
 spfatal08$(EXEEXT): $(spfatal08_OBJECTS) $(spfatal08_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal09/Makefile.am:1.5 rtems/testsuites/sptests/spfatal09/Makefile.am:1.6
--- rtems/testsuites/sptests/spfatal09/Makefile.am:1.5	Thu Jul  8 14:39:12 2010
+++ rtems/testsuites/sptests/spfatal09/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -15,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal09_OBJECTS) $(spfatal09_LDADD)
+LINK_OBJS = $(spfatal09_OBJECTS)
 LINK_LIBS = $(spfatal09_LDLIBS)
 
 spfatal09$(EXEEXT): $(spfatal09_OBJECTS) $(spfatal09_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal10/Makefile.am:1.5 rtems/testsuites/sptests/spfatal10/Makefile.am:1.6
--- rtems/testsuites/sptests/spfatal10/Makefile.am:1.5	Fri Sep  4 16:28:56 2009
+++ rtems/testsuites/sptests/spfatal10/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal10
 spfatal10_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h \
@@ -15,11 +14,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal10_OBJECTS) $(spfatal10_LDADD)
+LINK_OBJS = $(spfatal10_OBJECTS)
 LINK_LIBS = $(spfatal10_LDLIBS)
 
 spfatal10$(EXEEXT): $(spfatal10_OBJECTS) $(spfatal10_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal11/Makefile.am:1.3 rtems/testsuites/sptests/spfatal11/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal11/Makefile.am:1.3	Fri Sep  4 16:28:56 2009
+++ rtems/testsuites/sptests/spfatal11/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal11
 spfatal11_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h \
@@ -15,11 +14,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal11_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal11_OBJECTS) $(spfatal11_LDADD)
+LINK_OBJS = $(spfatal11_OBJECTS)
 LINK_LIBS = $(spfatal11_LDLIBS)
 
 spfatal11$(EXEEXT): $(spfatal11_OBJECTS) $(spfatal11_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal12/Makefile.am:1.3 rtems/testsuites/sptests/spfatal12/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal12/Makefile.am:1.3	Fri Sep  4 16:28:56 2009
+++ rtems/testsuites/sptests/spfatal12/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal12
 spfatal12_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h \
@@ -15,11 +14,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal12_OBJECTS) $(spfatal12_LDADD)
+LINK_OBJS = $(spfatal12_OBJECTS)
 LINK_LIBS = $(spfatal12_LDLIBS)
 
 spfatal12$(EXEEXT): $(spfatal12_OBJECTS) $(spfatal12_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal13/Makefile.am:1.1 rtems/testsuites/sptests/spfatal13/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal13/Makefile.am:1.1	Wed Mar 10 12:14:43 2010
+++ rtems/testsuites/sptests/spfatal13/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal13
 spfatal13_SOURCES = ../spfatal_support/init.c ../spfatal_support/system.h \
@@ -15,11 +14,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spfatal13_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal13_OBJECTS) $(spfatal13_LDADD)
+LINK_OBJS = $(spfatal13_OBJECTS)
 LINK_LIBS = $(spfatal13_LDLIBS)
 
 spfatal13$(EXEEXT): $(spfatal13_OBJECTS) $(spfatal13_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal14/Makefile.am:1.3 rtems/testsuites/sptests/spfatal14/Makefile.am:1.4
--- rtems/testsuites/sptests/spfatal14/Makefile.am:1.3	Mon Aug 22 05:08:25 2011
+++ rtems/testsuites/sptests/spfatal14/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal14
 spfatal14_SOURCES = ../spfatal_support/init.c \
@@ -19,7 +18,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSEMAPHORES_REMAINING=5
 
-LINK_OBJS = $(spfatal14_OBJECTS) $(spfatal14_LDADD)
+LINK_OBJS = $(spfatal14_OBJECTS)
 LINK_LIBS = $(spfatal14_LDLIBS)
 
 spfatal14$(EXEEXT): $(spfatal14_OBJECTS) $(spfatal14_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal15/Makefile.am:1.2 rtems/testsuites/sptests/spfatal15/Makefile.am:1.3
--- rtems/testsuites/sptests/spfatal15/Makefile.am:1.2	Sun Aug 21 16:04:37 2011
+++ rtems/testsuites/sptests/spfatal15/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal15
 spfatal15_SOURCES = ../spfatal_support/init.c \
@@ -19,7 +18,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSEMAPHORES_REMAINING=6
 
-LINK_OBJS = $(spfatal15_OBJECTS) $(spfatal15_LDADD)
+LINK_OBJS = $(spfatal15_OBJECTS)
 LINK_LIBS = $(spfatal15_LDLIBS)
 
 spfatal15$(EXEEXT): $(spfatal15_OBJECTS) $(spfatal15_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal16/Makefile.am:1.2 rtems/testsuites/sptests/spfatal16/Makefile.am:1.3
--- rtems/testsuites/sptests/spfatal16/Makefile.am:1.2	Sun Aug 21 16:04:37 2011
+++ rtems/testsuites/sptests/spfatal16/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal16
 spfatal16_SOURCES = ../spfatal_support/init.c \
@@ -19,7 +18,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSEMAPHORES_REMAINING=4
 
-LINK_OBJS = $(spfatal16_OBJECTS) $(spfatal16_LDADD)
+LINK_OBJS = $(spfatal16_OBJECTS)
 LINK_LIBS = $(spfatal16_LDLIBS)
 
 spfatal16$(EXEEXT): $(spfatal16_OBJECTS) $(spfatal16_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal17/Makefile.am:1.1 rtems/testsuites/sptests/spfatal17/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal17/Makefile.am:1.1	Mon Jun 21 21:15:42 2010
+++ rtems/testsuites/sptests/spfatal17/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal17
 spfatal17_SOURCES = ../spfatal_support/init.c \
@@ -19,7 +18,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSEMAPHORES_REMAINING=4
 
-LINK_OBJS = $(spfatal17_OBJECTS) $(spfatal17_LDADD)
+LINK_OBJS = $(spfatal17_OBJECTS)
 LINK_LIBS = $(spfatal17_LDLIBS)
 
 spfatal17$(EXEEXT): $(spfatal17_OBJECTS) $(spfatal17_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal18/Makefile.am:1.1 rtems/testsuites/sptests/spfatal18/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal18/Makefile.am:1.1	Mon Jun 21 21:15:45 2010
+++ rtems/testsuites/sptests/spfatal18/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal18
 spfatal18_SOURCES = ../spfatal_support/init.c \
@@ -19,7 +18,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSEMAPHORES_REMAINING=3
 
-LINK_OBJS = $(spfatal18_OBJECTS) $(spfatal18_LDADD)
+LINK_OBJS = $(spfatal18_OBJECTS)
 LINK_LIBS = $(spfatal18_LDLIBS)
 
 spfatal18$(EXEEXT): $(spfatal18_OBJECTS) $(spfatal18_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal19/Makefile.am:1.1 rtems/testsuites/sptests/spfatal19/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal19/Makefile.am:1.1	Mon Jun 21 21:15:46 2010
+++ rtems/testsuites/sptests/spfatal19/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal19
 spfatal19_SOURCES = ../spfatal_support/init.c \
@@ -19,7 +18,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSEMAPHORES_REMAINING=2
 
-LINK_OBJS = $(spfatal19_OBJECTS) $(spfatal19_LDADD)
+LINK_OBJS = $(spfatal19_OBJECTS)
 LINK_LIBS = $(spfatal19_LDLIBS)
 
 spfatal19$(EXEEXT): $(spfatal19_OBJECTS) $(spfatal19_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal20/Makefile.am:1.1 rtems/testsuites/sptests/spfatal20/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal20/Makefile.am:1.1	Mon Jul  5 20:53:09 2010
+++ rtems/testsuites/sptests/spfatal20/Makefile.am	Thu Dec  8 15:38:39 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfatal20
 spfatal20_SOURCES = ../spfatal_support/init.c \
@@ -19,7 +18,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -DSEMAPHORES_REMAINING=0
 
-LINK_OBJS = $(spfatal20_OBJECTS) $(spfatal20_LDADD)
+LINK_OBJS = $(spfatal20_OBJECTS)
 LINK_LIBS = $(spfatal20_LDLIBS)
 
 spfatal20$(EXEEXT): $(spfatal20_OBJECTS) $(spfatal20_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal21/Makefile.am:1.2 rtems/testsuites/sptests/spfatal21/Makefile.am:1.3
--- rtems/testsuites/sptests/spfatal21/Makefile.am:1.2	Wed Jul 14 12:03:36 2010
+++ rtems/testsuites/sptests/spfatal21/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -15,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal21_OBJECTS) $(spfatal21_LDADD)
+LINK_OBJS = $(spfatal21_OBJECTS)
 LINK_LIBS = $(spfatal21_LDLIBS)
 
 spfatal21$(EXEEXT): $(spfatal21_OBJECTS) $(spfatal21_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal22/Makefile.am:1.1 rtems/testsuites/sptests/spfatal22/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal22/Makefile.am:1.1	Wed Jul 14 11:02:40 2010
+++ rtems/testsuites/sptests/spfatal22/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -15,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal22_OBJECTS) $(spfatal22_LDADD)
+LINK_OBJS = $(spfatal22_OBJECTS)
 LINK_LIBS = $(spfatal22_LDLIBS)
 
 spfatal22$(EXEEXT): $(spfatal22_OBJECTS) $(spfatal22_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal23/Makefile.am:1.1 rtems/testsuites/sptests/spfatal23/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal23/Makefile.am:1.1	Tue Aug 10 17:58:00 2010
+++ rtems/testsuites/sptests/spfatal23/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -15,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal23_OBJECTS) $(spfatal23_LDADD)
+LINK_OBJS = $(spfatal23_OBJECTS)
 LINK_LIBS = $(spfatal23_LDLIBS)
 
 spfatal23$(EXEEXT): $(spfatal23_OBJECTS) $(spfatal23_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal24/Makefile.am:1.1 rtems/testsuites/sptests/spfatal24/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal24/Makefile.am:1.1	Mon Aug 23 03:27:34 2010
+++ rtems/testsuites/sptests/spfatal24/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -15,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal24_OBJECTS) $(spfatal24_LDADD)
+LINK_OBJS = $(spfatal24_OBJECTS)
 LINK_LIBS = $(spfatal24_LDLIBS)
 
 spfatal24$(EXEEXT): $(spfatal24_OBJECTS) $(spfatal24_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfatal25/Makefile.am:1.1 rtems/testsuites/sptests/spfatal25/Makefile.am:1.2
--- rtems/testsuites/sptests/spfatal25/Makefile.am:1.1	Mon Aug 23 03:27:34 2010
+++ rtems/testsuites/sptests/spfatal25/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -15,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfatal25_OBJECTS) $(spfatal25_LDADD)
+LINK_OBJS = $(spfatal25_OBJECTS)
 LINK_LIBS = $(spfatal25_LDLIBS)
 
 spfatal25$(EXEEXT): $(spfatal25_OBJECTS) $(spfatal25_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfifo01/Makefile.am:1.3 rtems/testsuites/sptests/spfifo01/Makefile.am:1.4
--- rtems/testsuites/sptests/spfifo01/Makefile.am:1.3	Thu Jun 24 14:46:40 2010
+++ rtems/testsuites/sptests/spfifo01/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfifo01
 spfifo01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfifo01_OBJECTS) $(spfifo01_LDADD)
+LINK_OBJS = $(spfifo01_OBJECTS)
 LINK_LIBS = $(spfifo01_LDLIBS)
 
 spfifo01$(EXEEXT): $(spfifo01_OBJECTS) $(spfifo01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfifo02/Makefile.am:1.4 rtems/testsuites/sptests/spfifo02/Makefile.am:1.5
--- rtems/testsuites/sptests/spfifo02/Makefile.am:1.4	Mon Jun 28 08:51:05 2010
+++ rtems/testsuites/sptests/spfifo02/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfifo02
 spfifo02_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfifo02_OBJECTS) $(spfifo02_LDADD)
+LINK_OBJS = $(spfifo02_OBJECTS)
 LINK_LIBS = $(spfifo02_LDLIBS)
 
 spfifo02$(EXEEXT): $(spfifo02_OBJECTS) $(spfifo02_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfifo03/Makefile.am:1.3 rtems/testsuites/sptests/spfifo03/Makefile.am:1.4
--- rtems/testsuites/sptests/spfifo03/Makefile.am:1.3	Thu Jun 24 14:46:40 2010
+++ rtems/testsuites/sptests/spfifo03/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfifo03
 spfifo03_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfifo03_OBJECTS) $(spfifo03_LDADD)
+LINK_OBJS = $(spfifo03_OBJECTS)
 LINK_LIBS = $(spfifo03_LDLIBS)
 
 spfifo03$(EXEEXT): $(spfifo03_OBJECTS) $(spfifo03_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfifo04/Makefile.am:1.4 rtems/testsuites/sptests/spfifo04/Makefile.am:1.5
--- rtems/testsuites/sptests/spfifo04/Makefile.am:1.4	Fri Jul  2 13:07:12 2010
+++ rtems/testsuites/sptests/spfifo04/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spfifo04
 spfifo04_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfifo04_OBJECTS) $(spfifo04_LDADD)
+LINK_OBJS = $(spfifo04_OBJECTS)
 LINK_LIBS = $(spfifo04_LDLIBS)
 
 spfifo04$(EXEEXT): $(spfifo04_OBJECTS) $(spfifo04_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spfifo05/Makefile.am:1.1 rtems/testsuites/sptests/spfifo05/Makefile.am:1.2
--- rtems/testsuites/sptests/spfifo05/Makefile.am:1.1	Mon Jul  5 15:14:19 2010
+++ rtems/testsuites/sptests/spfifo05/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spfifo05_OBJECTS) $(spfifo05_LDADD)
+LINK_OBJS = $(spfifo05_OBJECTS)
 LINK_LIBS = $(spfifo05_LDLIBS)
 
 spfifo05$(EXEEXT): $(spfifo05_OBJECTS) $(spfifo05_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spheapprot/Makefile.am:1.1 rtems/testsuites/sptests/spheapprot/Makefile.am:1.2
--- rtems/testsuites/sptests/spheapprot/Makefile.am:1.1	Wed Aug 25 08:05:47 2010
+++ rtems/testsuites/sptests/spheapprot/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = spheapprot
 spheapprot_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spheapprot_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spheapprot_OBJECTS) $(spheapprot_LDADD)
+LINK_OBJS = $(spheapprot_OBJECTS)
 LINK_LIBS = $(spheapprot_LDLIBS)
 
 spheapprot$(EXEEXT): $(spheapprot_OBJECTS) $(spheapprot_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical01/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical01/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical01/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical01/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical01
 spintrcritical01_SOURCES = init.c ../spintrcritical_support/intrcritical.c
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DFIFO_NO_TIMEOUT
 
-LINK_OBJS = $(spintrcritical01_OBJECTS) $(spintrcritical01_LDADD)
+LINK_OBJS = $(spintrcritical01_OBJECTS)
 LINK_LIBS = $(spintrcritical01_LDLIBS)
 
 spintrcritical01$(EXEEXT): $(spintrcritical01_OBJECTS) $(spintrcritical01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical02/Makefile.am:1.1 rtems/testsuites/sptests/spintrcritical02/Makefile.am:1.2
--- rtems/testsuites/sptests/spintrcritical02/Makefile.am:1.1	Fri Jul 10 15:28:10 2009
+++ rtems/testsuites/sptests/spintrcritical02/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical02
 spintrcritical02_SOURCES = ../spintrcritical01/init.c \
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DFIFO_WITH_TIMEOUT
 
-LINK_OBJS = $(spintrcritical02_OBJECTS) $(spintrcritical02_LDADD)
+LINK_OBJS = $(spintrcritical02_OBJECTS)
 LINK_LIBS = $(spintrcritical02_LDLIBS)
 
 spintrcritical02$(EXEEXT): $(spintrcritical02_OBJECTS) $(spintrcritical02_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical03/Makefile.am:1.1 rtems/testsuites/sptests/spintrcritical03/Makefile.am:1.2
--- rtems/testsuites/sptests/spintrcritical03/Makefile.am:1.1	Fri Jul 10 15:28:10 2009
+++ rtems/testsuites/sptests/spintrcritical03/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical03
 spintrcritical03_SOURCES = ../spintrcritical01/init.c \
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DPRIORITY_NO_TIMEOUT
 
-LINK_OBJS = $(spintrcritical03_OBJECTS) $(spintrcritical03_LDADD)
+LINK_OBJS = $(spintrcritical03_OBJECTS)
 LINK_LIBS = $(spintrcritical03_LDLIBS)
 
 spintrcritical03$(EXEEXT): $(spintrcritical03_OBJECTS) $(spintrcritical03_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical04/Makefile.am:1.1 rtems/testsuites/sptests/spintrcritical04/Makefile.am:1.2
--- rtems/testsuites/sptests/spintrcritical04/Makefile.am:1.1	Fri Jul 10 15:28:10 2009
+++ rtems/testsuites/sptests/spintrcritical04/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical04
 spintrcritical04_SOURCES = ../spintrcritical01/init.c \
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DPRIORITY_WITH_TIMEOUT
 
-LINK_OBJS = $(spintrcritical04_OBJECTS) $(spintrcritical04_LDADD)
+LINK_OBJS = $(spintrcritical04_OBJECTS)
 LINK_LIBS = $(spintrcritical04_LDLIBS)
 
 spintrcritical04$(EXEEXT): $(spintrcritical04_OBJECTS) $(spintrcritical04_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical05/Makefile.am:1.1 rtems/testsuites/sptests/spintrcritical05/Makefile.am:1.2
--- rtems/testsuites/sptests/spintrcritical05/Makefile.am:1.1	Fri Jul 10 15:28:10 2009
+++ rtems/testsuites/sptests/spintrcritical05/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical05
 spintrcritical05_SOURCES = ../spintrcritical01/init.c \
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DPRIORITY_NO_TIMEOUT_REVERSE
 
-LINK_OBJS = $(spintrcritical05_OBJECTS) $(spintrcritical05_LDADD)
+LINK_OBJS = $(spintrcritical05_OBJECTS)
 LINK_LIBS = $(spintrcritical05_LDLIBS)
 
 spintrcritical05$(EXEEXT): $(spintrcritical05_OBJECTS) $(spintrcritical05_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical06/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical06/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical06/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical06/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical06
 spintrcritical06_SOURCES = init.c \
@@ -16,13 +15,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DPRIORITY_NO_TIMEOUT_FORWARD
 
-LINK_OBJS = $(spintrcritical06_OBJECTS) $(spintrcritical06_LDADD)
+LINK_OBJS = $(spintrcritical06_OBJECTS)
 LINK_LIBS = $(spintrcritical06_LDLIBS)
 
 spintrcritical06$(EXEEXT): $(spintrcritical06_OBJECTS) $(spintrcritical06_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical07/Makefile.am:1.1 rtems/testsuites/sptests/spintrcritical07/Makefile.am:1.2
--- rtems/testsuites/sptests/spintrcritical07/Makefile.am:1.1	Mon Jul 20 13:38:27 2009
+++ rtems/testsuites/sptests/spintrcritical07/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical07
 spintrcritical07_SOURCES = ../spintrcritical06/init.c \
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DPRIORITY_NO_TIMEOUT_REVERSE
 
-LINK_OBJS = $(spintrcritical07_OBJECTS) $(spintrcritical07_LDADD)
+LINK_OBJS = $(spintrcritical07_OBJECTS)
 LINK_LIBS = $(spintrcritical07_LDLIBS)
 
 spintrcritical07$(EXEEXT): $(spintrcritical07_OBJECTS) $(spintrcritical07_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical08/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical08/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical08/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical08/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical08
 spintrcritical08_SOURCES = init.c \
@@ -16,12 +15,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 
-LINK_OBJS = $(spintrcritical08_OBJECTS) $(spintrcritical08_LDADD)
+LINK_OBJS = $(spintrcritical08_OBJECTS)
 LINK_LIBS = $(spintrcritical08_LDLIBS)
 
 spintrcritical08$(EXEEXT): $(spintrcritical08_OBJECTS) $(spintrcritical08_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical09/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical09/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical09/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical09/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical09
 spintrcritical09_SOURCES = init.c ../spintrcritical_support/intrcritical.c
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 
-LINK_OBJS = $(spintrcritical09_OBJECTS) $(spintrcritical09_LDADD)
+LINK_OBJS = $(spintrcritical09_OBJECTS)
 LINK_LIBS = $(spintrcritical09_LDLIBS)
 
 spintrcritical09$(EXEEXT): $(spintrcritical09_OBJECTS) $(spintrcritical09_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical10/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical10/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical10/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical10/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical10
 spintrcritical10_SOURCES = init.c ../spintrcritical_support/intrcritical.c
@@ -15,12 +14,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 
-LINK_OBJS = $(spintrcritical10_OBJECTS) $(spintrcritical10_LDADD)
+LINK_OBJS = $(spintrcritical10_OBJECTS)
 LINK_LIBS = $(spintrcritical10_LDLIBS)
 
 spintrcritical10$(EXEEXT): $(spintrcritical10_OBJECTS) $(spintrcritical10_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical11/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical11/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical11/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical11/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical11
 spintrcritical11_SOURCES = init.c ../spintrcritical_support/intrcritical.c
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical11_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DEVENT_ANY
 
-LINK_OBJS = $(spintrcritical11_OBJECTS) $(spintrcritical11_LDADD)
+LINK_OBJS = $(spintrcritical11_OBJECTS)
 LINK_LIBS = $(spintrcritical11_LDLIBS)
 
 spintrcritical11$(EXEEXT): $(spintrcritical11_OBJECTS) $(spintrcritical11_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical12/Makefile.am:1.1 rtems/testsuites/sptests/spintrcritical12/Makefile.am:1.2
--- rtems/testsuites/sptests/spintrcritical12/Makefile.am:1.1	Tue Jul 21 18:06:13 2009
+++ rtems/testsuites/sptests/spintrcritical12/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical12
 spintrcritical12_SOURCES = ../spintrcritical11/init.c \
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DEVENT_ALL
 
-LINK_OBJS = $(spintrcritical12_OBJECTS) $(spintrcritical12_LDADD)
+LINK_OBJS = $(spintrcritical12_OBJECTS)
 LINK_LIBS = $(spintrcritical12_LDLIBS)
 
 spintrcritical12$(EXEEXT): $(spintrcritical12_OBJECTS) $(spintrcritical12_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical13/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical13/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical13/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical13/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical13
 spintrcritical13_SOURCES = init.c \
@@ -16,13 +15,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical13_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DFIRE_AFTER
 
-LINK_OBJS = $(spintrcritical13_OBJECTS) $(spintrcritical13_LDADD)
+LINK_OBJS = $(spintrcritical13_OBJECTS)
 LINK_LIBS = $(spintrcritical13_LDLIBS)
 
 spintrcritical13$(EXEEXT): $(spintrcritical13_OBJECTS) $(spintrcritical13_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical14/Makefile.am:1.1 rtems/testsuites/sptests/spintrcritical14/Makefile.am:1.2
--- rtems/testsuites/sptests/spintrcritical14/Makefile.am:1.1	Thu Jul 23 13:54:23 2009
+++ rtems/testsuites/sptests/spintrcritical14/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical14
 spintrcritical14_SOURCES = ../spintrcritical13/init.c \
@@ -15,13 +14,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical14_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 AM_CPPFLAGS += -DSERVER_FIRE_AFTER
 
-LINK_OBJS = $(spintrcritical14_OBJECTS) $(spintrcritical14_LDADD)
+LINK_OBJS = $(spintrcritical14_OBJECTS)
 LINK_LIBS = $(spintrcritical14_LDLIBS)
 
 spintrcritical14$(EXEEXT): $(spintrcritical14_OBJECTS) $(spintrcritical14_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical15/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical15/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical15/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical15/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical15
 spintrcritical15_SOURCES = init.c \
@@ -16,12 +15,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical15_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 
-LINK_OBJS = $(spintrcritical15_OBJECTS) $(spintrcritical15_LDADD)
+LINK_OBJS = $(spintrcritical15_OBJECTS)
 LINK_LIBS = $(spintrcritical15_LDLIBS)
 
 spintrcritical15$(EXEEXT): $(spintrcritical15_OBJECTS) $(spintrcritical15_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical16/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical16/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical16/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical16/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical16
 spintrcritical16_SOURCES = init.c \
@@ -16,12 +15,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical16_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 
-LINK_OBJS = $(spintrcritical16_OBJECTS) $(spintrcritical16_LDADD)
+LINK_OBJS = $(spintrcritical16_OBJECTS)
 LINK_LIBS = $(spintrcritical16_LDLIBS)
 
 spintrcritical16$(EXEEXT): $(spintrcritical16_OBJECTS) $(spintrcritical16_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spintrcritical17/Makefile.am:1.2 rtems/testsuites/sptests/spintrcritical17/Makefile.am:1.3
--- rtems/testsuites/sptests/spintrcritical17/Makefile.am:1.2	Mon Jun 20 01:40:14 2011
+++ rtems/testsuites/sptests/spintrcritical17/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spintrcritical17
 spintrcritical17_SOURCES = init.c \
@@ -16,12 +15,11 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spintrcritical17_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 AM_CPPFLAGS += -I$(top_srcdir)/spintrcritical_support
 
-LINK_OBJS = $(spintrcritical17_OBJECTS) $(spintrcritical17_LDADD)
+LINK_OBJS = $(spintrcritical17_OBJECTS)
 LINK_LIBS = $(spintrcritical17_LDLIBS)
 
 spintrcritical17$(EXEEXT): $(spintrcritical17_OBJECTS) $(spintrcritical17_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spmkdir/Makefile.am:1.1 rtems/testsuites/sptests/spmkdir/Makefile.am:1.2
--- rtems/testsuites/sptests/spmkdir/Makefile.am:1.1	Tue Jun  8 08:22:58 2010
+++ rtems/testsuites/sptests/spmkdir/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spmkdir
 spmkdir_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spmkdir_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spmkdir_OBJECTS) $(spmkdir_LDADD)
+LINK_OBJS = $(spmkdir_OBJECTS)
 LINK_LIBS = $(spmkdir_LDLIBS)
 
 spmkdir$(EXEEXT): $(spmkdir_OBJECTS) $(spmkdir_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spmountmgr01/Makefile.am:1.1 rtems/testsuites/sptests/spmountmgr01/Makefile.am:1.2
--- rtems/testsuites/sptests/spmountmgr01/Makefile.am:1.1	Thu Jul 15 08:53:28 2010
+++ rtems/testsuites/sptests/spmountmgr01/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spmountmgr01
 spmountmgr01_SOURCES = init.c
@@ -16,7 +15,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spmountmgr01_OBJECTS) $(spmountmgr01_LDADD)
+LINK_OBJS = $(spmountmgr01_OBJECTS)
 LINK_LIBS = $(spmountmgr01_LDLIBS)
 
 spmountmgr01$(EXEEXT): $(spmountmgr01_OBJECTS) $(spmountmgr01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spnotepad01/Makefile.am:1.1 rtems/testsuites/sptests/spnotepad01/Makefile.am:1.2
--- rtems/testsuites/sptests/spnotepad01/Makefile.am:1.1	Mon Sep 28 19:06:43 2009
+++ rtems/testsuites/sptests/spnotepad01/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spnotepad01
 spnotepad01_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spnotepad01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spnotepad01_OBJECTS) $(spnotepad01_LDADD)
+LINK_OBJS = $(spnotepad01_OBJECTS)
 LINK_LIBS = $(spnotepad01_LDLIBS)
 
 spnotepad01$(EXEEXT): $(spnotepad01_OBJECTS) $(spnotepad01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spnsext01/Makefile.am:1.1 rtems/testsuites/sptests/spnsext01/Makefile.am:1.2
--- rtems/testsuites/sptests/spnsext01/Makefile.am:1.1	Fri May  6 02:08:04 2011
+++ rtems/testsuites/sptests/spnsext01/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore event
 
 rtems_tests_PROGRAMS = spnsext01
 spnsext01_SOURCES = init.c
@@ -13,11 +12,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spnsext01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spnsext01_OBJECTS) $(spnsext01_LDADD)
+LINK_OBJS = $(spnsext01_OBJECTS)
 LINK_LIBS = $(spnsext01_LDLIBS)
 
 spnsext01$(EXEEXT): $(spnsext01_OBJECTS) $(spnsext01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spobjgetnext/Makefile.am:1.2 rtems/testsuites/sptests/spobjgetnext/Makefile.am:1.3
--- rtems/testsuites/sptests/spobjgetnext/Makefile.am:1.2	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spobjgetnext/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spobjgetnext
 spobjgetnext_SOURCES = init.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spobjgetnext_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spobjgetnext_OBJECTS) $(spobjgetnext_LDADD)
+LINK_OBJS = $(spobjgetnext_OBJECTS)
 LINK_LIBS = $(spobjgetnext_LDLIBS)
 
 spobjgetnext$(EXEEXT): $(spobjgetnext_OBJECTS) $(spobjgetnext_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spprintk/Makefile.am:1.2 rtems/testsuites/sptests/spprintk/Makefile.am:1.3
--- rtems/testsuites/sptests/spprintk/Makefile.am:1.2	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spprintk/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spprintk
 spprintk_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spprintk_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spprintk_OBJECTS) $(spprintk_LDADD)
+LINK_OBJS = $(spprintk_OBJECTS)
 LINK_LIBS = $(spprintk_LDLIBS)
 
 spprintk$(EXEEXT): $(spprintk_OBJECTS) $(spprintk_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spprivenv01/Makefile.am:1.1 rtems/testsuites/sptests/spprivenv01/Makefile.am:1.2
--- rtems/testsuites/sptests/spprivenv01/Makefile.am:1.1	Thu Jul 29 17:28:51 2010
+++ rtems/testsuites/sptests/spprivenv01/Makefile.am	Thu Dec  8 15:38:40 2011
@@ -14,7 +14,7 @@
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spprivenv01_OBJECTS) $(spprivenv01_LDADD)
+LINK_OBJS = $(spprivenv01_OBJECTS)
 LINK_LIBS = $(spprivenv01_LDLIBS)
 
 spprivenv01$(EXEEXT): $(spprivenv01_OBJECTS) $(spprivenv01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/sprbtree01/Makefile.am:1.1 rtems/testsuites/sptests/sprbtree01/Makefile.am:1.2
--- rtems/testsuites/sptests/sprbtree01/Makefile.am:1.1	Mon Apr  4 13:45:38 2011
+++ rtems/testsuites/sptests/sprbtree01/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = sprbtree01
 sprbtree01_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-sprbtree01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(sprbtree01_OBJECTS) $(sprbtree01_LDADD)
+LINK_OBJS = $(sprbtree01_OBJECTS)
 LINK_LIBS = $(sprbtree01_LDLIBS)
 
 sprbtree01$(EXEEXT): $(sprbtree01_OBJECTS) $(sprbtree01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spsimplesched01/Makefile.am:1.1 rtems/testsuites/sptests/spsimplesched01/Makefile.am:1.2
--- rtems/testsuites/sptests/spsimplesched01/Makefile.am:1.1	Wed Mar 16 11:33:04 2011
+++ rtems/testsuites/sptests/spsimplesched01/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spsimplesched01 
 spsimplesched01_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spsimplesched01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spsimplesched01_OBJECTS) $(spsimplesched01_LDADD)
+LINK_OBJS = $(spsimplesched01_OBJECTS)
 LINK_LIBS = $(spsimplesched01_LDLIBS)
 
 spsimplesched01$(EXEEXT): $(spsimplesched01_OBJECTS) $(spsimplesched01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spsimplesched02/Makefile.am:1.1 rtems/testsuites/sptests/spsimplesched02/Makefile.am:1.2
--- rtems/testsuites/sptests/spsimplesched02/Makefile.am:1.1	Wed Mar 16 11:33:04 2011
+++ rtems/testsuites/sptests/spsimplesched02/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spsimplesched02 
 spsimplesched02_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spsimplesched02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spsimplesched02_OBJECTS) $(spsimplesched02_LDADD)
+LINK_OBJS = $(spsimplesched02_OBJECTS)
 LINK_LIBS = $(spsimplesched02_LDLIBS)
 
 spsimplesched02$(EXEEXT): $(spsimplesched02_OBJECTS) $(spsimplesched02_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spsimplesched03/Makefile.am:1.1 rtems/testsuites/sptests/spsimplesched03/Makefile.am:1.2
--- rtems/testsuites/sptests/spsimplesched03/Makefile.am:1.1	Wed Mar 16 11:33:04 2011
+++ rtems/testsuites/sptests/spsimplesched03/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ##  $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spsimplesched03 
 spsimplesched03_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spsimplesched03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spsimplesched03_OBJECTS) $(spsimplesched03_LDADD)
+LINK_OBJS = $(spsimplesched03_OBJECTS)
 LINK_LIBS = $(spsimplesched03_LDLIBS)
 
 spsimplesched03$(EXEEXT): $(spsimplesched03_OBJECTS) $(spsimplesched03_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spsize/Makefile.am:1.26 rtems/testsuites/sptests/spsize/Makefile.am:1.27
--- rtems/testsuites/sptests/spsize/Makefile.am:1.26	Mon Nov 16 21:47:52 2009
+++ rtems/testsuites/sptests/spsize/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spsize
 spsize_SOURCES = init.c getint.c size.c system.h
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spsize_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spsize_OBJECTS) $(spsize_LDADD)
+LINK_OBJS = $(spsize_OBJECTS)
 LINK_LIBS = $(spsize_LDLIBS)
 
 spsize$(EXEEXT): $(spsize_OBJECTS) $(spsize_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spstkalloc/Makefile.am:1.2 rtems/testsuites/sptests/spstkalloc/Makefile.am:1.3
--- rtems/testsuites/sptests/spstkalloc/Makefile.am:1.2	Wed Jul  8 15:26:01 2009
+++ rtems/testsuites/sptests/spstkalloc/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spstkalloc
 spstkalloc_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spstkalloc_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spstkalloc_OBJECTS) $(spstkalloc_LDADD)
+LINK_OBJS = $(spstkalloc_OBJECTS)
 LINK_LIBS = $(spstkalloc_LDLIBS)
 
 spstkalloc$(EXEEXT): $(spstkalloc_OBJECTS) $(spstkalloc_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spthreadq01/Makefile.am:1.1 rtems/testsuites/sptests/spthreadq01/Makefile.am:1.2
--- rtems/testsuites/sptests/spthreadq01/Makefile.am:1.1	Thu Jul  9 14:02:40 2009
+++ rtems/testsuites/sptests/spthreadq01/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spthreadq01
 spthreadq01_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spthreadq01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spthreadq01_OBJECTS) $(spthreadq01_LDADD)
+LINK_OBJS = $(spthreadq01_OBJECTS)
 LINK_LIBS = $(spthreadq01_LDLIBS)
 
 spthreadq01$(EXEEXT): $(spthreadq01_OBJECTS) $(spthreadq01_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spwatchdog/Makefile.am:1.3 rtems/testsuites/sptests/spwatchdog/Makefile.am:1.4
--- rtems/testsuites/sptests/spwatchdog/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spwatchdog/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spwatchdog
 spwatchdog_SOURCES = init.c task1.c system.h prtime.c delay.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spwatchdog_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spwatchdog_OBJECTS) $(spwatchdog_LDADD)
+LINK_OBJS = $(spwatchdog_OBJECTS)
 LINK_LIBS = $(spwatchdog_LDLIBS)
 
 spwatchdog$(EXEEXT): $(spwatchdog_OBJECTS) $(spwatchdog_DEPENDENCIES)

diff -u rtems/testsuites/sptests/spwkspace/Makefile.am:1.3 rtems/testsuites/sptests/spwkspace/Makefile.am:1.4
--- rtems/testsuites/sptests/spwkspace/Makefile.am:1.3	Mon Nov  9 08:25:28 2009
+++ rtems/testsuites/sptests/spwkspace/Makefile.am	Thu Dec  8 15:38:41 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
 
 rtems_tests_PROGRAMS = spwkspace
 spwkspace_SOURCES = init.c
@@ -14,11 +13,10 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-spwkspace_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(spwkspace_OBJECTS) $(spwkspace_LDADD)
+LINK_OBJS = $(spwkspace_OBJECTS)
 LINK_LIBS = $(spwkspace_LDLIBS)
 
 spwkspace$(EXEEXT): $(spwkspace_OBJECTS) $(spwkspace_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
	tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am,
	tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional
	manager capability.

M  1.103  testsuites/tmtests/ChangeLog
M   1.27  testsuites/tmtests/tm01/Makefile.am
M   1.26  testsuites/tmtests/tm02/Makefile.am
M   1.26  testsuites/tmtests/tm03/Makefile.am
M   1.26  testsuites/tmtests/tm04/Makefile.am
M   1.27  testsuites/tmtests/tm05/Makefile.am
M   1.27  testsuites/tmtests/tm06/Makefile.am
M   1.27  testsuites/tmtests/tm07/Makefile.am
M   1.27  testsuites/tmtests/tm08/Makefile.am
M   1.27  testsuites/tmtests/tm09/Makefile.am
M   1.27  testsuites/tmtests/tm10/Makefile.am
M   1.27  testsuites/tmtests/tm11/Makefile.am
M   1.27  testsuites/tmtests/tm12/Makefile.am
M   1.27  testsuites/tmtests/tm13/Makefile.am
M   1.27  testsuites/tmtests/tm14/Makefile.am
M   1.27  testsuites/tmtests/tm15/Makefile.am
M   1.27  testsuites/tmtests/tm16/Makefile.am
M   1.27  testsuites/tmtests/tm17/Makefile.am
M   1.27  testsuites/tmtests/tm18/Makefile.am
M   1.27  testsuites/tmtests/tm19/Makefile.am
M   1.29  testsuites/tmtests/tm20/Makefile.am
M   1.26  testsuites/tmtests/tm21/Makefile.am
M   1.27  testsuites/tmtests/tm22/Makefile.am
M   1.27  testsuites/tmtests/tm23/Makefile.am
M   1.27  testsuites/tmtests/tm24/Makefile.am
M   1.27  testsuites/tmtests/tm25/Makefile.am
M   1.28  testsuites/tmtests/tm26/Makefile.am
M   1.27  testsuites/tmtests/tm27/Makefile.am
M   1.27  testsuites/tmtests/tm28/Makefile.am
M   1.27  testsuites/tmtests/tm29/Makefile.am
M    1.2  testsuites/tmtests/tm30/Makefile.am
M   1.27  testsuites/tmtests/tmck/Makefile.am
M   1.27  testsuites/tmtests/tmoverhd/Makefile.am

diff -u rtems/testsuites/tmtests/ChangeLog:1.102 rtems/testsuites/tmtests/ChangeLog:1.103
--- rtems/testsuites/tmtests/ChangeLog:1.102	Tue Oct 18 03:42:57 2011
+++ rtems/testsuites/tmtests/ChangeLog	Thu Dec  8 15:38:45 2011
@@ -1,3 +1,19 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
+	tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
+	tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
+	tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
+	tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
+	tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
+	tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
+	tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
+	tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
+	tm28/Makefile.am, tm29/Makefile.am, tm30/Makefile.am,
+	tmck/Makefile.am, tmoverhd/Makefile.am: Remove obsolete optional
+	manager capability.
+
 2011-10-18	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* tm26/fptest.h: Use PRIu32 to print uint32_t.

diff -u rtems/testsuites/tmtests/tm01/Makefile.am:1.26 rtems/testsuites/tmtests/tm01/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm01/Makefile.am:1.26	Fri Apr  3 07:51:08 2009
+++ rtems/testsuites/tmtests/tm01/Makefile.am	Thu Dec  8 15:38:45 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm01
 tm01_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm01_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm01_OBJECTS) $(tm01_LDADD)
+LINK_OBJS = $(tm01_OBJECTS)
 LINK_LIBS = $(tm01_LDLIBS)
 
 tm01$(EXEEXT): $(tm01_OBJECTS) $(tm01_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm02/Makefile.am:1.25 rtems/testsuites/tmtests/tm02/Makefile.am:1.26
--- rtems/testsuites/tmtests/tm02/Makefile.am:1.25	Fri Apr  3 07:51:08 2009
+++ rtems/testsuites/tmtests/tm02/Makefile.am	Thu Dec  8 15:38:45 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm02
 tm02_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm02_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm02_OBJECTS) $(tm02_LDADD)
+LINK_OBJS = $(tm02_OBJECTS)
 LINK_LIBS = $(tm02_LDLIBS)
 
 tm02$(EXEEXT): $(tm02_OBJECTS) $(tm02_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm03/Makefile.am:1.25 rtems/testsuites/tmtests/tm03/Makefile.am:1.26
--- rtems/testsuites/tmtests/tm03/Makefile.am:1.25	Fri Apr  3 07:51:08 2009
+++ rtems/testsuites/tmtests/tm03/Makefile.am	Thu Dec  8 15:38:45 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm03
 tm03_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm03_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm03_OBJECTS) $(tm03_LDADD)
+LINK_OBJS = $(tm03_OBJECTS)
 LINK_LIBS = $(tm03_LDLIBS)
 
 tm03$(EXEEXT): $(tm03_OBJECTS) $(tm03_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm04/Makefile.am:1.25 rtems/testsuites/tmtests/tm04/Makefile.am:1.26
--- rtems/testsuites/tmtests/tm04/Makefile.am:1.25	Fri Apr  3 07:51:08 2009
+++ rtems/testsuites/tmtests/tm04/Makefile.am	Thu Dec  8 15:38:45 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm04
 tm04_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm04_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm04_OBJECTS) $(tm04_LDADD)
+LINK_OBJS = $(tm04_OBJECTS)
 LINK_LIBS = $(tm04_LDLIBS)
 
 tm04$(EXEEXT): $(tm04_OBJECTS) $(tm04_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm05/Makefile.am:1.26 rtems/testsuites/tmtests/tm05/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm05/Makefile.am:1.26	Fri Apr  3 07:51:08 2009
+++ rtems/testsuites/tmtests/tm05/Makefile.am	Thu Dec  8 15:38:45 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm05
 tm05_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm05_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm05_OBJECTS) $(tm05_LDADD)
+LINK_OBJS = $(tm05_OBJECTS)
 LINK_LIBS = $(tm05_LDLIBS)
 
 tm05$(EXEEXT): $(tm05_OBJECTS) $(tm05_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm06/Makefile.am:1.26 rtems/testsuites/tmtests/tm06/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm06/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm06/Makefile.am	Thu Dec  8 15:38:45 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm06
 tm06_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm06_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm06_OBJECTS) $(tm06_LDADD)
+LINK_OBJS = $(tm06_OBJECTS)
 LINK_LIBS = $(tm06_LDLIBS)
 
 tm06$(EXEEXT): $(tm06_OBJECTS) $(tm06_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm07/Makefile.am:1.26 rtems/testsuites/tmtests/tm07/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm07/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm07/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm07
 tm07_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm07_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm07_OBJECTS) $(tm07_LDADD)
+LINK_OBJS = $(tm07_OBJECTS)
 LINK_LIBS = $(tm07_LDLIBS)
 
 tm07$(EXEEXT): $(tm07_OBJECTS) $(tm07_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm08/Makefile.am:1.26 rtems/testsuites/tmtests/tm08/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm08/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm08/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm08
 tm08_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm08_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm08_OBJECTS) $(tm08_LDADD)
+LINK_OBJS = $(tm08_OBJECTS)
 LINK_LIBS = $(tm08_LDLIBS)
 
 tm08$(EXEEXT): $(tm08_OBJECTS) $(tm08_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm09/Makefile.am:1.26 rtems/testsuites/tmtests/tm09/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm09/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm09/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = tm09
 tm09_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm09_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm09_OBJECTS) $(tm09_LDADD)
+LINK_OBJS = $(tm09_OBJECTS)
 LINK_LIBS = $(tm09_LDLIBS)
 
 tm09$(EXEEXT): $(tm09_OBJECTS) $(tm09_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm10/Makefile.am:1.26 rtems/testsuites/tmtests/tm10/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm10/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm10/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = tm10
 tm10_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm10_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm10_OBJECTS) $(tm10_LDADD)
+LINK_OBJS = $(tm10_OBJECTS)
 LINK_LIBS = $(tm10_LDLIBS)
 
 tm10$(EXEEXT): $(tm10_OBJECTS) $(tm10_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm11/Makefile.am:1.26 rtems/testsuites/tmtests/tm11/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm11/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm11/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = tm11
 tm11_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm11_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm11_OBJECTS) $(tm11_LDADD)
+LINK_OBJS = $(tm11_OBJECTS)
 LINK_LIBS = $(tm11_LDLIBS)
 
 tm11$(EXEEXT): $(tm11_OBJECTS) $(tm11_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm12/Makefile.am:1.26 rtems/testsuites/tmtests/tm12/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm12/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm12/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = tm12
 tm12_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm12_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm12_OBJECTS) $(tm12_LDADD)
+LINK_OBJS = $(tm12_OBJECTS)
 LINK_LIBS = $(tm12_LDLIBS)
 
 tm12$(EXEEXT): $(tm12_OBJECTS) $(tm12_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm13/Makefile.am:1.26 rtems/testsuites/tmtests/tm13/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm13/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm13/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = tm13
 tm13_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm13_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm13_OBJECTS) $(tm13_LDADD)
+LINK_OBJS = $(tm13_OBJECTS)
 LINK_LIBS = $(tm13_LDLIBS)
 
 tm13$(EXEEXT): $(tm13_OBJECTS) $(tm13_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm14/Makefile.am:1.26 rtems/testsuites/tmtests/tm14/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm14/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm14/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = tm14
 tm14_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm14_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm14_OBJECTS) $(tm14_LDADD)
+LINK_OBJS = $(tm14_OBJECTS)
 LINK_LIBS = $(tm14_LDLIBS)
 
 tm14$(EXEEXT): $(tm14_OBJECTS) $(tm14_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm15/Makefile.am:1.26 rtems/testsuites/tmtests/tm15/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm15/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm15/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io event semaphore
 
 rtems_tests_PROGRAMS = tm15
 tm15_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm15_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm15_OBJECTS) $(tm15_LDADD)
+LINK_OBJS = $(tm15_OBJECTS)
 LINK_LIBS = $(tm15_LDLIBS)
 
 tm15$(EXEEXT): $(tm15_OBJECTS) $(tm15_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm16/Makefile.am:1.26 rtems/testsuites/tmtests/tm16/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm16/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm16/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io event semaphore
 
 rtems_tests_PROGRAMS = tm16
 tm16_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm16_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm16_OBJECTS) $(tm16_LDADD)
+LINK_OBJS = $(tm16_OBJECTS)
 LINK_LIBS = $(tm16_LDLIBS)
 
 tm16$(EXEEXT): $(tm16_OBJECTS) $(tm16_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm17/Makefile.am:1.26 rtems/testsuites/tmtests/tm17/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm17/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm17/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm17
 tm17_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm17_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm17_OBJECTS) $(tm17_LDADD)
+LINK_OBJS = $(tm17_OBJECTS)
 LINK_LIBS = $(tm17_LDLIBS)
 
 tm17$(EXEEXT): $(tm17_OBJECTS) $(tm17_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm18/Makefile.am:1.26 rtems/testsuites/tmtests/tm18/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm18/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm18/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm18
 tm18_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm18_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm18_OBJECTS) $(tm18_LDADD)
+LINK_OBJS = $(tm18_OBJECTS)
 LINK_LIBS = $(tm18_LDLIBS)
 
 tm18$(EXEEXT): $(tm18_OBJECTS) $(tm18_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm19/Makefile.am:1.26 rtems/testsuites/tmtests/tm19/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm19/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm19/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io signal semaphore
 
 rtems_tests_PROGRAMS = tm19
 tm19_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm19_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm19_OBJECTS) $(tm19_LDADD)
+LINK_OBJS = $(tm19_OBJECTS)
 LINK_LIBS = $(tm19_LDLIBS)
 
 tm19$(EXEEXT): $(tm19_OBJECTS) $(tm19_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm20/Makefile.am:1.28 rtems/testsuites/tmtests/tm20/Makefile.am:1.29
--- rtems/testsuites/tmtests/tm20/Makefile.am:1.28	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm20/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io partition region semaphore
 
 rtems_tests_PROGRAMS = tm20
 tm20_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm20_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm20_OBJECTS) $(tm20_LDADD)
+LINK_OBJS = $(tm20_OBJECTS)
 LINK_LIBS = $(tm20_LDLIBS)
 
 tm20$(EXEEXT): $(tm20_OBJECTS) $(tm20_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm21/Makefile.am:1.25 rtems/testsuites/tmtests/tm21/Makefile.am:1.26
--- rtems/testsuites/tmtests/tm21/Makefile.am:1.25	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm21/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io dpmem message partition region semaphore rate_monotonic timer
 
 rtems_tests_PROGRAMS = tm21
 tm21_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm21_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm21_OBJECTS) $(tm21_LDADD)
+LINK_OBJS = $(tm21_OBJECTS)
 LINK_LIBS = $(tm21_LDLIBS)
 
 tm21$(EXEEXT): $(tm21_OBJECTS) $(tm21_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm22/Makefile.am:1.26 rtems/testsuites/tmtests/tm22/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm22/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm22/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = tm22
 tm22_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm22_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm22_OBJECTS) $(tm22_LDADD)
+LINK_OBJS = $(tm22_OBJECTS)
 LINK_LIBS = $(tm22_LDLIBS)
 
 tm22$(EXEEXT): $(tm22_OBJECTS) $(tm22_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm23/Makefile.am:1.26 rtems/testsuites/tmtests/tm23/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm23/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm23/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io event timer semaphore
 
 rtems_tests_PROGRAMS = tm23
 tm23_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm23_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm23_OBJECTS) $(tm23_LDADD)
+LINK_OBJS = $(tm23_OBJECTS)
 LINK_LIBS = $(tm23_LDLIBS)
 
 tm23$(EXEEXT): $(tm23_OBJECTS) $(tm23_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm24/Makefile.am:1.26 rtems/testsuites/tmtests/tm24/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm24/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm24/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io message semaphore
 
 rtems_tests_PROGRAMS = tm24
 tm24_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm24_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm24_OBJECTS) $(tm24_LDADD)
+LINK_OBJS = $(tm24_OBJECTS)
 LINK_LIBS = $(tm24_LDLIBS)
 
 tm24$(EXEEXT): $(tm24_OBJECTS) $(tm24_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm25/Makefile.am:1.26 rtems/testsuites/tmtests/tm25/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm25/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm25/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore semaphore
 
 rtems_tests_PROGRAMS = tm25
 tm25_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm25_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm25_OBJECTS) $(tm25_LDADD)
+LINK_OBJS = $(tm25_OBJECTS)
 LINK_LIBS = $(tm25_LDLIBS)
 
 tm25$(EXEEXT): $(tm25_OBJECTS) $(tm25_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm26/Makefile.am:1.27 rtems/testsuites/tmtests/tm26/Makefile.am:1.28
--- rtems/testsuites/tmtests/tm26/Makefile.am:1.27	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm26/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore semaphore
 
 rtems_tests_PROGRAMS = tm26
 tm26_SOURCES = task1.c system.h fptest.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm26_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm26_OBJECTS) $(tm26_LDADD)
+LINK_OBJS = $(tm26_OBJECTS)
 LINK_LIBS = $(tm26_LDLIBS)
 
 tm26$(EXEEXT): $(tm26_OBJECTS) $(tm26_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm27/Makefile.am:1.26 rtems/testsuites/tmtests/tm27/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm27/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm27/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tm27
 tm27_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm27_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm27_OBJECTS) $(tm27_LDADD)
+LINK_OBJS = $(tm27_OBJECTS)
 LINK_LIBS = $(tm27_LDLIBS)
 
 tm27$(EXEEXT): $(tm27_OBJECTS) $(tm27_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm28/Makefile.am:1.26 rtems/testsuites/tmtests/tm28/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm28/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm28/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io dpmem semaphore
 
 rtems_tests_PROGRAMS = tm28
 tm28_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm28_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm28_OBJECTS) $(tm28_LDADD)
+LINK_OBJS = $(tm28_OBJECTS)
 LINK_LIBS = $(tm28_LDLIBS)
 
 tm28$(EXEEXT): $(tm28_OBJECTS) $(tm28_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm29/Makefile.am:1.26 rtems/testsuites/tmtests/tm29/Makefile.am:1.27
--- rtems/testsuites/tmtests/tm29/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tm29/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io rate_monotonic semaphore
 
 rtems_tests_PROGRAMS = tm29
 tm29_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tm29_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm29_OBJECTS) $(tm29_LDADD)
+LINK_OBJS = $(tm29_OBJECTS)
 LINK_LIBS = $(tm29_LDLIBS)
 
 tm29$(EXEEXT): $(tm29_OBJECTS) $(tm29_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tm30/Makefile.am:1.1 rtems/testsuites/tmtests/tm30/Makefile.am:1.2
--- rtems/testsuites/tmtests/tm30/Makefile.am:1.1	Mon Jun 21 11:53:50 2010
+++ rtems/testsuites/tmtests/tm30/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io rate_monotonic semaphore
 
 rtems_tests_PROGRAMS = tm30
 tm30_SOURCES = init.c ../include/timesys.h \
@@ -19,7 +18,7 @@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tm30_OBJECTS) $(tm30_LDADD)
+LINK_OBJS = $(tm30_OBJECTS)
 LINK_LIBS = $(tm30_LDLIBS)
 
 tm30$(EXEEXT): $(tm30_OBJECTS) $(tm30_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tmck/Makefile.am:1.26 rtems/testsuites/tmtests/tmck/Makefile.am:1.27
--- rtems/testsuites/tmtests/tmck/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tmck/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tmck
 tmck_SOURCES = task1.c system.h ../include/timesys.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tmck_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tmck_OBJECTS) $(tmck_LDADD)
+LINK_OBJS = $(tmck_OBJECTS)
 LINK_LIBS = $(tmck_LDLIBS)
 
 tmck$(EXEEXT): $(tmck_OBJECTS) $(tmck_DEPENDENCIES)

diff -u rtems/testsuites/tmtests/tmoverhd/Makefile.am:1.26 rtems/testsuites/tmtests/tmoverhd/Makefile.am:1.27
--- rtems/testsuites/tmtests/tmoverhd/Makefile.am:1.26	Fri Apr  3 07:51:09 2009
+++ rtems/testsuites/tmtests/tmoverhd/Makefile.am	Thu Dec  8 15:38:46 2011
@@ -2,7 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = io semaphore
 
 rtems_tests_PROGRAMS = tmoverhd
 tmoverhd_SOURCES = testtask.c empty.c system.h dumrtems.h \
@@ -14,13 +13,12 @@
 include $(top_srcdir)/../automake/compile.am
 include $(top_srcdir)/../automake/leaf.am
 
-tmoverhd_LDADD = $(MANAGERS_NOT_WANTED:%=$(PROJECT_LIB)/no-%.rel)
 
 OPERATION_COUNT = @OPERATION_COUNT@
 AM_CPPFLAGS += -I$(top_srcdir)/include -DOPERATION_COUNT=$(OPERATION_COUNT)
 AM_CPPFLAGS += -I$(top_srcdir)/../support/include
 
-LINK_OBJS = $(tmoverhd_OBJECTS) $(tmoverhd_LDADD)
+LINK_OBJS = $(tmoverhd_OBJECTS)
 LINK_LIBS = $(tmoverhd_LDLIBS)
 
 tmoverhd$(EXEEXT): $(tmoverhd_OBJECTS) $(tmoverhd_DEPENDENCIES)


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* leaf.cfg, Templates/Makefile.leaf: Remove obsolete optional manager
	capability.

M  1.350  make/ChangeLog
M    1.9  make/Templates/Makefile.leaf
M   1.25  make/leaf.cfg

diff -u rtems/make/ChangeLog:1.349 rtems/make/ChangeLog:1.350
--- rtems/make/ChangeLog:1.349	Thu Jun 16 23:06:04 2011
+++ rtems/make/ChangeLog	Thu Dec  8 15:39:13 2011
@@ -1,3 +1,9 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* leaf.cfg, Templates/Makefile.leaf: Remove obsolete optional manager
+	capability.
+
 2011-06-17	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* host.cfg.in: Remove (Unused).

diff -u rtems/make/Templates/Makefile.leaf:1.8 rtems/make/Templates/Makefile.leaf:1.9
--- rtems/make/Templates/Makefile.leaf:1.8	Thu Jun 21 10:43:26 2007
+++ rtems/make/Templates/Makefile.leaf	Thu Dec  8 15:39:13 2011
@@ -27,16 +27,7 @@
 
 PGMS=${ARCH}/xxx-your-program-here ${ARCH}/xxx-another-one
 
-#  List of RTEMS Classic API Managers to be included in the application
-#  goes here. Use:
-#     MANAGERS=all
-# to include all RTEMS Classic API Managers in the application or
-# something like this to include a specific set of managers.
-#     MANAGERS=io event message rate_monotonic semaphore timer
-MANAGERS=XXX
-
 include $(RTEMS_MAKEFILE_PATH)/Makefile.inc
-
 include $(RTEMS_CUSTOM)
 include $(RTEMS_ROOT)/make/leaf.cfg
 

diff -u rtems/make/leaf.cfg:1.24 rtems/make/leaf.cfg:1.25
--- rtems/make/leaf.cfg:1.24	Mon Sep 15 12:43:22 2008
+++ rtems/make/leaf.cfg	Thu Dec  8 15:39:13 2011
@@ -7,35 +7,6 @@
 #
 
 #
-# list of all known managers
-# This list is used, along with $(MANAGERS) (set by app makefile)
-#   to build the list of *not wanted* drivers.
-#
-# ref: target compiler config file for usage
-#
-
-MANAGER_LIST=barrier dpmem event io msg mp part 
-MANAGER_LIST+=region sem signal timer rtmon ext
-
-# Convert *real* spellings in $(MANAGERS) (set
-#   in application makefile) to their "correct" name.
-# (I hate abbreviations :-)
-
-MANAGERS := $(patsubst message,            msg,   $(MANAGERS))
-MANAGERS := $(patsubst multi_processor,    mp,    $(MANAGERS))
-MANAGERS := $(patsubst partition,          part,  $(MANAGERS))
-MANAGERS := $(patsubst rate_monotonic,     rtmon, $(MANAGERS))
-MANAGERS := $(patsubst semaphore,          sem,   $(MANAGERS))
-MANAGERS := $(patsubst dual_ported_memory, dpmem, $(MANAGERS))
-MANAGERS := $(patsubst extension,          ext,   $(MANAGERS))
-
-# allow 'all' to mean all managers
-MANAGERS := $(patsubst all, $(MANAGER_LIST), $(MANAGERS))
-
-# and finally rip out duplicates
-MANAGERS := $(sort $(MANAGERS))
-
-#
 # LIBSUFFIX_VA, will "index" into LIBSUFF-*-v macros and
 #   convert our ${ARCH} back into .a or _g.a or _p.a based on debug.
 #   Useful for installing libraries.


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* optman/.cvsignore, optman/Makefile.am, optman/preinstall.am,
	optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
	optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
	optman/rtems/no-part.c, optman/rtems/no-region.c,
	optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
	optman/rtems/no-signal.c, optman/rtems/no-timer.c,
	optman/sapi/no-ext.c, optman/sapi/no-io.c: Removed.

M  1.580  c/src/ChangeLog
R    1.4  c/src/optman/.cvsignore
R   1.32  c/src/optman/Makefile.am
R    1.8  c/src/optman/preinstall.am
R    1.4  c/src/optman/rtems/no-barrier.c
R   1.16  c/src/optman/rtems/no-dpmem.c
R   1.14  c/src/optman/rtems/no-event.c
R   1.19  c/src/optman/rtems/no-mp.c
R   1.20  c/src/optman/rtems/no-msg.c
R   1.17  c/src/optman/rtems/no-part.c
R   1.18  c/src/optman/rtems/no-region.c
R   1.16  c/src/optman/rtems/no-rtmon.c
R   1.19  c/src/optman/rtems/no-sem.c
R   1.13  c/src/optman/rtems/no-signal.c
R   1.16  c/src/optman/rtems/no-timer.c
R   1.17  c/src/optman/sapi/no-ext.c
R   1.23  c/src/optman/sapi/no-io.c

diff -u rtems/c/src/ChangeLog:1.579 rtems/c/src/ChangeLog:1.580
--- rtems/c/src/ChangeLog:1.579	Thu Dec  8 08:17:07 2011
+++ rtems/c/src/ChangeLog	Thu Dec  8 15:39:51 2011
@@ -1,3 +1,14 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* optman/.cvsignore, optman/Makefile.am, optman/preinstall.am,
+	optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
+	optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,
+	optman/rtems/no-part.c, optman/rtems/no-region.c,
+	optman/rtems/no-rtmon.c, optman/rtems/no-sem.c,
+	optman/rtems/no-signal.c, optman/rtems/no-timer.c,
+	optman/sapi/no-ext.c, optman/sapi/no-io.c: Removed.
+
 2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* libchip/network/sonic.c: Make sonic_enable_interrupts,


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove
	obsolete optional manager capability.

M   1.84  c/src/make/ChangeLog
M   1.44  c/src/make/compilers/gcc-target-default.cfg
M   1.12  c/src/make/leaf.cfg
M   1.10  c/src/make/target.cfg.in

diff -u rtems/c/src/make/ChangeLog:1.83 rtems/c/src/make/ChangeLog:1.84
--- rtems/c/src/make/ChangeLog:1.83	Thu Jun 16 11:49:22 2011
+++ rtems/c/src/make/ChangeLog	Thu Dec  8 15:40:23 2011
@@ -1,3 +1,9 @@
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
+	* leaf.cfg, target.cfg.in, compilers/gcc-target-default.cfg: Remove
+	obsolete optional manager capability.
+
 2011-06-16	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* Makefile.am: Don't generate host.cfg.in.

diff -u rtems/c/src/make/compilers/gcc-target-default.cfg:1.43 rtems/c/src/make/compilers/gcc-target-default.cfg:1.44
--- rtems/c/src/make/compilers/gcc-target-default.cfg:1.43	Tue Mar  8 18:10:03 2011
+++ rtems/c/src/make/compilers/gcc-target-default.cfg	Thu Dec  8 15:40:23 2011
@@ -169,13 +169,11 @@
 
 LINK_OBJS =\
     $(CONSTRUCTOR) \
-    $(OBJS) \
-    $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel)
+    $(OBJS)
 
 LINK_FILES =\
     $(CONSTRUCTOR) \
     $(OBJS) \
-    $(MANAGERS_NOT_WANTED:%=$(PROJECT_RELEASE)/lib/no-%$(LIB_VARIANT).rel) \
     $(PROJECT_RELEASE)/lib/librtemsbsp$(LIBSUFFIX_VA) \
     $(PROJECT_RELEASE)/lib/librtemscpu$(LIBSUFFIX_VA)
 

diff -u rtems/c/src/make/leaf.cfg:1.11 rtems/c/src/make/leaf.cfg:1.12
--- rtems/c/src/make/leaf.cfg:1.11	Wed Apr 15 03:31:09 2009
+++ rtems/c/src/make/leaf.cfg	Thu Dec  8 15:40:23 2011
@@ -6,44 +6,6 @@
 #   Make(1) configuration file include'd by all leaf-node Makefiles
 #
 
-#
-# list of all known managers
-# This list is used, along with $(MANAGERS) (set by app makefile)
-#   to build the list of *not wanted* drivers.
-#
-# ref: target compiler config file for usage
-#
-
-MANAGER_LIST=barrier dpmem event io msg mp part 
-MANAGER_LIST+=region sem signal timer rtmon ext
-
-# Convert *real* spellings in $(MANAGERS) (set
-#   in application makefile) to their "correct" name.
-# (I hate abbreviations :-)
-
-MANAGERS := $(patsubst message,            msg,   $(MANAGERS))
-MANAGERS := $(patsubst multi_processor,    mp,    $(MANAGERS))
-MANAGERS := $(patsubst partition,          part,  $(MANAGERS))
-MANAGERS := $(patsubst rate_monotonic,     rtmon, $(MANAGERS))
-MANAGERS := $(patsubst semaphore,          sem,   $(MANAGERS))
-MANAGERS := $(patsubst dual_ported_memory, dpmem, $(MANAGERS))
-MANAGERS := $(patsubst extension,          ext,   $(MANAGERS))
-
-# allow 'all' to mean all managers
-MANAGERS := $(patsubst all, $(MANAGER_LIST), $(MANAGERS))
-
-# and finally rip out duplicates
-MANAGERS := $(sort $(MANAGERS))
-
-# List (possibly empty) of required managers
-MANAGERS_REQUIRED=
-
-# Create a RTEMS executable based on MANAGERS which was set in
-#  app's Makefile
-
-MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS) \
-	$(MANAGERS_REQUIRED), $(MANAGER_LIST))
-
 # Allow user to override link commands (to build a prom image, perhaps)
 ifndef LINKCMDS
 LINKCMDS=$(PROJECT_RELEASE)/lib/linkcmds

diff -u rtems/c/src/make/target.cfg.in:1.9 rtems/c/src/make/target.cfg.in:1.10
--- rtems/c/src/make/target.cfg.in:1.9	Fri Apr  1 13:12:07 2011
+++ rtems/c/src/make/target.cfg.in	Thu Dec  8 15:40:23 2011
@@ -45,17 +45,3 @@
 export RTEMS_BSP
 export RTEMS_CUSTOM
 export PROJECT_ROOT
-
-# List (possibly empty) of required managers
-# We require:
-#    region  -- used by lib/libcsupport for malloc()
-#    ext     -- used by libc for libc reentrancy hooks
-
-MANAGERS_REQUIRED=
-
-# Create a RTEMS executable based on MANAGERS which was set in
-#  app's Makefile
-
-MANAGERS_NOT_WANTED=$(filter-out $(MANAGERS) \
-	$(MANAGERS_REQUIRED), $(MANAGER_LIST))
-


 *joel*:
2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>

	PR 1589/build
	* configure.ac: Remove obsolete optional manager capability.

M  1.581  c/src/ChangeLog
M  1.105  c/src/configure.ac

diff -u rtems/c/src/ChangeLog:1.580 rtems/c/src/ChangeLog:1.581
--- rtems/c/src/ChangeLog:1.580	Thu Dec  8 15:39:51 2011
+++ rtems/c/src/ChangeLog	Thu Dec  8 15:42:36 2011
@@ -1,6 +1,11 @@
 2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1589/build
+	* configure.ac: Remove obsolete optional manager capability.
+
+2011-12-08	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	PR 1589/build
 	* optman/.cvsignore, optman/Makefile.am, optman/preinstall.am,
 	optman/rtems/no-barrier.c, optman/rtems/no-dpmem.c,
 	optman/rtems/no-event.c, optman/rtems/no-mp.c, optman/rtems/no-msg.c,

diff -u rtems/c/src/configure.ac:1.104 rtems/c/src/configure.ac:1.105
--- rtems/c/src/configure.ac:1.104	Sun Mar  6 21:52:47 2011
+++ rtems/c/src/configure.ac	Thu Dec  8 15:41:47 2011
@@ -4,7 +4,7 @@
 
 AC_PREREQ([2.68])
 AC_INIT([rtems-c-src],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
-AC_CONFIG_SRCDIR([optman])
+AC_CONFIG_SRCDIR([libchip])
 RTEMS_TOP(../..)
 
 RTEMS_ENABLE_CXX
@@ -149,8 +149,6 @@
 BSP_SUBDIRS="$BSP_SUBDIRS ada"
 BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
 
-BSP_SUBDIRS="$BSP_SUBDIRS optman"
-
 AC_ARG_ENABLE([ada],
 [AS_HELP_STRING(--enable-ada,enable ada support)],
 [case "${enable_ada}" in
@@ -218,19 +216,11 @@
 
 AC_CONFIG_FILES([
 support/Makefile
-
 libchip/Makefile
-
-optman/Makefile
-
 lib/Makefile
-
 lib/libcpu/Makefile
-
 lib/libbsp/Makefile
-
 ada/Makefile
-
 wrapup/Makefile
 ])
 


 *ralf*:
2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libnetworking/rtems/rtems_dhcp.c:
	Make format_ip, dhcp_init static.
	* libnetworking/nfs/bootp_subr.c:
	Make bootp_strdup_realloc static.

M 1.3071  cpukit/ChangeLog
M   1.32  cpukit/libnetworking/nfs/bootp_subr.c
M   1.10  cpukit/libnetworking/rtems/rtems_dhcp.c

diff -u rtems/cpukit/ChangeLog:1.3070 rtems/cpukit/ChangeLog:1.3071
--- rtems/cpukit/ChangeLog:1.3070	Wed Dec  7 12:46:04 2011
+++ rtems/cpukit/ChangeLog	Wed Dec  7 23:35:14 2011
@@ -1,3 +1,10 @@
+2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* libnetworking/rtems/rtems_dhcp.c: 
+	Make format_ip, dhcp_init static.
+	* libnetworking/nfs/bootp_subr.c:
+	Make bootp_strdup_realloc static.
+
 2011-12-07	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* rtems/src/rtemsobjectapiminimumclass.c: 

diff -u rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.31 rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.32
--- rtems/cpukit/libnetworking/nfs/bootp_subr.c:1.31	Wed Jun 16 08:50:23 2010
+++ rtems/cpukit/libnetworking/nfs/bootp_subr.c	Wed Dec  7 23:09:04 2011
@@ -271,7 +271,7 @@
  * - allocate or reallocate dst, so that string fits in
  * - copy string from src to dest
  */
-void *bootp_strdup_realloc(char *dst,const char *src)
+static void *bootp_strdup_realloc(char *dst,const char *src)
 {
   size_t len;
 

diff -u rtems/cpukit/libnetworking/rtems/rtems_dhcp.c:1.9 rtems/cpukit/libnetworking/rtems/rtems_dhcp.c:1.10
--- rtems/cpukit/libnetworking/rtems/rtems_dhcp.c:1.9	Tue Nov 29 23:30:49 2011
+++ rtems/cpukit/libnetworking/rtems/rtems_dhcp.c	Wed Dec  7 23:09:04 2011
@@ -209,7 +209,7 @@
 /*
  * Format an IP address in dotted decimal.
  */
-void
+static void
 format_ip (unsigned long ip, char* buffer)
 {
   sprintf (buffer,
@@ -842,7 +842,7 @@
  *    0: ok
  *    < 0: failed to startup or configure interface
  */
-int
+static int
 dhcp_init (int update_files)
 {
   struct dhcp_packet   call;


 *ralf*:
2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* ftpd/ftpd.c: Make split_command static.

M 1.3072  cpukit/ChangeLog
M   1.30  cpukit/ftpd/ftpd.c

diff -u rtems/cpukit/ChangeLog:1.3071 rtems/cpukit/ChangeLog:1.3072
--- rtems/cpukit/ChangeLog:1.3071	Wed Dec  7 23:35:14 2011
+++ rtems/cpukit/ChangeLog	Wed Dec  7 23:36:27 2011
@@ -1,5 +1,6 @@
 2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* ftpd/ftpd.c: Make split_command static.
 	* libnetworking/rtems/rtems_dhcp.c: 
 	Make format_ip, dhcp_init static.
 	* libnetworking/nfs/bootp_subr.c:

diff -u rtems/cpukit/ftpd/ftpd.c:1.29 rtems/cpukit/ftpd/ftpd.c:1.30
--- rtems/cpukit/ftpd/ftpd.c:1.29	Wed Oct 26 05:32:09 2011
+++ rtems/cpukit/ftpd/ftpd.c	Wed Dec  7 23:36:27 2011
@@ -1616,7 +1616,7 @@
  *   opts - string containing all the options
  *   args - string containing all the arguments
  */
-void
+static void
 split_command(char *buf, char **cmd, char **opts, char **args)
 {
   char* eoc;


 *ralf*:
2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	PR 1981/cpukit
	* configure.ac: Remove checks for pthread_attr_getcputime,
	pthread_attr_setcputime.
	* psx07/init.c: Remove references to pthread_attr_getcputime,
	pthread_attr_setcputime.

M  1.375  testsuites/psxtests/ChangeLog
M   1.88  testsuites/psxtests/configure.ac
M   1.39  testsuites/psxtests/psx07/init.c

diff -u rtems/testsuites/psxtests/ChangeLog:1.374 rtems/testsuites/psxtests/ChangeLog:1.375
--- rtems/testsuites/psxtests/ChangeLog:1.374	Tue Oct 25 11:29:14 2011
+++ rtems/testsuites/psxtests/ChangeLog	Thu Dec  8 02:49:19 2011
@@ -1,3 +1,11 @@
+2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	PR 1981/cpukit
+	* configure.ac: Remove checks for pthread_attr_getcputime,
+	pthread_attr_setcputime.
+	* psx07/init.c: Remove references to pthread_attr_getcputime,
+	pthread_attr_setcputime.
+
 2011-10-25	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* psxmsgq01/init.c: Introduce fatal_posix_mqd.

diff -u rtems/testsuites/psxtests/configure.ac:1.87 rtems/testsuites/psxtests/configure.ac:1.88
--- rtems/testsuites/psxtests/configure.ac:1.87	Thu Oct 13 08:44:40 2011
+++ rtems/testsuites/psxtests/configure.ac	Thu Dec  8 02:49:19 2011
@@ -38,18 +38,6 @@
 # FIXME: newlib should supply declaration of pthread_atfork()
 AC_CHECK_DECLS([pthread_atfork],[],[],[[#include <pthread.h>]])
 
-# FIXME: RTEMS presumes pthread_attr_getcputime to be IEEE Std 1003.1
-# Likely an anachronism in RTEMS.
-AC_CHECK_DECLS([pthread_attr_getcputime],[],[],[[#include <pthread.h>]])
-
-# FIXME: RTEMS presumes pthread_attr_getcputime to be IEEE Std 1003.1
-# Likely an anachronism in RTEMS.
-AC_CHECK_DECLS([pthread_attr_getcputime],[],[],[[#include <pthread.h>]])
-
-# FIXME: RTEMS presumes pthread_attr_setcputime to be IEEE Std 1003.1
-# Likely an anachronism in RTEMS.
-AC_CHECK_DECLS([pthread_attr_setcputime],[],[],[[#include <pthread.h>]])
-
 # Added to pthreads after initial revision.  May not be in toolset
 AC_CHECK_DECLS([pthread_attr_getstack],[],[],[[#include <pthread.h>]])
 

diff -u rtems/testsuites/psxtests/psx07/init.c:1.38 rtems/testsuites/psxtests/psx07/init.c:1.39
--- rtems/testsuites/psxtests/psx07/init.c:1.38	Thu Sep 29 21:53:32 2011
+++ rtems/testsuites/psxtests/psx07/init.c	Thu Dec  8 02:49:19 2011
@@ -16,18 +16,6 @@
 #include <pthread.h>
 #include <sched.h>
 
-#if !HAVE_DECL_PTHREAD_ATTR_GETCPUTIME
-extern int pthread_attr_getcputime(
-  pthread_attr_t  *attr,
-  int             *clock_allowed);
-#endif
-
-#if !HAVE_DECL_PTHREAD_ATTR_SETCPUTIME
-extern int pthread_attr_setcputime(
-  pthread_attr_t  *attr,
-  int             clock_allowed);
-#endif
-
 #define CONFIGURE_INIT
 #include "system.h"
 #include <errno.h>
@@ -157,47 +145,6 @@
   status = pthread_attr_init( &attr );
   posix_service_failed( status, " pthread_attr_init");
 
-  /* Check out pthread_attr_settime and pthread_attr_gettime */
-  puts( "Init - pthread_attr_settime - EINVAL ( null attribute )" );
-  status = pthread_attr_setcputime( NULL, CLOCK_ENABLED );
-  fatal_directive_check_status_only( status, EINVAL, "null attribute" );
-
-  puts( "Init - pthread_attr_gettime - EINVAL ( null attribute )" );
-  status = pthread_attr_getcputime( NULL, &clock_allowed );
-  fatal_directive_check_status_only( status, EINVAL, " null attribute" );
-
-  puts( "Init - pthread_attr_settime - EINVAL ( is initialized )" );
-  status = pthread_attr_setcputime( &destroyed_attr, CLOCK_ENABLED );
-  fatal_directive_check_status_only( status, EINVAL, "is initialized" );
-
-  puts( "Init - pthread_attr_gettime - EINVAL ( is initialized )" );
-  status = pthread_attr_getcputime( &destroyed_attr, &clock_allowed  );
-  fatal_directive_check_status_only( status, EINVAL, "is initialized" );
-
-  puts( "Init - pthread_attr_settime - EINVAL ( invalid clock allowed )" );
-  status = pthread_attr_setcputime( &attr, ~(CLOCK_ENABLED | CLOCK_DISABLED) );
-  fatal_directive_check_status_only( status, EINVAL, "invalid clock allowed" );
-
-  puts( "Init - pthread_attr_gettime - EINVAL ( NULL clock allowed )" );
-  status = pthread_attr_getcputime( &attr, NULL );
-  fatal_directive_check_status_only( status, EINVAL, "NULL clock allowed" );
-
-  puts( "Init - validate pthread_attr_setcputime - CLOCK_DISABLED" );
-  status = pthread_attr_setcputime( &attr, CLOCK_DISABLED );
-  posix_service_failed( status, "pthread_attr_setcputime");
-  status = pthread_attr_getcputime( &attr, &clock_allowed );
-  posix_service_failed( status, "pthread_attr_getcputime");
-  if (attr.cputime_clock_allowed != CLOCK_DISABLED)
-    perror("ERROR==> pthread_attr_setcputime to CLOCK_DISABLED failed");
-
-  puts( "Init - validate pthread_attr_setcputime - CLOCK_ENABLED" );
-  status = pthread_attr_setcputime( &attr, CLOCK_ENABLED );
-  posix_service_failed( status, "pthread_attr_setcputime");
-  status = pthread_attr_getcputime( &attr, &clock_allowed );
-  posix_service_failed( status, "pthread_attr_getcputime");
-  if (attr.cputime_clock_allowed != CLOCK_ENABLED)
-    perror("ERROR==> pthread_attr_setcputime to CLOCK_ENABLED failed");
-
   /* must go around pthread_attr_set routines to set a bad value */
   attr.contentionscope = PTHREAD_SCOPE_SYSTEM;
 


 *ralf*:
2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	PR 1981/cpukit
	* posix/Makefile.am: Reflect changes below.
	* posix/src/pthreadsetcputime.c, posix/src/pthreadgetcputime.c:
	Remove (Obsolete).

M 1.3073  cpukit/ChangeLog
M   1.91  cpukit/posix/Makefile.am
R    1.5  cpukit/posix/src/pthreadgetcputime.c
R    1.5  cpukit/posix/src/pthreadsetcputime.c

diff -u rtems/cpukit/ChangeLog:1.3072 rtems/cpukit/ChangeLog:1.3073
--- rtems/cpukit/ChangeLog:1.3072	Wed Dec  7 23:36:27 2011
+++ rtems/cpukit/ChangeLog	Thu Dec  8 02:57:56 2011
@@ -1,5 +1,12 @@
 2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	PR 1981/cpukit
+	* posix/Makefile.am: Reflect changes below.
+	* posix/src/pthreadsetcputime.c, posix/src/pthreadgetcputime.c:
+	Remove (Obsolete).
+
+2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* ftpd/ftpd.c: Make split_command static.
 	* libnetworking/rtems/rtems_dhcp.c: 
 	Make format_ip, dhcp_init static.

diff -u rtems/cpukit/posix/Makefile.am:1.90 rtems/cpukit/posix/Makefile.am:1.91
--- rtems/cpukit/posix/Makefile.am:1.90	Thu May 19 01:31:42 2011
+++ rtems/cpukit/posix/Makefile.am	Thu Dec  8 02:57:57 2011
@@ -136,9 +136,9 @@
     src/pthreadattrgetguardsize.c src/pthread.c \
     src/pthreadcreate.c src/pthreaddetach.c src/pthreadequal.c \
     src/pthreadexit.c src/pthreadgetcpuclockid.c \
-    src/pthreadgetcputime.c src/pthreadgetschedparam.c \
+    src/pthreadgetschedparam.c \
     src/pthreadinitthreads.c src/pthreadjoin.c src/pthreadkill.c \
-    src/pthreadonce.c src/pthreadself.c src/pthreadsetcputime.c \
+    src/pthreadonce.c src/pthreadself.c \
     src/pthreadsetschedparam.c src/pthreadsigmask.c \
     src/psxpriorityisvalid.c src/psxtransschedparam.c
 


 *ralf*:
2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter
	static.

M 1.3074  cpukit/ChangeLog
M   1.71  cpukit/libcsupport/src/termios.c

diff -u rtems/cpukit/ChangeLog:1.3073 rtems/cpukit/ChangeLog:1.3074
--- rtems/cpukit/ChangeLog:1.3073	Thu Dec  8 02:57:56 2011
+++ rtems/cpukit/ChangeLog	Thu Dec  8 08:12:27 2011
@@ -1,5 +1,10 @@
 2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter
+	static.
+
+2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	PR 1981/cpukit
 	* posix/Makefile.am: Reflect changes below.
 	* posix/src/pthreadsetcputime.c, posix/src/pthreadgetcputime.c:

diff -u rtems/cpukit/libcsupport/src/termios.c:1.70 rtems/cpukit/libcsupport/src/termios.c:1.71
--- rtems/cpukit/libcsupport/src/termios.c:1.70	Sun Dec  4 23:06:50 2011
+++ rtems/cpukit/libcsupport/src/termios.c	Thu Dec  8 08:11:48 2011
@@ -1247,7 +1247,7 @@
  * in task-driven mode, this function is called in Tx task context
  * in interrupt-driven mode, this function is called in TxIRQ context
  */
-int
+static int
 rtems_termios_refill_transmitter (struct rtems_termios_tty *tty)
 {
   unsigned int newTail;


 *ralf*:
2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* sapi/src/getversionstring.c: Include <rtems.h> (Missing prototype).

M 1.3075  cpukit/ChangeLog
M    1.2  cpukit/sapi/src/getversionstring.c

diff -u rtems/cpukit/ChangeLog:1.3074 rtems/cpukit/ChangeLog:1.3075
--- rtems/cpukit/ChangeLog:1.3074	Thu Dec  8 08:12:27 2011
+++ rtems/cpukit/ChangeLog	Thu Dec  8 08:13:53 2011
@@ -1,5 +1,6 @@
 2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* sapi/src/getversionstring.c: Include <rtems.h> (Missing prototype).
 	* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter
 	static.
 

diff -u rtems/cpukit/sapi/src/getversionstring.c:1.1 rtems/cpukit/sapi/src/getversionstring.c:1.2
--- rtems/cpukit/sapi/src/getversionstring.c:1.1	Tue Jul 15 17:56:45 2008
+++ rtems/cpukit/sapi/src/getversionstring.c	Thu Dec  8 08:13:55 2011
@@ -13,6 +13,7 @@
 #include "config.h"
 #endif
 
+#include <rtems.h>
 #include <rtems/system.h>
 
 const char *rtems_get_version_string(void)


 *ralf*:
2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* rtems/src/rtemsobjectgetname.c:
	Include <rtems/rtems/object.h> (Missing prototype).

M 1.3076  cpukit/ChangeLog
M    1.4  cpukit/rtems/src/rtemsobjectgetname.c

diff -u rtems/cpukit/ChangeLog:1.3075 rtems/cpukit/ChangeLog:1.3076
--- rtems/cpukit/ChangeLog:1.3075	Thu Dec  8 08:13:53 2011
+++ rtems/cpukit/ChangeLog	Thu Dec  8 08:15:05 2011
@@ -1,5 +1,7 @@
 2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* rtems/src/rtemsobjectgetname.c:
+	Include <rtems/rtems/object.h> (Missing prototype).
 	* sapi/src/getversionstring.c: Include <rtems.h> (Missing prototype).
 	* libcsupport/src/termios.c: Make rtems_termios_refill_transmitter
 	static.

diff -u rtems/cpukit/rtems/src/rtemsobjectgetname.c:1.3 rtems/cpukit/rtems/src/rtemsobjectgetname.c:1.4
--- rtems/cpukit/rtems/src/rtemsobjectgetname.c:1.3	Mon Nov 30 09:59:55 2009
+++ rtems/cpukit/rtems/src/rtemsobjectgetname.c	Thu Dec  8 08:15:06 2011
@@ -17,6 +17,7 @@
 
 #include <rtems/system.h>
 #include <rtems/score/object.h>
+#include <rtems/rtems/object.h>
 
 /*
  *  This method obtain the name of an object and returns its name


 *ralf*:
2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>

	* libchip/network/sonic.c: Make sonic_enable_interrupts,
	sonic_disable_interrupts, sonic_clear_interrupts,
	sonic_command static.

M  1.579  c/src/ChangeLog
M   1.19  c/src/libchip/network/sonic.c

diff -u rtems/c/src/ChangeLog:1.578 rtems/c/src/ChangeLog:1.579
--- rtems/c/src/ChangeLog:1.578	Tue Dec  6 09:39:28 2011
+++ rtems/c/src/ChangeLog	Thu Dec  8 08:17:07 2011
@@ -1,3 +1,9 @@
+2011-12-08	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* libchip/network/sonic.c: Make sonic_enable_interrupts,
+	sonic_disable_interrupts, sonic_clear_interrupts,
+	sonic_command static.
+
 2011-12-06	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* libchip/ide/ata.c: Make ata_interrupt_on, ata_interrupt_off,

diff -u rtems/c/src/libchip/network/sonic.c:1.18 rtems/c/src/libchip/network/sonic.c:1.19
--- rtems/c/src/libchip/network/sonic.c:1.18	Sun Oct  9 21:12:46 2011
+++ rtems/c/src/libchip/network/sonic.c	Thu Dec  8 08:17:07 2011
@@ -261,7 +261,7 @@
  ******************************************************************
  */
 
-void sonic_enable_interrupts(
+static void sonic_enable_interrupts(
   struct sonic_softc *sc,
   uint32_t    mask
 )
@@ -278,7 +278,7 @@
   rtems_interrupt_enable( level );
 }
 
-void sonic_disable_interrupts(
+static void sonic_disable_interrupts(
   struct sonic_softc *sc,
   uint32_t    mask
 )
@@ -295,7 +295,7 @@
   rtems_interrupt_enable( level );
 }
 
-void sonic_clear_interrupts(
+static void sonic_clear_interrupts(
   struct sonic_softc *sc,
   uint32_t    mask
 )
@@ -308,7 +308,7 @@
   rtems_interrupt_enable( level );
 }
 
-void sonic_command(
+static void sonic_command(
   struct sonic_softc *sc,
   uint32_t    mask
 )



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20111208/71796255/attachment.html>


More information about the vc mailing list