r21770 - gnucash/branches/2.4/packaging/win32 - Set required mingw path and indicate when dist.sh begins or ends

Geert Janssens gjanssens at code.gnucash.org
Wed Dec 21 12:39:33 EST 2011


Author: gjanssens
Date: 2011-12-21 12:39:32 -0500 (Wed, 21 Dec 2011)
New Revision: 21770
Trac: http://svn.gnucash.org/trac/changeset/21770

Modified:
   gnucash/branches/2.4/packaging/win32/dist.sh
   gnucash/branches/2.4/packaging/win32/install-impl.sh
Log:
Set required mingw path and indicate when dist.sh begins or ends

Modified: gnucash/branches/2.4/packaging/win32/dist.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/dist.sh	2011-12-21 08:05:15 UTC (rev 21769)
+++ gnucash/branches/2.4/packaging/win32/dist.sh	2011-12-21 17:39:32 UTC (rev 21770)
@@ -8,6 +8,9 @@
 }
 trap on_error ERR
 
+echo -n "Build (dist) Starting at "
+date
+
 function qpushd() { pushd "$@" >/dev/null; }
 function qpopd() { popd >/dev/null; }
 function unix_path() { echo "$*" | sed 's,^\([A-Za-z]\):,/\1,;s,\\,/,g'; }
@@ -55,6 +58,9 @@
 qpopd
 
 
+echo -n "Build (dist) Finished at "
+date
+
 ### Local Variables: ***
 ### sh-basic-offset: 4 ***
 ### indent-tabs-mode: nil ***

Modified: gnucash/branches/2.4/packaging/win32/install-impl.sh
===================================================================
--- gnucash/branches/2.4/packaging/win32/install-impl.sh	2011-12-21 08:05:15 UTC (rev 21769)
+++ gnucash/branches/2.4/packaging/win32/install-impl.sh	2011-12-21 17:39:32 UTC (rev 21770)
@@ -115,7 +115,7 @@
     _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
+    add_to_env $_MINGW_UDIR/bin PATH
 
     if quiet test_for_mingw
     then



More information about the gnucash-changes mailing list