mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-24 10:35:12 +08:00
* Makefile.in (distclean): When cleaning, remove testsuite.
This commit is contained in:
parent
53ef83d385
commit
4415a860ff
@ -1,3 +1,7 @@
|
||||
2000-12-07 Mike Stump <mrs@wrs.com>
|
||||
|
||||
* Makefile.in (distclean): When cleaning, remove testsuite.
|
||||
|
||||
2000-12-05 Jason Merrill <jason@redhat.com>
|
||||
|
||||
* cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
|
||||
|
@ -227,6 +227,7 @@ distclean: distclean-subdir
|
||||
@$(MULTICLEAN) multi-clean DO=distclean
|
||||
rm -f *~ Makefile config.status xhost-mkfrag TAGS multilib.out
|
||||
rm -f config.log
|
||||
-rmdir testsuite 2>/dev/null
|
||||
maintainer-clean realclean: maintainer-clean-subdir
|
||||
$(MAKE) SUBDIRS="" distclean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user