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:
@@ -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_ ) )
|
||||
|
||||
Reference in New Issue
Block a user