r14877 - gnucash/trunk/packaging/win32 - Revert last change when perl modifies in-place - that doesn't work on windows

Christian Stimming cstim at cvs.gnucash.org
Thu Sep 21 06:05:27 EDT 2006


Author: cstim
Date: 2006-09-21 06:05:26 -0400 (Thu, 21 Sep 2006)
New Revision: 14877
Trac: http://svn.gnucash.org/trac/changeset/14877

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
Revert last change when perl modifies in-place - that doesn't work on windows

Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-09-20 08:42:51 UTC (rev 14876)
+++ gnucash/trunk/packaging/win32/install.sh	2006-09-21 10:05:26 UTC (rev 14877)
@@ -758,7 +758,7 @@
     cp libtool libtool.bak ; grep -v "need_relink=yes" libtool.bak > libtool
     # Exclude (for now) the test subdirectories from the build
     # because executable linking is so painfully slow on mingw
-    perl -pi -e's#^(SUBDIRS.* )test( .*)?$#\1\2#' `find src -name Makefile`
+    perl -pi.bak -e's#^(SUBDIRS.* )test( .*)?$#\1\2#' `find src -name Makefile`
 
     make LDFLAGS="${AUTOTOOLS_LDFLAGS} ${REGEX_LDFLAGS} ${GNOME_LDFLAGS} -no-undefined"
 



More information about the gnucash-changes mailing list