r22319 - gnucash/trunk/packaging/win32 - Win32: restore UPDATE_SOURCES in tags build script.

Geert Janssens gjanssens at code.gnucash.org
Thu Aug 16 06:15:48 EDT 2012


Author: gjanssens
Date: 2012-08-16 06:15:48 -0400 (Thu, 16 Aug 2012)
New Revision: 22319
Trac: http://svn.gnucash.org/trac/changeset/22319

Modified:
   gnucash/trunk/packaging/win32/build_tags_git.sh
Log:
Win32: restore UPDATE_SOURCES in tags build script.

The parameter has been obsoleted recently, but older
tags may still depend on its availability and the tag script is
supposed to be capable of building older tags as well.

Modified: gnucash/trunk/packaging/win32/build_tags_git.sh
===================================================================
--- gnucash/trunk/packaging/win32/build_tags_git.sh	2012-08-16 10:05:13 UTC (rev 22318)
+++ gnucash/trunk/packaging/win32/build_tags_git.sh	2012-08-16 10:15:48 UTC (rev 22319)
@@ -91,6 +91,12 @@
   echo -n 'GLOBAL_DIR=c:\\soft\\gnucash-' >> ${w32pkg}/custom.sh
   echo "${tag}" >> ${w32pkg}/custom.sh
 
+  # UPDATE_SOURCES is obsolete, but preserved here to allow the
+  # current script to also build older tags, that may still
+  # use this parameter.
+  # No need to update the sources we just checked out
+  echo "UPDATE_SOURCES=no" >> ${w32pkg}/custom.sh
+
   # BUILD_FROM_TARBALL is special:
   # in install.sh place we check !=yes, in defaults.sh =yes, in dist.sh =no
   # We want it to look like 'no' in install and defaults, but yes in dist



More information about the gnucash-changes mailing list