[GRASS-SVN] r45430 - grass/branches/develbranch_6/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Feb 18 10:07:18 EST 2011


Author: martinl
Date: 2011-02-18 07:07:17 -0800 (Fri, 18 Feb 2011)
New Revision: 45430

Modified:
   grass/branches/develbranch_6/include/Make/Rules.make
Log:
Rules.make: revert broken commit r45429


Modified: grass/branches/develbranch_6/include/Make/Rules.make
===================================================================
--- grass/branches/develbranch_6/include/Make/Rules.make	2011-02-18 14:55:16 UTC (rev 45429)
+++ grass/branches/develbranch_6/include/Make/Rules.make	2011-02-18 15:07:17 UTC (rev 45430)
@@ -79,9 +79,11 @@
 clean:
 	-rm -rf $(OBJDIR) $(EXTRA_CLEAN_DIRS)
 	-rm -f $(EXTRA_CLEAN_FILES) *.tmp.html
-        for dir in "" $(CLEAN_SUBDIRS); do \ 
-	        [ -n "$$dir" ] && $(MAKE) -C "$$dir" clean; \ 
-        done
+	-if [ "$(CLEAN_SUBDIRS)" != "" ] ; then \
+		for dir in $(CLEAN_SUBDIRS) ; do \
+			$(MAKE) -C $$dir clean ; \
+		done ; \
+	fi
 
 # default install rules
 install:



More information about the grass-commit mailing list