platform_build_blueprint/blueprint
Jamie Gennis 7330a23887 Clean up the bootstrap script a little.
This change makes the bootstrap script take two optional flag-based command
line arguments rather than using positional arguments.  The -i argument
replaces the old positional arguments (one of which was simply not needed), and
the -r flag now causes the script to regenerate the bootstrap Ninja file for
use when working on Blueprint itself.

Additionally this change allows all the configuration variables used in the
script to be overridden by environment variables.  This makes it possible to
create a very simple bootstrap script for a customized Blueprint-based build
system by invoking this script after setting up the proper environment
variables.

Change-Id: I60f890061ae237a68719e1e2d345d1a8e87c851c
2014-06-18 12:57:56 -07:00
..
bootstrap Clean up the bootstrap script a little. 2014-06-18 12:57:56 -07:00
parser Initial Blueprint commit. 2014-06-04 14:23:32 -07:00
pathtools Add the blueprint/pathtools package 2014-06-06 14:41:07 -07:00
context.go Document most of the blueprint package APIs. 2014-06-12 20:10:01 -07:00
context_test.go Initial Blueprint commit. 2014-06-04 14:23:32 -07:00
globals.go Document most of the blueprint package APIs. 2014-06-12 20:10:01 -07:00
live_tracker.go Remove the blueprint.Config type. 2014-06-12 12:16:09 -07:00
mangle.go Initial Blueprint commit. 2014-06-04 14:23:32 -07:00
module_ctx.go Fix a variable name 2014-06-12 20:10:01 -07:00
ninja_defs.go Document most of the blueprint package APIs. 2014-06-12 20:10:01 -07:00
ninja_strings.go Don't export the EOF constant. 2014-06-12 19:41:57 -07:00
ninja_strings_test.go Initial Blueprint commit. 2014-06-04 14:23:32 -07:00
ninja_writer.go Initial Blueprint commit. 2014-06-04 14:23:32 -07:00
ninja_writer_test.go Initial Blueprint commit. 2014-06-04 14:23:32 -07:00
scope.go Remove the blueprint.Config type. 2014-06-12 12:16:09 -07:00
singleton_ctx.go Fix a variable name 2014-06-12 20:10:01 -07:00
unpack.go Initial Blueprint commit. 2014-06-04 14:23:32 -07:00
unpack_test.go Initial Blueprint commit. 2014-06-04 14:23:32 -07:00