projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53ef83d
)
* Makefile.in (distclean): When cleaning, remove testsuite.
author
DJ Delorie
<dj@redhat.com>
Thu, 7 Dec 2000 23:14:29 +0000
(23:14 +0000)
committer
DJ Delorie
<dj@redhat.com>
Thu, 7 Dec 2000 23:14:29 +0000
(23:14 +0000)
libiberty/ChangeLog
patch
|
blob
|
history
libiberty/Makefile.in
patch
|
blob
|
history
diff --git
a/libiberty/ChangeLog
b/libiberty/ChangeLog
index 5b1af4ac241fa2286d6f05c641b96b39c37dfe84..fa6ef58b2d0e5a26d7cf043bfeec916054d188dd 100644
(file)
--- a/
libiberty/ChangeLog
+++ b/
libiberty/ChangeLog
@@
-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
diff --git
a/libiberty/Makefile.in
b/libiberty/Makefile.in
index 62a97dcf0f65436822608330568c03085b88472f..850b9d9f89b1e59ffad33168dd996de495c5179e 100644
(file)
--- a/
libiberty/Makefile.in
+++ b/
libiberty/Makefile.in
@@
-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