change log for rtems (2010-07-29)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu Jul 29 17:10:39 UTC 2010


 *ralf*:
Remove MANAGERS.

M    1.2  testsuites/libtests/tar01/Makefile.am
M    1.2  testsuites/libtests/tar03/Makefile.am

diff -u rtems/testsuites/libtests/tar01/Makefile.am:1.1 rtems/testsuites/libtests/tar01/Makefile.am:1.2
--- rtems/testsuites/libtests/tar01/Makefile.am:1.1	Tue Jul 27 13:16:49 2010
+++ rtems/testsuites/libtests/tar01/Makefile.am	Thu Jul 29 11:13:36 2010
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = tar01
 tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
   initial_filesystem_tar.c

diff -u rtems/testsuites/libtests/tar03/Makefile.am:1.1 rtems/testsuites/libtests/tar03/Makefile.am:1.2
--- rtems/testsuites/libtests/tar03/Makefile.am:1.1	Mon Jul 19 08:12:40 2010
+++ rtems/testsuites/libtests/tar03/Makefile.am	Thu Jul 29 11:13:36 2010
@@ -2,8 +2,6 @@
 ## $Id$
 ##
 
-MANAGERS = all
-
 rtems_tests_PROGRAMS = tar03
 tar03_SOURCES = init.c
 


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

	* tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.

M  1.219  testsuites/libtests/ChangeLog

diff -u rtems/testsuites/libtests/ChangeLog:1.218 rtems/testsuites/libtests/ChangeLog:1.219
--- rtems/testsuites/libtests/ChangeLog:1.218	Tue Jul 27 13:16:49 2010
+++ rtems/testsuites/libtests/ChangeLog	Thu Jul 29 11:13:44 2010
@@ -1,3 +1,7 @@
+2010-07-29	Ralf Corsépius <ralf.corsepius at rtems.org>
+
+	* tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
+
 2010-07-27	Joel Sherrill <joel.sherrill at oarcorp.com>
 
 	PR 1532/testing


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

	* tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.

M  1.220  testsuites/libtests/ChangeLog
M    1.3  testsuites/libtests/tar01/Makefile.am
M    1.2  testsuites/libtests/tar02/Makefile.am

diff -u rtems/testsuites/libtests/ChangeLog:1.219 rtems/testsuites/libtests/ChangeLog:1.220
--- rtems/testsuites/libtests/ChangeLog:1.219	Thu Jul 29 11:13:44 2010
+++ rtems/testsuites/libtests/ChangeLog	Thu Jul 29 11:17:15 2010
@@ -1,5 +1,9 @@
 2010-07-29	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
+
+2010-07-29	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* tar01/Makefile.am, tar03/Makefile.am: Remove MANAGERS.
 
 2010-07-27	Joel Sherrill <joel.sherrill at oarcorp.com>

diff -u rtems/testsuites/libtests/tar01/Makefile.am:1.2 rtems/testsuites/libtests/tar01/Makefile.am:1.3
--- rtems/testsuites/libtests/tar01/Makefile.am:1.2	Thu Jul 29 11:13:36 2010
+++ rtems/testsuites/libtests/tar01/Makefile.am	Thu Jul 29 11:17:15 2010
@@ -4,7 +4,7 @@
 
 rtems_tests_PROGRAMS = tar01
 tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
-  initial_filesystem_tar.c
+  initial_filesystem_tar.c initial_filesystem_tar.h
 
 dist_rtems_tests_DATA = tar01.scn
 
@@ -19,13 +19,10 @@
 LINK_OBJS = $(tar01_OBJECTS) $(tar01_LDADD)
 LINK_LIBS = $(tar01_LDLIBS)
 
-tar01$(EXEEXT): stamp-filesystem stamp-initial-fs-source $(tar01_OBJECTS) \
-    $(tar01_DEPENDENCIES)
+tar01$(EXEEXT): $(tar01_OBJECTS) $(tar01_DEPENDENCIES)
 	@rm -f tar01$(EXEEXT)
 	$(make-exe)
 
-init.o: init.c stamp-initial-fs-source
-
 initial_filesystem_tar.c: stamp-initial-fs-source
 
 initial_filesystem_tar.h: stamp-initial-fs-source

