OSDN Git Service

* Makefile.in (distclean): When cleaning, remove testsuite.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Dec 2000 22:04:07 +0000 (22:04 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 7 Dec 2000 22:04:07 +0000 (22:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38116 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/Makefile.in

index 0656e8c..ed042a1 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-07  Mike Stump  <mrs@kankakee.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
 2000-12-05  Jason Merrill  <jason@redhat.com>
 
        * cp-demangle.c (cplus_demangle_v3): Check that it's a v3 mangled
index 62a97dc..850b9d9 100644 (file)
@@ -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
        @$(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
 
 maintainer-clean realclean: maintainer-clean-subdir
        $(MAKE) SUBDIRS="" distclean