summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2008-02-19 03:22:19 +0000
committerBen Elliston <bje@au.ibm.com>2008-02-19 03:22:19 +0000
commit4686d3ced9ca56a58280f68c4d4fdf6b210e9348 (patch)
tree988745219b2dd6c5b08aed3fbcc370c4fc87e0c9
parentd736975f6d1f60029b7ba37caf6f5a1af1fef1a1 (diff)
downloadbinutils-redhat-4686d3ced9ca56a58280f68c4d4fdf6b210e9348.tar.gz
PR other/12618
* testsuite/Makefile.in (mostlyclean): Remove any core file.
-rw-r--r--libiberty/ChangeLog5
-rw-r--r--libiberty/testsuite/Makefile.in3
2 files changed, 7 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index f533060f97..0153ff7e17 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-19 Ben Elliston <bje@au.ibm.com>
+
+ PR other/12618
+ * testsuite/Makefile.in (mostlyclean): Remove any core file.
+
2008-01-26 David Daney <ddaney@avtrex.com>
* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in
index 56800a7a7c..69ac1f5105 100644
--- a/libiberty/testsuite/Makefile.in
+++ b/libiberty/testsuite/Makefile.in
@@ -67,7 +67,7 @@ test-demangle: $(srcdir)/test-demangle.c ../libiberty.a
test-pexecute: $(srcdir)/test-pexecute.c ../libiberty.a
$(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-pexecute \
$(srcdir)/test-pexecute.c ../libiberty.a
-
+
test-expandargv: $(srcdir)/test-expandargv.c ../libiberty.a
$(TEST_COMPILE) -DHAVE_CONFIG_H -I.. -o test-expandargv \
$(srcdir)/test-expandargv.c ../libiberty.a
@@ -81,6 +81,7 @@ mostlyclean:
rm -f test-demangle
rm -f test-pexecute
rm -f test-expandargv
+ rm -f core
clean: mostlyclean
distclean: clean
rm -f Makefile