diff -u rtems/testsuites/libtests/tar02/Makefile.am:1.1 rtems/testsuites/libtests/tar02/Makefile.am:1.2
--- rtems/testsuites/libtests/tar02/Makefile.am:1.1	Tue Jul 27 13:16:50 2010
+++ rtems/testsuites/libtests/tar02/Makefile.am	Thu Jul 29 11:17:15 2010
@@ -4,7 +4,7 @@
 
 rtems_tests_PROGRAMS = tar02
 tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
-  initial_filesystem_tar.c
+  initial_filesystem_tar.c initial_filesystem_tar.h
 
 dist_rtems_tests_DATA = tar02.scn
 
@@ -19,13 +19,10 @@
 LINK_OBJS = $(tar02_OBJECTS) $(tar02_LDADD)
 LINK_LIBS = $(tar02_LDLIBS)
 
-tar02$(EXEEXT): stamp-filesystem stamp-initial-fs-source $(tar02_OBJECTS) \
-    $(tar02_DEPENDENCIES)
+tar02$(EXEEXT): $(tar02_OBJECTS) $(tar02_DEPENDENCIES)
 	@rm -f tar02$(EXEEXT)
 	$(make-exe)
 
-init.o: init.c stamp-initial-fs-source
-
 initial_filesystem_tar.c: stamp-initial-fs-source
 
 initial_filesystem_tar.h: stamp-initial-fs-source


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

	* tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
	with $(MKDIR_P).

M  1.221  testsuites/libtests/ChangeLog
M    1.4  testsuites/libtests/tar01/Makefile.am
M    1.3  testsuites/libtests/tar02/Makefile.am

diff -u rtems/testsuites/libtests/ChangeLog:1.220 rtems/testsuites/libtests/ChangeLog:1.221
--- rtems/testsuites/libtests/ChangeLog:1.220	Thu Jul 29 11:17:15 2010
+++ rtems/testsuites/libtests/ChangeLog	Thu Jul 29 11:20:36 2010
@@ -1,5 +1,10 @@
 2010-07-29	Ralf Corsépius <ralf.corsepius at rtems.org>
 
+	* tar01/Makefile.am, tar02/Makefile.am: Replace mkdir cascade
+	with $(MKDIR_P).
+
+2010-07-29	Ralf Corsépius <ralf.corsepius at rtems.org>
+
 	* tar01/Makefile.am, tar02/Makefile.am: Misc. fixes.
 
 2010-07-29	Ralf Corsépius <ralf.corsepius at rtems.org>

diff -u rtems/testsuites/libtests/tar01/Makefile.am:1.3 rtems/testsuites/libtests/tar01/Makefile.am:1.4
--- rtems/testsuites/libtests/tar01/Makefile.am:1.3	Thu Jul 29 11:17:15 2010
+++ rtems/testsuites/libtests/tar01/Makefile.am	Thu Jul 29 11:20:36 2010
@@ -33,8 +33,7 @@
 
 stamp-filesystem:
 	rm -rf initial_fs
-	mkdir initial_fs
-	mkdir initial_fs/home
+	$(MKDIR_P) initial_fs/home
 	(echo "This is a test of loading an RTEMS filesystem from an" ; \
 	echo "initial tar image.") >initial_fs/home/test_file
 	cd initial_fs && ln -s home/test_file symlink

diff -u rtems/testsuites/libtests/tar02/Makefile.am:1.2 rtems/testsuites/libtests/tar02/Makefile.am:1.3
--- rtems/testsuites/libtests/tar02/Makefile.am:1.2	Thu Jul 29 11:17:15 2010
+++ rtems/testsuites/libtests/tar02/Makefile.am	Thu Jul 29 11:20:36 2010
@@ -33,8 +33,7 @@
 
 stamp-filesystem:
 	rm -rf initial_fs
-	mkdir initial_fs
-	mkdir initial_fs/home
+	$(MKDIR_P) initial_fs/home
 	(echo "This is a test of loading an RTEMS filesystem from an" ; \
 	echo "initial tar image.") >initial_fs/home/test_file
 	cd initial_fs && ln -s home/test_file symlink



--

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/20100729/abc301be/attachment.html>


More information about the vc mailing list