platform_build_blueprint/bootstrap
Colin Cross a259945b74 Use context builddir for removing abandoned files
Removing abandoned files needs to know where the .ninja_log file is
stored.  Export the ninja builddir value from Context and use it to
determine the .ninja_log path in any stage.

The ninja builddir (where ninja stores its .ninja_log and .ninja_deps
files) and the bootstrap.BuildDir (where build output files are written)
are distinct, so to reduce confusion replace SetBuildDir with
SetNinjaBuildDir.
2015-11-18 16:06:19 -08:00
..
bpdoc bpdoc: Cache property struct docs by full package path 2015-08-12 18:05:41 -07:00
minibp Use three stage builds 2015-07-29 17:14:00 -07:00
bootstrap.go Use context builddir for removing abandoned files 2015-11-18 16:06:19 -08:00
cleanup.go Use context builddir for removing abandoned files 2015-11-18 16:06:19 -08:00
command.go Merge pull request #49 from danw/plugins 2015-09-14 16:01:46 -07:00
config.go Support go 1.5 2015-08-03 16:16:24 -07:00
doc.go Support go 1.5 2015-08-03 16:16:24 -07:00
writedocs.go Add self-documenting support 2015-06-26 10:51:44 -07:00