]> git.ozlabs.org Git - petitboot/commitdiff
autotools: Use non-recursive make
authorJeremy Kerr <jk@ozlabs.org>
Mon, 28 Jul 2014 08:20:04 +0000 (16:20 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Fri, 1 Aug 2014 03:24:26 +0000 (11:24 +0800)
With the current testing infrastructure, we don't have a strictly
hierarchical set of dependencies. This causes problems with a recursive
make, and means we have to hack around some of the dependencies.

This change generates a single, top-level makefile from all of the
Makefile.am fragments. We still need the po/ directory as a separate
SUBDIR, but all others can be converted to non-recursive.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found