From a7b7386772344ae55378aa1e9c8377488a58a6d7 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Jul 2010 08:46:13 +0000 Subject: =?UTF-8?q?2010-07-30=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tar01/Makefile.am: Apply $LN_S, $PAX. Use subshell for tarball creation. Don't add initial_fs to CLEANFILES. * tar02/Makefile.am: Apply $LN_S, $PAX. Use subshell for tarball creation. --- testsuites/libtests/tar01/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'testsuites/libtests/tar01') diff --git a/testsuites/libtests/tar01/Makefile.am b/testsuites/libtests/tar01/Makefile.am index 4664c27810..585526cebc 100644 --- a/testsuites/libtests/tar01/Makefile.am +++ b/testsuites/libtests/tar01/Makefile.am @@ -40,10 +40,9 @@ initial_filesystem.tar: $(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 - cd initial_fs ; pax -w -f ../initial_filesystem.tar home symlink + (cd initial_fs; \ + $(LN_S) home/test_file symlink; \ + $(PAX) -w -f ../initial_filesystem.tar home symlink) CLEANFILES += initial_filesystem.tar -CLEANFILES += initial_fs - include $(top_srcdir)/../automake/local.am -- cgit v1.2.3