From: Andrew Tridgell Date: Wed, 5 May 2010 12:09:26 +0000 (+0200) Subject: build: mark cloned task generators as not posted X-Git-Tag: samba-3.6.0pre1~2235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47fb7dfd1c0b5917219a199d45b3d2fdded954c5;p=thirdparty%2Fsamba.git build: mark cloned task generators as not posted this solves an incompatibility with a newer version of waf from svn --- diff --git a/buildtools/wafsamba/samba_install.py b/buildtools/wafsamba/samba_install.py index 9030c19c142..63dab1628ca 100644 --- a/buildtools/wafsamba/samba_install.py +++ b/buildtools/wafsamba/samba_install.py @@ -75,6 +75,7 @@ def install_library(self): # target, which has different ldflags self.done_install_library = True t = self.clone('default') + t.posted = False t.target += '.inst' self.env.RPATH = build_ldflags else: