Don't choke on directory creation errors by bjam.

[SVN r24345]
This commit is contained in:
Rene Rivera 2004-08-08 17:16:19 +00:00
parent 1bee5b177d
commit 23867fd344

View file

@ -594,7 +594,7 @@ int cpp_main( int argc, char ** argv )
}
// bjam indicates some prior dependency failed by a "...skipped" message
else if ( line.find( "...skipped <" ) != string::npos )
else if ( line.find( "...skipped <" ) != string::npos && line.find( "<directory-grist>" ) == string::npos)
{
mgr.stop_message( content );
content.clear();