[Libreoffice-commits] .: Makefile

Matus Kukan mkukan at kemper.freedesktop.org
Fri Mar 9 02:23:31 PST 2012


 Makefile |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit fa97b8ac234c34618d8dca4329bc13e8454b47b4
Author: Matúš Kukan <matus.kukan at gmail.com>
Date:   Fri Mar 9 11:21:39 2012 +0100

    Do not remove the whole  workdir/* on 'make clean'
    
    Also solver/$INPATH is subset of */$INPATH.

diff --git a/Makefile b/Makefile
index 84d8c46..df5b638 100644
--- a/Makefile
+++ b/Makefile
@@ -300,8 +300,6 @@ clean: clean-host clean-build
 
 clean-host:
 	rm -fr $(SRCDIR)/*/$(INPATH)
-	rm -fr $(SRCDIR)/workdir/*
-	rm -fr $(SRCDIR)/solver/$(INPATH)
 	rm -fr install
 
 clean-build:


More information about the Libreoffice-commits mailing list