Commit 5ff3a208 by Ben Elliston Committed by Ben Elliston

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
parent 27e03cf1
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> 2008-01-26 David Daney <ddaney@avtrex.com>
* cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE, * cp-demangle.c (d_dump): Handle DEMANGLE_COMPONENT_JAVA_RESOURCE,
......
...@@ -81,6 +81,7 @@ mostlyclean: ...@@ -81,6 +81,7 @@ mostlyclean:
rm -f test-demangle rm -f test-demangle
rm -f test-pexecute rm -f test-pexecute
rm -f test-expandargv rm -f test-expandargv
rm -f core
clean: mostlyclean clean: mostlyclean
distclean: clean distclean: clean
rm -f Makefile rm -f Makefile
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment