From cc43b36400cf378b452209446e9223bf54350cd6 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 31 Jul 2010 03:07:34 +0000 Subject: =?UTF-8?q?2010-07-31=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove intital_fs directory. --- testsuites/libtests/ChangeLog | 5 +++++ testsuites/libtests/tar01/Makefile.am | 5 +++-- testsuites/libtests/tar02/Makefile.am | 5 +++-- 3 files changed, 11 insertions(+), 4 deletions(-) (limited to 'testsuites/libtests') 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 + + * tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove + intital_fs directory. + 2010-07-30 Ralf Corsépius * 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 -- cgit v1.2.3