Fix integration builds, put back symlinks temporarily.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 6 Dec 2002 02:36:23 +0000 (02:36 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Fri, 6 Dec 2002 02:36:23 +0000 (02:36 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@517 fdb21ef1-2011-0410-befe-b5e4ea1792b1

config

diff --git a/config b/config
index 331e9e5cb38b972b1838ef6b66b2b3f3e578bec9..3593c70b210dc9f57b77c43b7a656349037d675f 100644 (file)
--- a/config
+++ b/config
  *
  * Look in aesub(5) for more information about command substitutions.
  */
-build_command = "SCONS_LIB_DIR=${BaseLine}/build/scons-src/src/engine python ${Source src/script/scons.py} -Y${SUBSTitute : \\ -Y $Search_Path} date='${DAte %Y/%m/%d %H:%M:%S}' developer=${DEVeloper} version=${VERsion} change=${Change}";
+build_command = "SCONS_LIB_DIR=src/engine python ${Source src/script/scons.py} -Y${SUBSTitute : \\ -Y $Search_Path} date='${DAte %Y/%m/%d %H:%M:%S}' developer=${DEVeloper} version=${VERsion} change=${Change}";
 
 /*
  * SCons removes its targets before constructing them, which qualifies it
  * for the following entry in the config file.  The files must be removed
  * first, otherwise the baseline would cease to be self-consistent.
- *
-link_integration_directory = true;
  */
+link_integration_directory = true;
 
 /*
-integrate_begin_command =
-       "";
-*/
+ * This is set temporarily to allow us to build using the SCons
+ * currently checked in to the src directory.
+ */
+create_symlinks_before_build = true;
 
 /*
  *     aegis - project change supervisor
@@ -213,7 +213,7 @@ diff_command =
 
 /*
  * We use a runtest.pl script to execute tests.  This takes care of
- * massaging environment variables and the like to test agains the
+ * massaging environment variables and the like to test against the
  * unpacked package in the current directory.
  *
  * Note that we must include $spe in the batch_test_command line (so