summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
Commit message (Collapse)AuthorAgeFilesLines
* Respect $CXX, fallback to 'g++' in bootstrap.shGrzegorz Blach2011-06-211-1/+1
|
* Fix bootstrap script for dash.Nicolas Despres2011-05-101-3/+6
| | | | | | On Ubuntu /bin/sh is a link to dash. The bootstrap script reported a 'Bad substitution' error line 39 when interpreted by dash. This patch fix the problem.
* rename gen-build-file to configureEvan Martin2011-05-091-2/+2
| | | | Change it so it always writes build.ninja; easier to run directly.
* Fix bootstrap.sh to include the correct subprocess{-win32}.cc based on the ↵Andrew Scherkus2011-05-081-1/+7
| | | | platform.
* check in a script that generates build.ninjaEvan Martin2011-05-021-14/+8
| | | | | | | | | This will allow us to: 1) simplify bootstrap 2) generate windows-style paths on windows It is also in line with ninja's philosophy: the build file syntax is simple because the build files are easy to generate.
* fix typo in comment in bootstrap.shEvan Martin2011-04-221-1/+1
|
* fix bootstrap when build dir already existsEvan Martin2011-03-071-1/+1
|
* fix bootstrap by running python inliner tooEvan Martin2011-03-071-0/+2
|
* drop DumpBacktraceEvan Martin2011-02-281-6/+2
| | | | It wasn't that helpful; simplifies other platforms to just not use it.
* bootstrap.sh: FreeBSD supportasmodai2011-02-281-6/+20
|
* add copyrightsEvan Martin2011-02-061-0/+14
|
* clean up bootstrapEvan Martin2011-02-061-3/+6
|
* don't strip debug info in debug modeEvan Martin2011-01-191-0/+1
|
* use config file for build-time options; default to optEvan Martin2011-01-151-0/+7
|
* disable deprecation warnings in bootstrapEvan Martin2010-12-261-1/+1
|
* fix bootstrapEvan Martin2010-12-071-1/+1
|
* update bootstrapEvan Martin2010-11-291-2/+3
|
* bootstrap scriptEvan Martin2010-11-071-0/+10