diff options
author | Günther Deschner <gd@samba.org> | 2010-10-05 18:08:51 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-05 18:24:55 +0000 |
commit | a578ac028fa92bbe866f1a7d7f845d926281cf40 (patch) | |
tree | 5fa77354363cc03ba68c13834014e3d9c29ab1a8 /source3/wscript_build | |
parent | e481b6637436ff3a145e7104811911c501bf9e42 (diff) | |
download | samba-a578ac028fa92bbe866f1a7d7f845d926281cf40.tar.gz samba-a578ac028fa92bbe866f1a7d7f845d926281cf40.tar.bz2 samba-a578ac028fa92bbe866f1a7d7f845d926281cf40.zip |
s3-waf: add slightly different mkbuildoptions awk script for waf.
This allows to run make test (w/o smbtorture4 for now) using waf.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Tue Oct 5 18:24:55 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 2676abe0dc..5a6bab6bfd 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -952,7 +952,7 @@ SPLIT_TOKENS_SRC = 'utils/split_tokens.c' LIBS='ICONV' bld.SAMBA_GENERATOR('build_options', - source='include/config.h script/mkbuildoptions.awk', + source='include/config.h script/mkbuildoptions-waf.awk', target='smbd/build_options.c', rule='${AWK} -f ${SRC[1].abspath(env)} > ${TGT} < ${SRC[0].abspath(env)}') |