From 1e21e5f44181ccb07e75bc78593714f403836b71 Mon Sep 17 00:00:00 2001 From: Evan Martin Date: Tue, 18 Nov 2014 09:58:45 -0800 Subject: drop leftover references to bootstrap.py --- HACKING.md | 9 +++------ misc/packaging/ninja.spec | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/HACKING.md b/HACKING.md index ef521e1..059a424 100644 --- a/HACKING.md +++ b/HACKING.md @@ -7,10 +7,6 @@ The primary build target of interest is `ninja`, but when hacking on Ninja your changes should be testable so it's more useful to build and run `ninja_test` when developing. -(`./bootstrap.py` creates a bootstrap `ninja` and runs the above -process; it's only necessary to run if you don't have a copy of -`ninja` to build with.) - ### Adjusting build flags Build in "debug" mode while developing (disables optimizations and builds @@ -126,14 +122,15 @@ it's locked while in use. * Install Visual Studio (Express is fine), [Python for Windows][], and (if making changes) googletest (see above instructions) -* In a Visual Studio command prompt: `python bootstrap.py` +* In a Visual Studio command prompt: `python configure.py --bootstrap` [Python for Windows]: http://www.python.org/getit/windows/ ### Via mingw on Windows (not well supported) * Install mingw, msys, and python -* In the mingw shell, put Python in your path, and `python bootstrap.py` +* In the mingw shell, put Python in your path, and + `python configure.py --bootstrap` * To reconfigure, run `python configure.py` * Remember to strip the resulting executable if size matters to you diff --git a/misc/packaging/ninja.spec b/misc/packaging/ninja.spec index f0c46fe..fa244a6 100644 --- a/misc/packaging/ninja.spec +++ b/misc/packaging/ninja.spec @@ -23,7 +23,7 @@ seconds to start building after changing one file. Ninja is under a second. %build echo Building.. -./bootstrap.py +./configure.py --bootstrap ./ninja manual %install -- cgit v0.12