Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-06-05 07:13:18


Examining your patch, it doesn't seem quite right:

if( status == EXEC_CMD_FAIL && DEBUG_MAKE )
{
/* Print command text on failure */

if( !DEBUG_EXEC )
printf( "%s\n", cmd->buf );

printf( "...failed %s ", cmd->rule->name );
list_print( lol_get( &cmd->args, 0 ) );
printf( "...\n" );

if( globs.quitquick ) ++intr;
}

Is the intention to only quitquick if DEBUG_MAKE is set?
Also, does it handle FAIL_EXPECTED correctly?

-Dave

----- Original Message -----
From: "Markus Scherschanski" <mscherschanski_at_[hidden]>
To: <jamboost_at_[hidden]>
Sent: Wednesday, June 05, 2002 5:11 AM
Subject: RE: [jamboost] -q option doesn't work

> All right... I appended...
>
> No prob,
> Markus
>
> > -----Original Message-----
> > From: David Abrahams [mailto:david.abrahams_at_[hidden]]
> > Sent: Tuesday, June 04, 2002 2:32 PM
> > To: jamboost_at_[hidden]
> > Subject: Re: [jamboost] -q option doesn't work
> >
> >
> > Please send complete diff output that can be used by the
> > patch program.
> >
> > Thanks,
> > Dave
>
>
>
> To unsubscribe from this group, send an email to:
> jamboost-unsubscribe_at_[hidden]
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk