PR other/12618
authorBen Elliston <bje@au.ibm.com>
Tue, 19 Feb 2008 03:22:19 +0000 (03:22 +0000)
committerBen Elliston <bje@au.ibm.com>
Tue, 19 Feb 2008 03:22:19 +0000 (03:22 +0000)
* testsuite/Makefile.in (mostlyclean): Remove any core file.

libiberty/ChangeLog
libiberty/testsuite/Makefile.in

index f533060f9759bfaf6a6ef7f6dc9f7a19538edc0d..0153ff7e1730344c1430864c3271be40a8211bcd 100644 (file)
@@ -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,
index 56800a7a7ce001768b544614a8067122fc2f51ad..69ac1f5105e0f1553ba22ab98d6c0e77a77815f6 100644 (file)
@@ -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
This page took 0.042074 seconds and 4 git commands to generate.