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

New commits:
commit fa97b8ac234c34618d8dca4329bc13e8454b47b4
Author: Matúš Kukan <matus.ku...@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:
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to