]> git.ozlabs.org Git - ccan/commitdiff
tools/create-ccan-tree: Add --build-type=TYPE
authorJeremy Kerr <jeremy.kerr@canonical.com>
Thu, 24 May 2012 01:48:00 +0000 (09:48 +0800)
committerJeremy Kerr <jeremy.kerr@canonical.com>
Mon, 28 May 2012 13:48:51 +0000 (21:48 +0800)
Replace the --exclude-configurator argument with a
single --build-type=TYPE argument, allowing future expansion of build
system types (and allowing source-tree-only creation). We currently
support:

 * 'make' (just the Makefile, equivalent to --exclude-configurator)
 * 'make+config' (current default)

Signed-off-by: Jeremy Kerr <jeremy.kerr@canonical.com>

No differences found