script/autobuild.py: split 'samba3' 'make -j 4 everything' into multiple steps
authorStefan Metzmacher <metze@samba.org>
Tue, 11 Oct 2011 13:32:36 +0000 (15:32 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 11 Oct 2011 13:52:25 +0000 (15:52 +0200)
commit3c4eb2cab68d4b60888dfb557734cdfaeef50b4c
tree8903e81c89f7e3db2102908428de0c7cb88fdbfc
parent67600117610eda2bd7ad2802bcc7a9147720e659
script/autobuild.py: split 'samba3' 'make -j 4 everything' into multiple steps

Calling 'waf configure' while compiling .c files makes it very hard to
find compile errors. We do 'make -j 4 bin/smbtorture4' before 'make -j 4 everything'.

metze
script/autobuild.py