ooo-build r14035 - branches/ooo-build-3-0
- From: strba svn gnome org
- To: svn-commits-list gnome org
- Subject: ooo-build r14035 - branches/ooo-build-3-0
- Date: Tue, 23 Sep 2008 11:12:02 +0000 (UTC)
Author: strba
Date: Tue Sep 23 11:12:02 2008
New Revision: 14035
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14035&view=rev
Log:
make distclean should remove the internal gcc binaries/includes/libraries
Modified:
branches/ooo-build-3-0/ChangeLog
branches/ooo-build-3-0/Makefile.am
Modified: branches/ooo-build-3-0/Makefile.am
==============================================================================
--- branches/ooo-build-3-0/Makefile.am (original)
+++ branches/ooo-build-3-0/Makefile.am Tue Sep 23 11:12:02 2008
@@ -25,6 +25,10 @@
test "$(BUILDDIR)/$$icons" = "/" || rm -rf "$(BUILDDIR)/$$icons" ; \
done
test -z "$(BUILDDIR)/gcc-3.4.1" || rm -rf $(BUILDDIR)/gcc-3.4.1
+ test -z "$(BUILDDIR)/bin" || rm -rf $(BUILDDIR)/bin/*
+ test -z "$(BUILDDIR)/include/c++" || rm -rf $(BUILDDIR)/include/c++
+ test -z "$(BUILDDIR)/lib" || rpm -rf $(BUILDDIR)/lib/*
+ test -z "$(BUILDDIR)/libexec" || rpm -rf $(BUILDDIR)/libexec/*
maintainer-clean-local:
test -z "$(BUILDDIR)" || rm -rf $(BUILDDIR)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]