Skip to content
Commit 16fe7775 authored by Mike Frysinger's avatar Mike Frysinger Committed by Wolfgang Denk
Browse files

error check autoconf.mk generation



If any of the steps for generating autoconf.mk fail currently, they go
unnoticed.  To fix, we can simply add 'set -e' to the long list of commands.
This is simpler and more robust than placing '|| exit $$?' after every line.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 019895a8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment