summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests
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
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')
-rw-r--r--testsuites/libtests/ChangeLog5
-rw-r--r--testsuites/libtests/tar01/Makefile.am5
-rw-r--r--testsuites/libtests/tar02/Makefile.am5
3 files changed, 11 insertions, 4 deletions
diff --git a/testsuites/libtests/ChangeLog b/testsuites/libtests/ChangeLog
index 93ece7bec5..0553d75890 100644
--- a/testsuites/libtests/ChangeLog
+++ b/testsuites/libtests/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
+ intital_fs directory.
+
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
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
diff --git a/testsuites/libtests/tar02/Makefile.am b/testsuites/libtests/tar02/Makefile.am
index fddc60753d..087a3d32a6 100644
--- a/testsuites/libtests/tar02/Makefile.am
+++ b/testsuites/libtests/tar02/Makefile.am
@@ -2,8 +2,6 @@
## $Id$
##
-CLEANFILES =
-
if TARTESTS
rtems_tests_PROGRAMS = tar02
tar02_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