PR other/12618
* testsuite/Makefile.in (mostlyclean): Remove any core file.
This commit is contained in:
parent
946bde0b07
commit
610f48948e
2 changed files with 7 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -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 a new issue