[Avida-SVN] r1269 - extras

kaben at myxo.css.msu.edu kaben at myxo.css.msu.edu
Tue Feb 13 06:02:47 PST 2007


Author: kaben
Date: 2007-02-13 09:02:47 -0500 (Tue, 13 Feb 2007)
New Revision: 1269

Modified:
   extras/
   extras/SConscript
Log:
 r1315 at stochastic:  kaben | 2007-02-07 09:13:44 -0500
 Using SCons "AlwaysBuild" command to always install TestAvida executable
 if it is built. This makes it easier for me to detect build failures
 from GDB.



Property changes on: extras
___________________________________________________________________
Name: svk:merge
   - 079b078a-dbed-46b9-b3da-37668d4295ca:/avida/local/extras:1264
   + 079b078a-dbed-46b9-b3da-37668d4295ca:/avida/local/extras:1315

Modified: extras/SConscript
===================================================================
--- extras/SConscript	2007-02-13 05:51:12 UTC (rev 1268)
+++ extras/SConscript	2007-02-13 14:02:47 UTC (rev 1269)
@@ -47,7 +47,7 @@
     'main',
   ]
 )
-e.Install('$execPrefix', TestAvida_exe)
+e.AlwaysBuild(e.Install('$execPrefix', TestAvida_exe))
 
 
 # Library of generic extra tools.




More information about the Avida-cvs mailing list