summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/tar01
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-07-31 03:07:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-07-31 03:07:34 +0000
commitcc43b36400cf378b452209446e9223bf54350cd6 (patch)
tree1ad36ab8035cf750e0973661d0ea3875829b59bc /testsuites/libtests/tar01
parent2010-07-30 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-cc43b36400cf378b452209446e9223bf54350cd6.tar.bz2
2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove intital_fs directory.
Diffstat (limited to 'testsuites/libtests/tar01')
-rw-r--r--testsuites/libtests/tar01/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/testsuites/libtests/tar01/Makefile.am b/testsuites/libtests/tar01/Makefile.am
index 5affa41e94..c2477c21d9 100644
--- a/testsuites/libtests/tar01/Makefile.am
+++ b/testsuites/libtests/tar01/Makefile.am
@@ -2,8 +2,6 @@
## $Id$
##
-CLEANFILES =
-
if TARTESTS
rtems_tests_PROGRAMS = tar01
tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
@@ -49,4 +47,7 @@ initial_filesystem.tar:
CLEANFILES += initial_filesystem.tar
endif TARTESTS
+clean-local:
+ -rm -rf initial_fs
+
include $(top_srcdir)/../automake/local.am