forked from Imagelibrary/rtems
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:
@@ -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>
|
2010-07-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
|
* tar01/Makefile.am, tar02/Makefile.am: Apply TARTESTS.
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
CLEANFILES =
|
|
||||||
|
|
||||||
if TARTESTS
|
if TARTESTS
|
||||||
rtems_tests_PROGRAMS = tar01
|
rtems_tests_PROGRAMS = tar01
|
||||||
tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
|
tar01_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
|
||||||
@@ -49,4 +47,7 @@ initial_filesystem.tar:
|
|||||||
CLEANFILES += initial_filesystem.tar
|
CLEANFILES += initial_filesystem.tar
|
||||||
endif TARTESTS
|
endif TARTESTS
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
-rm -rf initial_fs
|
||||||
|
|
||||||
include $(top_srcdir)/../automake/local.am
|
include $(top_srcdir)/../automake/local.am
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
CLEANFILES =
|
|
||||||
|
|
||||||
if TARTESTS
|
if TARTESTS
|
||||||
rtems_tests_PROGRAMS = tar02
|
rtems_tests_PROGRAMS = tar02
|
||||||
tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
|
tar02_SOURCES = init.c ../../psxtests/psxfile01/test_cat.c \
|
||||||
@@ -49,4 +47,7 @@ initial_filesystem.tar:
|
|||||||
CLEANFILES += initial_filesystem.tar
|
CLEANFILES += initial_filesystem.tar
|
||||||
endif TARTESTS
|
endif TARTESTS
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
-rm -rf initial_fs
|
||||||
|
|
||||||
include $(top_srcdir)/../automake/local.am
|
include $(top_srcdir)/../automake/local.am
|
||||||
|
|||||||
Reference in New Issue
Block a user