r20712 - gnucash/branches/2.4/packaging/win32 - [20710] Windows build: properly configure msys before checking mingw

Geert Janssens gjanssens at code.gnucash.org
Sat May 28 05:39:53 EDT 2011


Author: gjanssens
Date: 2011-05-28 05:39:52 -0400 (Sat, 28 May 2011)
New Revision: 20712
Trac: http://svn.gnucash.org/trac/changeset/20712

Modified:
   gnucash/branches/2.4/packaging/win32/install-impl.sh
Log:
[20710] Windows build: properly configure msys before checking mingw
availability

Modified: gnucash/branches/2.4/packaging/win32/install-impl.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/install-impl.sh	2011-05-28 09:27:57 UTC (rev 20711)
+++ gnucash/branches/2.4/packaging/win32/install-impl.sh	2011-05-28 09:39:52 UTC (rev 20712)
@@ -113,6 +113,8 @@
     setup MinGW
     _MINGW_UDIR=`unix_path $MINGW_DIR`
     _MINGW_WFSDIR=`win_fs_path $MINGW_DIR`
+    # Configure msys to use mingw on the above path before running any tests !
+    configure_msys "$_PID" "$_MINGW_WFSDIR"
     [ "$CROSS_COMPILE" = "yes" ] && add_to_env $_MINGW_UDIR/bin PATH
 
     if quiet test_for_mingw
@@ -133,8 +135,6 @@
         fi
         quiet test_for_mingw || die "mingw not installed correctly"
     fi
-
-    configure_msys "$_PID" "$_MINGW_WFSDIR"
 }
 
 function inst_unzip() {


Property changes on: gnucash/branches/2.4/packaging/win32/install-impl.sh
___________________________________________________________________
Deleted: svn:executable
   - *



More information about the gnucash-changes mailing list