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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jul 15 06:00:48 EDT 2010


Author: hamish
Date: 2010-07-15 10:00:48 +0000 (Thu, 15 Jul 2010)
New Revision: 42799

Modified:
   grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
Log:
call make distclean (merge from devbr6)

Modified: grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2010-07-15 10:00:27 UTC (rev 42798)
+++ grass/branches/releasebranch_6_4/mswindows/osgeo4w/package.sh	2010-07-15 10:00:48 UTC (rev 42799)
@@ -29,8 +29,12 @@
 echo
 
 if ! [ -f mswindows/osgeo4w/configure-stamp ]; then
+
+	echo $(date): STARTING make distclean
+	make distclean
+
+
 	echo $(date): STARTING configure
-
 	./configure \
 		--with-libs="$OSGEO4W_ROOT_MSYS/apps/gdal-16/lib $OSGEO4W_ROOT_MSYS/lib" \
 		--with-includes="$OSGEO4W_ROOT_MSYS/apps/gdal-16/include $OSGEO4W_ROOT_MSYS/include" \
@@ -57,9 +61,6 @@
 		--with-freetype-includes=$OSGEO4W_ROOT_MSYS/include/freetype2 \
 		--with-odbc
 
-	echo $(date): STARTING make clean
-	make clean
-
 	touch mswindows/osgeo4w/configure-stamp
 fi
 



More information about the grass-commit mailing list