From c6ee835808199bcd2bebecd7e463c6fe48b1bed1 Mon Sep 17 00:00:00 2001 From: Steven Knight Date: Mon, 4 Feb 2002 04:11:08 +0000 Subject: Finally, eat our own dog food: start using SCons to build its own packages. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config b/config index 445a1b13..53873e34 100644 --- a/config +++ b/config @@ -34,7 +34,7 @@ * if the file is not in the change. Look in aesub(5) for more information * about command substitutions. */ -build_command = "cons date='${DAte %Y/%m/%d %H:%M:%S}' developer=${DEVeloper} version=${VERsion} change=${Change}"; +build_command = "SCONS_LIB_DIR=${Development_Directory}/src/engine python ${Source src/script/scons.py} date='${DAte %Y/%m/%d %H:%M:%S}' developer=${DEVeloper} version=${VERsion} change=${Change}"; /* * The rules used in the User Guide all remove their targets before -- cgit v1.2.1