bug-make
[Top][All Lists]
Advanced

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

[bug #51267] Improve error handling after a special command


From: Paul D. Smith
Subject: [bug #51267] Improve error handling after a special command
Date: Sat, 15 Sep 2018 16:17:59 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:61.0) Gecko/20100101 Firefox/61.0

Update of bug #51267 (project make):

                  Status:                    None => Not A Bug              
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

The very first line in the recipe command in that example is:


        set -e; ...


This means that any command that fails in the recipe command immediately exits
that command with an error.  There is no need to check every command
individually for errors.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?51267>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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