Changeset a7b7386 in rtems
- Timestamp:
- Jul 30, 2010, 8:46:13 AM (11 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 9b52f0e
- Parents:
- e33e5c67
- Location:
- testsuites/libtests
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/libtests/ChangeLog
re33e5c67 ra7b7386 1 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * tar01/Makefile.am: 4 Apply $LN_S, $PAX. Use subshell for tarball creation. 5 Don't add initial_fs to CLEANFILES. 6 * tar02/Makefile.am: 7 Apply $LN_S, $PAX. Use subshell for tarball creation. 8 1 9 2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 10 -
testsuites/libtests/tar01/Makefile.am
re33e5c67 ra7b7386 41 41 (echo "This is a test of loading an RTEMS filesystem from an" ; \ 42 42 echo "initial tar image.") >initial_fs/home/test_file 43 cd initial_fs && ln -s home/test_file symlink 44 cd initial_fs ; pax -w -f ../initial_filesystem.tar home symlink 43 (cd initial_fs; \ 44 $(LN_S) home/test_file symlink; \ 45 $(PAX) -w -f ../initial_filesystem.tar home symlink) 45 46 CLEANFILES += initial_filesystem.tar 46 47 47 CLEANFILES += initial_fs48 49 48 include $(top_srcdir)/../automake/local.am -
testsuites/libtests/tar02/Makefile.am
re33e5c67 ra7b7386 41 41 (echo "This is a test of loading an RTEMS filesystem from an" ; \ 42 42 echo "initial tar image.") >initial_fs/home/test_file 43 cd initial_fs && ln -s home/test_file symlink 44 cd initial_fs ; pax -w -f ../initial_filesystem.tar home symlink 43 (cd initial_fs; \ 44 $(LN_S) home/test_file symlink 45 $(PAX) -w -f ../initial_filesystem.tar home symlink) 45 46 CLEANFILES += initial_filesystem.tar 46 47
Note: See TracChangeset
for help on using the changeset viewer.