2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Fixed a bug in Boost Jam's UPDATE_NOW builtin rule causing it to disable the -q option when requested to disable the -n option. This was also causing the -q option to be permanently disabled when requested to disable both -q & -n options.

[SVN r79084]
This commit is contained in:
Jurko Gospodnetić
2012-06-25 15:34:17 +00:00
parent 85219521b8
commit 3f05f021da

View File

@@ -1384,8 +1384,6 @@ LIST * builtin_update_now( FRAME * frame, int flags )
{
original_noexec = globs.noexec;
globs.noexec = 0;
original_quitquick = globs.quitquick;
globs.quitquick = 0;
}
if ( !list_empty( continue_ ) )