<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems-testing (2011-08-02)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-08-02 Joel Sherrill <joel.sherrill@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 +=.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/ChangeLog.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>rtems-test-template/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_blocking/Makefile.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-test-template/psxtmtest_blocking/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_single/Makefile.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-test-template/psxtmtest_single/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-test-template/psxtmtest_unblocking_nopreempt/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-test-template/psxtmtest_unblocking_preempt/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/spfatal/Makefile.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-test-template/spfatal/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/tmtest/Makefile.am.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-test-template/tmtest/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>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
</font><font color='#997700'>@@ -1,3 +1,10 @@
</font><font color='#000088'>+2011-08-02    Joel Sherrill <joel.sherrill@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 +=.
+
</font> 2011-07-21        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * psxtest/init.c, psxtest_with_thread/init.c,

<font color='#006600'>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
</font><font color='#997700'>@@ -5,9 +5,10 @@
</font> MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
<font color='#880000'>-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
</font><font color='#000088'>+@LOWER@_SOURCES  = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
</font> 
 dist_rtems_tests_DATA = @LOWER@.doc
 

<font color='#006600'>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
</font><font color='#997700'>@@ -5,9 +5,10 @@
</font> MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
<font color='#880000'>-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
</font><font color='#000088'>+@LOWER@_SOURCES  = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
</font> 
 dist_rtems_tests_DATA = @LOWER@.doc
 

<font color='#006600'>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
</font><font color='#997700'>@@ -5,9 +5,10 @@
</font> MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
<font color='#880000'>-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
</font><font color='#000088'>+@LOWER@_SOURCES  = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
</font> 
 dist_rtems_tests_DATA = @LOWER@.doc
 

<font color='#006600'>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
</font><font color='#997700'>@@ -5,9 +5,10 @@
</font> MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
<font color='#880000'>-@LOWER@_SOURCES = init.c ../../tmtests/include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
</font><font color='#000088'>+@LOWER@_SOURCES  = init.c
+@LOWER@_SOURCES += ../../tmtests/include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
</font> 
 dist_rtems_tests_DATA = @LOWER@.doc
 

<font color='#006600'>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
</font><font color='#997700'>@@ -5,8 +5,9 @@
</font> MANAGERS = all
 
 rtems_tests_PROGRAMS = @LOWER@
<font color='#880000'>-@LOWER@_SOURCES = ../spfatal_support/init.c \
-    ../spfatal_support/system.h testcase.h
</font><font color='#000088'>+@LOWER@_SOURCES  = ../spfatal_support/init.c
+@LOWER@_SOURCES += ../spfatal_support/system.h
+@LOWER@_SOURCES += testcase.h
</font> 
 dist_rtems_tests_DATA = @LOWER@.scn
 dist_rtems_tests_DATA += @LOWER@.doc

<font color='#006600'>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
</font><font color='#997700'>@@ -5,9 +5,10 @@
</font> MANAGERS = io rate_monotonic semaphore
 
 rtems_tests_PROGRAMS = @LOWER@
<font color='#880000'>-@LOWER@_SOURCES = init.c ../include/timesys.h \
-    ../../support/src/tmtests_empty_function.c \
-    ../../support/src/tmtests_support.c
</font><font color='#000088'>+@LOWER@_SOURCES  = init.c
+@LOWER@_SOURCES += ../include/timesys.h
+@LOWER@_SOURCES += ../../support/src/tmtests_empty_function.c
+@LOWER@_SOURCES += ../../support/src/tmtests_support.c
</font> 
 dist_rtems_tests_DATA = @LOWER@.doc
 
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>