Changeset b3c6b5e8 in rtems
- Timestamp:
- Jul 30, 2010, 6:13:06 AM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- e33e5c67
- Parents:
- 1061b9df
- Location:
- testsuites/libtests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/ChangeLog
r1061b9df rb3c6b5e8 1 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * tar01/Makefile.am, tar02/Makefile.am: 4 Eliminate stamp-filesystem. 5 1 6 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 7 -
testsuites/libtests/tar01/Makefile.am
r1061b9df rb3c6b5e8 36 36 CLEANFILES += initial_filesystem_tar.h 37 37 38 stamp-filesystem:38 initial_filesystem.tar: 39 39 rm -rf initial_fs 40 40 $(MKDIR_P) initial_fs/home … … 42 42 echo "initial tar image.") >initial_fs/home/test_file 43 43 cd initial_fs && ln -s home/test_file symlink 44 touch stamp-filesystem45 CLEANFILES += stamp-filesystem46 47 initial_filesystem.tar: stamp-filesystem48 44 cd initial_fs ; pax -w -f ../initial_filesystem.tar home symlink 49 45 CLEANFILES += initial_filesystem.tar -
testsuites/libtests/tar02/Makefile.am
r1061b9df rb3c6b5e8 36 36 CLEANFILES += initial_filesystem_tar.h 37 37 38 stamp-filesystem:38 initial_filesystem.tar: 39 39 rm -rf initial_fs 40 40 $(MKDIR_P) initial_fs/home … … 42 42 echo "initial tar image.") >initial_fs/home/test_file 43 43 cd initial_fs && ln -s home/test_file symlink 44 touch stamp-filesystem45 CLEANFILES += stamp-filesystem46 47 initial_filesystem.tar: stamp-filesystem48 44 cd initial_fs ; pax -w -f ../initial_filesystem.tar home symlink 49 45 CLEANFILES += initial_filesystem.tar
Note: See TracChangeset
for help on using the changeset viewer.