s4:WAF buildsystem - support out of "source4" directory builds
authorMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Thu, 8 Apr 2010 10:38:17 +0000 (12:38 +0200)
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Thu, 8 Apr 2010 12:14:24 +0000 (14:14 +0200)
commitf3f82496ac1198ffa65d5b2a052838248e0685aa
tree4b7c64fda27f6b5b5ec61179e8265cf9bb90594e
parentbf4189eb80246b3fc1fe0cf90cd790ac0b1e0e56
s4:WAF buildsystem - support out of "source4" directory builds

Bug: https://bugzilla.samba.org/show_bug.cgi?id=4081

With this patch we are able to invoke s4 builds from the outside of the
"source4" directory (but the target remains the "source4/bin" path).

One constraint: all commands: "autogen-waf.sh", "configure", "make" have to be
run from the same directory!
Regarding "make": you have to run it using "make -C <source4 path> [targets]" if
the invoke directory is not "source4" itself.
buildtools/scripts/configure.waf
source4/autogen-waf.sh