r15270 - gnucash/trunk/packaging/win32 - No need to manually exclude test subdirectories from mingw build

Andreas Köhler andi5 at cvs.gnucash.org
Thu Dec 28 09:33:44 EST 2006


Author: andi5
Date: 2006-12-28 09:33:42 -0500 (Thu, 28 Dec 2006)
New Revision: 15270
Trac: http://svn.gnucash.org/trac/changeset/15270

Modified:
   gnucash/trunk/packaging/win32/install.sh
Log:
No need to manually exclude test subdirectories from mingw build
anymore, since r15260.


Modified: gnucash/trunk/packaging/win32/install.sh
===================================================================
--- gnucash/trunk/packaging/win32/install.sh	2006-12-28 02:22:37 UTC (rev 15269)
+++ gnucash/trunk/packaging/win32/install.sh	2006-12-28 14:33:42 UTC (rev 15270)
@@ -675,10 +675,6 @@
 
         # Windows DLLs don't need relinking
         grep -v "need_relink=yes" libtool   > libtool.new   ; mv libtool.new   libtool
-        # Exclude (for now) the test subdirectories from the build
-        # because executable linking is so painfully slow on mingw
-        perl -pi.instbak -e's#^(SUBDIRS.* )test( .*)?$#\1\2#' `find src -name Makefile`
-        find src -name Makefile.instbak -exec rm {} \;
 
         make
 



More information about the gnucash-changes mailing list