waf: use Utils.WafError() instead of sys.exit(1)
authorAndrew Tridgell <tridge@samba.org>
Wed, 9 Feb 2011 04:54:07 +0000 (15:54 +1100)
committerAndrew Tridgell <tridge@samba.org>
Fri, 18 Feb 2011 04:09:45 +0000 (15:09 +1100)
commita7ee6e81fffc92d85dca26ae236e339e7d7eb83e
treeefcb2bb7ed1ce04b5018b36992e521261abdb470
parent7720facd424b67cc9b49a5111a3b74df5129d3c1
waf: use Utils.WafError() instead of sys.exit(1)

better to raise an expection than just exiting
buildtools/wafsamba/samba_deps.py