waf: rework expand_subsystem_deps()
authorAndrew Tridgell <tridge@samba.org>
Wed, 20 Oct 2010 07:11:31 +0000 (18:11 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:23 +0000 (19:03 +1100)
commitc0878cfb615d35fc3a62e45fa9ecab7f178ecb3c
tree765d8cf469c50f2bf4cb736890344f2d8e8a252b
parent14081efcc07e02a479ed3121a2359b9dd766a378
waf: rework expand_subsystem_deps()

make the variable names a lot clearer, and restrict the expansion of
subsystem deps to object style subsystems and modules. If a subsystem
or a module is built as a library then we don't need to expand the
dependencies across that boundary

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_deps.py