platform_build_blueprint/bootstrap
Colin Cross 93ef72d283 Don't fail cleanup when a file has turned into a directory
If .ninja_log contains an entry that used to be a file but is now a
non-empty directory the os.Remove call will fail.  Silently ignore
this error, if the files in the directory are abandoned the directory
will be cleaned up when the files are removed.
2015-03-04 13:27:30 -08:00
..
minibp Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00
bootstrap.go Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00
cleanup.go Don't fail cleanup when a file has turned into a directory 2015-03-04 13:27:30 -08:00
command.go Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00
config.go Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00
doc.go Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00