diff options
author | Steven Knight <knight@baldmt.com> | 2002-02-04 04:11:08 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-02-04 04:11:08 (GMT) |
commit | c6ee835808199bcd2bebecd7e463c6fe48b1bed1 (patch) | |
tree | 119376a891c8497b53f80f47a8085475b5cd34dc /config | |
parent | 5e8517111e036d0dfd191a8ad41e41bbf0950c2e (diff) | |
download | SCons-c6ee835808199bcd2bebecd7e463c6fe48b1bed1.zip SCons-c6ee835808199bcd2bebecd7e463c6fe48b1bed1.tar.gz SCons-c6ee835808199bcd2bebecd7e463c6fe48b1bed1.tar.bz2 |
Finally, eat our own dog food: start using SCons to build its own packages.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |