[Libreoffice-commits] .: Makefile
Michael Stahl
mst at kemper.freedesktop.org
Thu May 3 03:55:28 PDT 2012
Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
New commits:
commit 38a91f15e60d01e2d33dd70c1f83e9b2e73426c4
Author: Michael Stahl <mstahl at 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
#
More information about the Libreoffice-commits
mailing list