[GRASS-SVN] r42841 - grass/branches/releasebranch_6_4/mswindows/osgeo4w

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 19 04:05:49 EDT 2010


Author: hamish
Date: 2010-07-19 08:05:49 +0000 (Mon, 19 Jul 2010)
New Revision: 42841

Modified:
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
Log:
only distclean if we need to (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2010-07-19 08:04:59 UTC (rev 42840)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2010-07-19 08:05:49 UTC (rev 42841)
@@ -30,10 +30,11 @@
 
 if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
 
-	echo $(date): STARTING make distclean
-	make distclean
+	if [ -e include/Make/Grass.make ] ; then
+	    echo $(date): STARTING make distclean
+	    make distclean
+	fi
 
-
 	echo $(date): STARTING configure
 	./configure \
 		--with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-16/lib $OSGEO4W_ROOT_MSYS/lib" \



More information about the grass-commit mailing list