]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
error check autoconf.mk generation
authorMike Frysinger <vapier@gentoo.org>
Mon, 18 Feb 2008 10:10:07 +0000 (05:10 -0500)
committerWolfgang Denk <wd@denx.de>
Fri, 22 Feb 2008 11:33:23 +0000 (12:33 +0100)
commit16fe77752eee099b9fb61ed73460e51cc94b37ba
tree9252ec480347d417e9735495e228e52b43b5c7b7
parent019895a8dee71a9f00da05c03e379f45d581b0fe
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: Mike Frysinger <vapier@gentoo.org>
Makefile