change log for rtems-testing (2011-08-02)
    rtems-vc at rtems.org 
    rtems-vc at rtems.org
       
    Tue Aug  2 13:10:04 UTC 2011
    
    
  
 *joel*:
2011-08-02	Joel Sherrill <joel.sherrill at oarcorp.com>
	* psxtmtest_blocking/Makefile.am, psxtmtest_single/Makefile.am,
	psxtmtest_unblocking_nopreempt/Makefile.am,
	psxtmtest_unblocking_preempt/Makefile.am, spfatal/Makefile.am,
	tmtest/Makefile.am: Put source files on individual lines with +=.
M   1.21  rtems-test-template/ChangeLog
M    1.2  rtems-test-template/psxtmtest_blocking/Makefile.am
M    1.2  rtems-test-template/psxtmtest_single/Makefile.am
M    1.2  rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am
M    1.2  rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am
M    1.2  rtems-test-template/spfatal/Makefile.am
M    1.2  rtems-test-template/tmtest/Makefile.am
diff -u rtems-testing/rtems-test-template/ChangeLog:1.20 rtems-testing/rtems-test-template/ChangeLog:1.21
--- rtems-testing/rtems-test-template/ChangeLog:1.20	Thu Jul 21 08:42:25 2011
+++ rtems-testing/rtems-test-template/ChangeLog	Tue Aug  2 08:04:30 2011
@@ -1,3 +1,10 @@
+2011-08-02	Joel Sherrill <joel.sherrill at oarcorp.com>
+
+	* psxtmtest_blocking/Makefile.am, psxtmtest_single/Makefile.am,
+	psxtmtest_unblocking_nopreempt/Makefile.am,
+	psxtmtest_unblocking_preempt/Makefile.am, spfatal/Makefile.am,
+	tmtest/Makefile.am: Put source files on individual lines with +=.
+
 2011-07-21	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	* psxtest/init.c, psxtest_with_thread/init.c,
diff -u rtems-testing/rtems-test-template/psxtmtest_blocking/Makefile.am:1.1 rtems-testing/rtems-test-template/psxtmtest_blocking/Makefile.am:1.2
--- rtems-testing/rtems-test-template/psxtmtest_blocking/Makefile.am:1.1	Fri Nov  5 14:33:03 2010
+++ rtems-testing/rtems-test-template/psxtmtest_blocking/Makefile.am	Tue Aug  2 08:04:30 2011
@@ -5,9 +5,10 @@
 MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
- at LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
+ at LOWER@_SOURCES  = init.c
+ at LOWER@_SOURCES += ../../tmtests/include/timesys.h
+ at LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+ at LOWER@_SOURCES += ../../support/src/tmtests_support.c
 
 dist_rtems_tests_DATA = @LOWER at .doc
 
diff -u rtems-testing/rtems-test-template/psxtmtest_single/Makefile.am:1.1 rtems-testing/rtems-test-template/psxtmtest_single/Makefile.am:1.2
--- rtems-testing/rtems-test-template/psxtmtest_single/Makefile.am:1.1	Fri Nov  5 14:33:03 2010
+++ rtems-testing/rtems-test-template/psxtmtest_single/Makefile.am	Tue Aug  2 08:04:30 2011
@@ -5,9 +5,10 @@
 MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
- at LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
+ at LOWER@_SOURCES  = init.c
+ at LOWER@_SOURCES += ../../tmtests/include/timesys.h
+ at LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+ at LOWER@_SOURCES += ../../support/src/tmtests_support.c
 
 dist_rtems_tests_DATA = @LOWER at .doc
 
diff -u rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am:1.1 rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am:1.2
--- rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am:1.1	Wed Jul 20 15:48:26 2011
+++ rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am	Tue Aug  2 08:04:30 2011
@@ -5,9 +5,10 @@
 MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
- at LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
+ at LOWER@_SOURCES  = init.c
+ at LOWER@_SOURCES += ../../tmtests/include/timesys.h
+ at LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+ at LOWER@_SOURCES += ../../support/src/tmtests_support.c
 
 dist_rtems_tests_DATA = @LOWER at .doc
 
diff -u rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am:1.1 rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am:1.2
--- rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am:1.1	Wed Jul 20 16:37:56 2011
+++ rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am	Tue Aug  2 08:04:30 2011
@@ -5,9 +5,10 @@
 MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
- at LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
+ at LOWER@_SOURCES  = init.c
+ at LOWER@_SOURCES += ../../tmtests/include/timesys.h
+ at LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+ at LOWER@_SOURCES += ../../support/src/tmtests_support.c
 
 dist_rtems_tests_DATA = @LOWER at .doc
 
diff -u rtems-testing/rtems-test-template/spfatal/Makefile.am:1.1 rtems-testing/rtems-test-template/spfatal/Makefile.am:1.2
--- rtems-testing/rtems-test-template/spfatal/Makefile.am:1.1	Mon Jun 21 20:27:20 2010
+++ rtems-testing/rtems-test-template/spfatal/Makefile.am	Tue Aug  2 08:04:30 2011
@@ -5,8 +5,9 @@
 MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
- at LOWER@_SOURCES = ../spfatal_support/init.c \
-    ../spfatal_support/system.h testcase.h
+ at LOWER@_SOURCES  = ../spfatal_support/init.c
+ at LOWER@_SOURCES += ../spfatal_support/system.h
+ at LOWER@_SOURCES += testcase.h
 
 dist_rtems_tests_DATA = @LOWER at .scn
 dist_rtems_tests_DATA += @LOWER at .doc
diff -u rtems-testing/rtems-test-template/tmtest/Makefile.am:1.1 rtems-testing/rtems-test-template/tmtest/Makefile.am:1.2
--- rtems-testing/rtems-test-template/tmtest/Makefile.am:1.1	Mon Jun 21 11:51:16 2010
+++ rtems-testing/rtems-test-template/tmtest/Makefile.am	Tue Aug  2 08:04:30 2011
@@ -5,9 +5,10 @@
 MANAGERS = io rate_monotonic semaphore
 
 rtems_tests_PROGRAMS = @LOWER@
- at LOWER@_SOURCES = init.c ../include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
+ at LOWER@_SOURCES  = init.c
+ at LOWER@_SOURCES += ../include/timesys.h
+ at LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+ at LOWER@_SOURCES += ../../support/src/tmtests_support.c
 
 dist_rtems_tests_DATA = @LOWER at .doc
 
--
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/20110802/f45b0ad4/attachment.html>
    
    
More information about the vc
mailing list