Commit Graph

12 Commits

Author SHA1 Message Date
Rene Rivera
cc51c68c9e SImplify bootstrap scripts. 2019-04-02 08:32:39 -05:00
luzpaz
a2b8731d2a build: misc.typos (#341)
* build: misc.typos

Found via `codespell -q 3 --skip="./src/engine/boehm_gc" -L te,iff`

* Revert 3rdParty code changes
2018-09-26 09:54:06 -07:00
Jurko
f929602088 Return valid exit code from Windows batch scripts.
Technique used for setting Windows batch script exit codes in Boost.Build worked
correctly when the script is called from a Windows shell process and then checked
from inside that process. However, when run from a temporary shell process that
needs to terminate after running the script, such a process would always return
exit code 0.

This prevented anyone automating those scripts from detecting their success/
failure status by using their exit code without adding an additional batch script
layer.

For example, consider the following two script files:

  ret666.cmd:
    exit /b 666

  wrapper.cmd:
    call ret666.cmd

They both 'should return the value 666' and when run directly from a cmd.exe
console indeed both do (they set the shell process's ERRORLEVEL environment
variable to 666). However, when run like this:
  cmd /c <script-name>
running ret666.cmd causes the temporary cmd.exe process to exit with exit code
666, while running wrapper.cmd causes it to exit with exit code 0.
2014-10-24 11:03:15 +04:00
Vladimir Prus
4edcb7f2e6 Fix location of bootstrap log on Windows.
Thanks to Chris Nogradi for the report.
2013-12-27 08:41:58 +04:00
Vladimir Prus
d3015e3ea4 Update relative paths. 2013-12-18 10:49:04 +04:00
Steven Watanabe
e8d4518470 Write bootstrap.log to the correct location.
[SVN r77600]
2012-03-28 02:53:14 +00:00
Vladimir Prus
44e3707e71 Install both "b2" and "bjam".
[SVN r70624]
2011-03-27 11:28:55 +00:00
Steven Watanabe
3edd545016 Fix bootstrap.bat.
[SVN r68818]
2011-02-12 22:28:37 +00:00
Vladimir Prus
7df1f2f4af Kill 'engine/src', moving all content to 'engine'.
[SVN r68592]
2011-02-01 08:16:47 +00:00
Vladimir Prus
65dfa39707 Pass arguments to bootstrap.bat over to jam's build.bat.
[SVN r64998]
2010-08-25 15:48:36 +00:00
Vladimir Prus
a65a3d6d04 Fix paths
[SVN r64176]
2010-07-19 20:47:06 +00:00
Vladimir Prus
474b15c60a Implement 'bootstrap' + 'bjam install' installation for Boost.Build.
[SVN r64166]
2010-07-19 19:48:27 +00:00