depmod.pl: recurse through module dependencies
authorMike Frysinger <vapier@gentoo.org>
Thu, 9 Jul 2009 04:28:48 +0000 (00:28 -0400)
committerMike Frysinger <vapier@gentoo.org>
Thu, 9 Jul 2009 04:30:40 +0000 (00:30 -0400)
commitbbc31e5f3cb2482f752ab6251b1d7491b5ea73eb
tree0aa14ad08bd551edf8c7fb7d97bb9574c7642db4
parentfbb12ddc6a53ad97ff6bcc7ed9b253c09001ad2f
depmod.pl: recurse through module dependencies

The previous fix up loaded dependencies two deep, but really that was an
incomplete fix as we need to load dependencies all the way down.  So change
the code to run recursively through all dependencies.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
examples/depmod.pl