mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 17:30:11 +08:00
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
This commit is contained in:
parent
27e03cf15b
commit
5ff3a20880
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user