bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Makefile doesnt stop for non zero error codes


From: lasse.makholm
Subject: RE: Makefile doesnt stop for non zero error codes
Date: Wed, 25 Jun 2008 12:36:21 +0300

-k ?
 
http://www.gnu.org/software/make/manual/make.html#Testing
 
Another possiblity is a command script that unexpectedly returns true.
E.g.:

foo:
        gcc ... || true

...will never fail even if gcc fails...

/Lasse


________________________________

        From: address@hidden
[mailto:address@hidden On Behalf Of
ext Murali Krishna
        Sent: Wednesday, June 25, 2008 08:38
        To: address@hidden
        Subject: Makefile doesnt stop for non zero error codes
        
        

        Hi 
         
        I am working in a makefile issue where the makefile doesn't stop
compilation even after it encounters the error in the cpp file. 
         
        The make continues with next rule even though the earlier rule
gives the non zero exit status. What could be the possible cause for
this scenario?

        -- 
        K.Murali Mohana Krishna
        





reply via email to

[Prev in Thread] Current Thread [Next in Thread]