<!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 (2010-07-30)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>

        * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
        intital_fs directory.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.228&r2=text&tr2=1.229&diff_format=h">M</a></td><td width='1%'>1.229</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/tar01/Makefile.am.diff?r1=text&tr1=1.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</td><td width='100%'>testsuites/libtests/tar01/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/tar02/Makefile.am.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>testsuites/libtests/tar02/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.228 rtems/testsuites/libtests/ChangeLog:1.229
--- rtems/testsuites/libtests/ChangeLog:1.228   Fri Jul 30 03:56:09 2010
+++ rtems/testsuites/libtests/ChangeLog Fri Jul 30 22:07:34 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-07-31    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
+       intital_fs directory.
+
</font> 2010-07-30        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.

<font color='#006600'>diff -u rtems/testsuites/libtests/tar01/Makefile.am:1.11 rtems/testsuites/libtests/tar01/Makefile.am:1.12
--- rtems/testsuites/libtests/tar01/Makefile.am:1.11    Fri Jul 30 03:56:09 2010
+++ rtems/testsuites/libtests/tar01/Makefile.am Fri Jul 30 22:07:34 2010
</font><font color='#997700'>@@ -2,8 +2,6 @@
</font> ## $Id$
 ##
 
<font color='#880000'>-CLEANFILES =
-
</font> if TARTESTS
 rtems_tests_PROGRAMS = tar01
 tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
<font color='#997700'>@@ -49,4 +47,7 @@
</font> CLEANFILES += initial_filesystem.tar
 endif TARTESTS
 
<font color='#000088'>+clean-local:
+       -rm -rf initial_fs
+
</font> include $(top_srcdir)/../automake/local.am

<font color='#006600'>diff -u rtems/testsuites/libtests/tar02/Makefile.am:1.10 rtems/testsuites/libtests/tar02/Makefile.am:1.11
--- rtems/testsuites/libtests/tar02/Makefile.am:1.10    Fri Jul 30 03:56:09 2010
+++ rtems/testsuites/libtests/tar02/Makefile.am Fri Jul 30 22:07:34 2010
</font><font color='#997700'>@@ -2,8 +2,6 @@
</font> ## $Id$
 ##
 
<font color='#880000'>-CLEANFILES =
-
</font> if TARTESTS
 rtems_tests_PROGRAMS = tar02
 tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
<font color='#997700'>@@ -49,4 +47,7 @@
</font> CLEANFILES += initial_filesystem.tar
 endif TARTESTS
 
<font color='#000088'>+clean-local:
+       -rm -rf initial_fs
+
</font> include $(top_srcdir)/../automake/local.am
</pre>
<p> </p>
<a name='cs2'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>

        * automake/compile.am: Remove clean-local:.
        Use CLEANFILES for cleaning up make-exe by-products.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/ChangeLog.diff?r1=text&tr1=1.170&r2=text&tr2=1.171&diff_format=h">M</a></td><td width='1%'>1.171</td><td width='100%'>testsuites/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/automake/compile.am.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&diff_format=h">M</a></td><td width='1%'>1.23</td><td width='100%'>testsuites/automake/compile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/ChangeLog:1.170 rtems/testsuites/ChangeLog:1.171
--- rtems/testsuites/ChangeLog:1.170    Tue Jul 27 13:17:37 2010
+++ rtems/testsuites/ChangeLog  Fri Jul 30 22:09:52 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-07-31    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * automake/compile.am: Remove clean-local:.
+       Use CLEANFILES for cleaning up make-exe by-products.
+
</font> 2010-07-27        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        PR 1532/testing

<font color='#006600'>diff -u rtems/testsuites/automake/compile.am:1.22 rtems/testsuites/automake/compile.am:1.23
--- rtems/testsuites/automake/compile.am:1.22   Fri Oct 23 00:37:46 2009
+++ rtems/testsuites/automake/compile.am        Fri Jul 30 22:09:52 2010
</font><font color='#997700'>@@ -17,6 +17,4 @@
</font> AM_CFLAGS =
 AM_CXXFLAGS =
 
<font color='#880000'>-clean-local:
-       $(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
-
</font><font color='#000088'>+CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
</font></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>