From: Ben Elliston Date: Tue, 19 Feb 2008 03:23:15 +0000 (+0000) Subject: re PR other/12618 (core not cleaned up by 'make distclean') X-Git-Tag: releases/gcc-4.4.0~6431 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff3a2088013a1ba1dd79ca6cd27cc78f5640a3d;p=thirdparty%2Fgcc.git re PR other/12618 (core not cleaned up by 'make distclean') PR other/12618 * testsuite/Makefile.in (mostlyclean): Remove any core file. From-SVN: r132405 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index f533060f9759..0153ff7e1730 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2008-02-19 Ben Elliston + + PR other/12618 + * testsuite/Makefile.in (mostlyclean): Remove any core file. + 2008-01-26 David Daney * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, diff --git a/libiberty/testsuite/Makefile.in b/libiberty/testsuite/Makefile.in index 56800a7a7ce0..69ac1f5105e0 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