mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Don't reset -q after calling UPDATE_NOW with ignore-minus-n
[SVN r83629]
This commit is contained in:
@@ -148,12 +148,8 @@ int make( LIST * targets, int anyhow )
|
||||
status = counts->cantfind || counts->cantmake;
|
||||
|
||||
{
|
||||
LISTITER iter;
|
||||
LISTITER end;
|
||||
PROFILE_ENTER( MAKE_MAKE1 );
|
||||
for ( iter = list_begin( targets ), end = list_end( targets ); iter !=
|
||||
end; iter = list_next( iter ) )
|
||||
status |= make1( bindtarget( list_item( iter ) ) );
|
||||
status |= make1( targets );
|
||||
PROFILE_EXIT( MAKE_MAKE1 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user