summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tar02
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-07-30 06:13:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-07-30 06:13:06 +0000
commitb3c6b5e867ecfeddaadcc36a938209a37e769e65 (patch)
tree8c61981d37f4b87ead0cb841145a251d45d395f4 /testsuites/libtests/tar02
parent2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b3c6b5e867ecfeddaadcc36a938209a37e769e65.tar.bz2
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Eliminate stamp-filesystem.
Diffstat (limited to 'testsuites/libtests/tar02')
-rw-r--r--testsuites/libtests/tar02/Makefile.am6
1 files changed, 1 insertions, 5 deletions
diff --git a/testsuites/libtests/tar02/Makefile.am b/testsuites/libtests/tar02/Makefile.am
index 11da5c681c..c92945b58d 100644
--- a/testsuites/libtests/tar02/Makefile.am
+++ b/testsuites/libtests/tar02/Makefile.am
@@ -35,16 +35,12 @@ initial_filesystem_tar.h: initial_filesystem.tar
$(BIN2C) -H initial_filesystem.tar initial_filesystem_tar
CLEANFILES += initial_filesystem_tar.h
-stamp-filesystem:
+initial_filesystem.tar:
rm -rf initial_fs
$(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
- touch stamp-filesystem
-CLEANFILES += stamp-filesystem
-
-initial_filesystem.tar: stamp-filesystem
cd initial_fs ; pax -w -f ../initial_filesystem.tar home symlink
CLEANFILES += initial_filesystem.tar