[GRASS-SVN] r42797 - grass/branches/develbranch_6/mswindows/osgeo4w
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 15 05:57:41 EDT 2010
Author: hamish
Date: 2010-07-15 09:57:41 +0000 (Thu, 15 Jul 2010)
New Revision: 42797
Modified:
grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
Log:
call make distclean
Modified: grass/branches/develbranch_6/mswindows/osgeo4w/package.sh
===================================================================
--- grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2010-07-15 09:21:09 UTC (rev 42796)
+++ grass/branches/develbranch_6/mswindows/osgeo4w/package.sh 2010-07-15 09:57:41 UTC (rev 42797)
@@ -30,8 +30,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" \
@@ -58,9 +62,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