help-gnu-utils
[Top][All Lists]
Advanced

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

make: how to selectively handle exit status of commands


From: Stephan Petersen
Subject: make: how to selectively handle exit status of commands
Date: Fri, 13 Aug 2004 14:27:58 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.2) Gecko/20040803


Hi guys,

some external programs I'm calling as commands in rules unfortunately return non-zero exit status values even for "warnings", i.e. non-critical errors.

What's the best way to deal with such cases, where make should abort for *some* exit status values (e.g. > 40), but continue for others (e.g. <= 40).

Thanks in advance for any pointers,

Stephan


reply via email to

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