mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-05 21:20:25 +01:00
Revert "Make mklib propogate all errors"
This reverts commit d6f55492af.
It's both not portable and not safe to trap & exit on ERR. This will
need to use a more invasive approach that tests return code only for
selected, important commands.
This commit is contained in:
parent
cc66847c10
commit
79cc455cb8
1 changed files with 0 additions and 8 deletions
|
|
@ -25,14 +25,6 @@
|
|||
# CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
|
||||
# propagate any errors
|
||||
function errtrap {
|
||||
es=$?
|
||||
exit $es
|
||||
}
|
||||
trap errtrap ERR
|
||||
|
||||
|
||||
# Given a list of files, look for .a archives and unpack them.
|
||||
# Return the original list of files minus the .a files plus the unpacked files.
|
||||
# first param: name of a temp directory (to be deleted when finished)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue