build: fixed build group for the PIDL tables generation
authorAndrew Tridgell <tridge@samba.org>
Sat, 27 Mar 2010 23:00:53 +0000 (10:00 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 6 Apr 2010 10:27:11 +0000 (20:27 +1000)
buildtools/waf-svn
buildtools/wafsamba/samba_pidl.py

index ffe97a5575e17b7bddf674e8dcd151280f510d4f..57ae204e25a8b67e8236fe66292a0e6810229529 100755 (executable)
Binary files a/buildtools/waf-svn and b/buildtools/waf-svn differ
index 14a5b3fb126699aaa1a5a941f5063974a2096ef9..fd30e7cc5dcd23e667145c0c58da3a7ded2d34dd 100644 (file)
@@ -122,6 +122,7 @@ def collect(self):
 
 def SAMBA_PIDL_TABLES(bld, name, target):
     headers = bld.env.PIDL_HEADERS
+    bld.SET_BUILD_GROUP('main')
     t = bld(
             features = 'collect',
             rule     = '${SRC} --output ${TGT} | sed "s|default/||" > ${TGT}',