mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
ctdb-build: Allow configure and Makefile to find waf in tarball
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
751ad4b625
commit
ef72188302
@ -1,6 +1,6 @@
|
||||
# simple makefile wrapper to run waf
|
||||
|
||||
WAF=WAF_MAKE=1 PATH=../buildtools/bin:$$PATH waf
|
||||
WAF=WAF_MAKE=1 PATH=buildtools/bin:../buildtools/bin:$$PATH waf
|
||||
|
||||
all:
|
||||
$(WAF) build
|
||||
|
3
ctdb/configure
vendored
3
ctdb/configure
vendored
@ -2,7 +2,8 @@
|
||||
|
||||
PREVPATH=`dirname $0`
|
||||
|
||||
WAF=../buildtools/bin/waf
|
||||
WAF=buildtools/bin/waf
|
||||
[ -x "$WAF" ] || WAF=../buildtools/bin/waf
|
||||
|
||||
# using JOBS=1 gives maximum compatibility with
|
||||
# systems like AIX which have broken threading in python
|
||||
|
Loading…
x
Reference in New Issue
Block a user