change log for rtems (2010-07-30)

rtems-vc at rtems.org rtems-vc at rtems.org
Sat Jul 31 03:10:44 UTC 2010


 *ralf*:
2010-07-31	Ralf Corsépius <ralf.corsepius at rtems.org>

	* tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
	intital_fs directory.

M  1.229  testsuites/libtests/ChangeLog
M   1.12  testsuites/libtests/tar01/Makefile.am
M   1.11  testsuites/libtests/tar02/Makefile.am

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
@@ -1,3 +1,8 @@
+2010-07-31	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
+	intital_fs directory.
+
 2010-07-30	Ralf Corsépius <ralf.corsepius at rtems.org>
 
 	* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.

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
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-CLEANFILES =
-
 if TARTESTS
 rtems_tests_PROGRAMS = tar01
 tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
@@ -49,4 +47,7 @@
 CLEANFILES += initial_filesystem.tar
 endif TARTESTS
 
+clean-local:
+	-rm -rf initial_fs
+
 include $(top_srcdir)/../automake/local.am

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
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-CLEANFILES =
-
 if TARTESTS
 rtems_tests_PROGRAMS = tar02
 tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
@@ -49,4 +47,7 @@
 CLEANFILES += initial_filesystem.tar
 endif TARTESTS
 
+clean-local:
+	-rm -rf initial_fs
+
 include $(top_srcdir)/../automake/local.am


 *ralf*:
2010-07-31	Ralf Corsépius <ralf.corsepius at rtems.org>

	* automake/compile.am: Remove clean-local:.
	Use CLEANFILES for cleaning up make-exe by-products.

M  1.171  testsuites/ChangeLog
M   1.23  testsuites/automake/compile.am

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
@@ -1,3 +1,8 @@
+2010-07-31	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* automake/compile.am: Remove clean-local:.
+	Use CLEANFILES for cleaning up make-exe by-products.
+
 2010-07-27	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1532/testing

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
@@ -17,6 +17,4 @@
 AM_CFLAGS =
 AM_CXXFLAGS =
 
-clean-local:
-	$(RM) *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf
-
+CLEANFILES = *.num *.nxe *.elf *.srec* *.bin *.bt *.ralf



--

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/20100730/d5da8d09/attachment-0001.html>


More information about the vc mailing list