ooo-build r14036 - trunk



Author: strba
Date: Tue Sep 23 11:12:11 2008
New Revision: 14036
URL: http://svn.gnome.org/viewvc/ooo-build?rev=14036&view=rev

Log:
make distclean should remove the internal gcc binaries/includes/libraries

Modified:
   trunk/ChangeLog
   trunk/Makefile.am

Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am	(original)
+++ trunk/Makefile.am	Tue Sep 23 11:12:11 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]