2010-07-31 Ralf Corsépius <ralf.corsepius@rtems.org>

* tar01/Makefile.am, tar02/Makefile.am: Apply clean-local to remove
	intital_fs directory.
This commit is contained in:
Ralf Corsepius
2010-07-31 03:07:34 +00:00
parent 0aea082fe0
commit cc43b36400
3 changed files with 11 additions and 4 deletions

View File

@@ -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.

View File

@@ -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

View File

@@ -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