aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBen Elliston <bje@gnu.org>2011-03-09 11:51:01 +1100
committerBen Elliston <bje@gnu.org>2011-03-09 15:54:18 +1100
commit54f20a63a44f26030afc51fc6abeeeb0f4a22598 (patch)
tree91b65728165cc641838b75e5851d6b876f2978f1 /Makefile.in
parente19e15a5d5eb36077187491166bd60f4bf8855a8 (diff)
* Makefile.am (DISTCLEANFILES): Define.
* Makefile.in: Regenerate. * testsuite/runtest.all/libs.exp: Clean up temp files on exit. * testsuite/runtest.all/options.exp: Likewise for dbg.log. * testsuite/runtest.all/stats.exp: Likewise for tmpdir. Use "file mkdir" instead of exec'ing mkdir(1).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a0b24d9..9f9fdab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -248,6 +248,7 @@ EXTRA_DIST = ChangeLog-1992 MAINTAINERS runtest site.tmpl \
$(baseboard_DATA) $(baseboard_SCRIPTS) \
$(TESTSUITE_FILES) $(XML) $(CONTRIB)
+DISTCLEANFILES = xXx.log xXx.sum x.log x.sum testrun.log testrun.sum
bin_SCRIPTS = runtest
include_HEADERS = dejagnu.h
pkgdata_SCRIPTS = \
@@ -1233,6 +1234,7 @@ distclean-generic:
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
-rm -f doc/$(am__dirstamp)
+ -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"