Commit graph

26 commits

Author SHA1 Message Date
Tanzinul Islam
b86eb926f4 Allow bootstrapping with "borland" (Embarcadero)
Pass down user's toolset override to the `b2`-building script. This was
(most likely erroneously) removed in 26232c8d4 along with the output
redirection.

If user provided toolset of "borland" for bootstrapping, prepare
`project-config.jam` for the modern `embarcadero` toolset.
2021-03-20 13:14:06 +00:00
Rene Rivera
202c67acdd
Adjust bootstrap for current B2 builds.
These are some minor adjustments to the bootstrap step of building B2. For bootstrap.bat we no longer shove B2 build output to the bootstrap.log file as we want to see the helpful diagnostic messages from B2. For example, indicating the requirement of C++11 for the engine build. This also renames from Boost.Build to B2. And adds clang as an option for bootstrap config creation.
2020-02-13 22:14:33 -06:00
Peter Dimov
84e698ae85 Apply #279 manually. Refs #279. 2019-04-12 19:22:36 +03:00
Peter Dimov
73410010da Do not show 'b2 headers' help from a release; the headers are already in boost/ 2019-01-14 02:06:09 +02:00
Peter Dimov
e60dd07cec Fix bootstrap links to Boost.Build documentation 2018-12-13 18:30:33 +02:00
Mateusz Łoskot
245ec0a1a4
Remove superfluous quote from ECHO in bootstrap.bat
Fixes accidental left over in PR #182
2018-12-13 09:48:35 +01:00
Mateusz Loskot
8e89916f4a Make bootstrap verbose about generating project-config.jam
Indicate what toolset is being pre-configured as default.
2018-05-07 10:43:52 +02:00
Peter Dimov
5ee3d6bcb7
Record specified toolset in project-config.jam instead of msvc (#170)
* Record specified toolset in project-config.jam instead of msvc

* Translate toolset names properly; remove outdated messages; set error code on failure
2017-12-01 18:10:14 +02:00
Daniel James
8b2ab5dc19 Update some links to build documentation. 2014-11-05 01:07:12 +00:00
insideoutclub
4d3e5d83c8 Update bootstrap.bat
Fixed a typo. Changed "furter" to "further".
2014-05-23 10:40:21 -07:00
Vladimir Prus
20fb9d546d Update relative paths to Boost.Build changes. 2013-12-18 11:06:56 +04:00
Beman
eaf9b40ce3 End-of-line normalization. Most normalization was taken care of by .gitattributes, but a few files originally committed to svn with incorrect eol tags need explicit normalization. See .gitattributes man page and extensive list discussion. 2013-12-01 10:13:28 -05:00
Jurko Gospodnetić
6b43bc8928 Comment typo corrected.
[SVN r80509]
2012-09-13 04:38:01 +00:00
Vladimir Prus
6055e63481 Remove more uses of 'Boost.Jam' from bootstrap scripts.
[SVN r72793]
2011-06-29 13:37:17 +00:00
Vladimir Prus
16e3356dd0 Use 'b2' spelling of build command.
[SVN r72773]
2011-06-27 11:18:05 +00:00
Jürgen Hunold
d422bf894b Fix: adjust paths for new engine location.
[SVN r68629]
2011-02-03 21:06:12 +00:00
Vladimir Prus
012320bdec Adjust for tools/build/v2/engine/src move to tools/build/v2/engine.
[SVN r68593]
2011-02-01 08:43:55 +00:00
Vladimir Prus
cf88f3afcd Pass arguments to bootstrap.bat over to jam's build.bat.
[SVN r64998]
2010-08-25 15:48:36 +00:00
Vladimir Prus
e735b8cad6 Use bootstrap.log as name, not bjam.log
[SVN r64175]
2010-07-19 20:42:29 +00:00
Vladimir Prus
9762f594a0 Fix placement of log
[SVN r64174]
2010-07-19 20:41:16 +00:00
Vladimir Prus
b8caf157d7 Move tools/jam into tools/build/v2/engine
[SVN r64010]
2010-07-14 10:37:12 +00:00
Vladimir Prus
842b01c1d6 When building Boost, stop on first error by default.
[SVN r57990]
2009-11-28 08:29:03 +00:00
Vladimir Prus
e6c78fc0eb Make bootstrap.bat work on 64-bit Windows
[SVN r57485]
2009-11-08 14:03:25 +00:00
Vladimir Prus
268d579fea Disable echo right away.
[SVN r55336]
2009-08-01 10:42:39 +00:00
Vladimir Prus
bb86963777 Use REM for comments.
[SVN r52555]
2009-04-23 04:51:11 +00:00
Vladimir Prus
deeef1edda Add bootstrap.bat.
[SVN r52329]
2009-04-11 13:31:11 +00:00