r21771 - gnucash/trunk/packaging/win32 - win32 build: indicate when dist.sh begins or ends and remove redundant crosscompile check

Geert Janssens gjanssens at code.gnucash.org
Wed Dec 21 12:43:48 EST 2011


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

Modified:
   gnucash/trunk/packaging/win32/dist.sh
   gnucash/trunk/packaging/win32/install-impl.sh
Log:
win32 build: indicate when dist.sh begins or ends and remove redundant crosscompile check

Modified: gnucash/trunk/packaging/win32/dist.sh
===================================================================
--- gnucash/trunk/packaging/win32/dist.sh	2011-12-21 17:39:32 UTC (rev 21770)
+++ gnucash/trunk/packaging/win32/dist.sh	2011-12-21 17:43:48 UTC (rev 21771)
@@ -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/trunk/packaging/win32/install-impl.sh
===================================================================
--- gnucash/trunk/packaging/win32/install-impl.sh	2011-12-21 17:39:32 UTC (rev 21770)
+++ gnucash/trunk/packaging/win32/install-impl.sh	2011-12-21 17:43:48 UTC (rev 21771)
@@ -148,7 +148,6 @@
     _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



More information about the gnucash-changes mailing list