Makefile |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 38a91f15e60d01e2d33dd70c1f83e9b2e73426c4
Author: Michael Stahl <mst...@redhat.com>
Date:   Thu May 3 12:51:36 2012 +0200

    Makefile: clean should rm $SOLARVER (see f33ba93b)

diff --git a/Makefile b/Makefile
index 3220d9f..b72ce14 100644
--- a/Makefile
+++ b/Makefile
@@ -312,12 +312,14 @@ clean: clean-host clean-build
 
 clean-host:
        rm -fr $(DEVINSTALLDIR)
+       rm -fr $(SOLARVER)/$(INPATH) # not necessarily below SRCDIR
        rm -fr $(SRCDIR)/*/$(INPATH)
        rm -fr install
 
 clean-build:
 ifeq ($(CROSS_COMPILING),YES)
-       rm -rf */$(INPATH_FOR_BUILD)
+       rm -rf $(SOLARVER)/$(INPATH_FOR_BUILD) # not necessarily below SRCDIR
+       rm -rf $(SRCDIR)/*/$(INPATH_FOR_BUILD)
 endif
 
 #
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to