help-make
[Top][All Lists]
Advanced

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

Re: Ignore error


From: David Boyce
Subject: Re: Ignore error
Date: Mon, 01 May 2006 12:20:19 -0400

At 12:15 PM 5/1/2006, David Boyce wrote:
        $(CC) .... || test $? -lt 100

And of course you could/should wrap this into a make macro for brevity and maintainability, eg:

RC      := test $$? -lt 100

        $(CC) ... || $(RC)





reply via email to

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