Re: [U-Boot-Users] [PATCH] error check autoconf.mk generation

2008-02-22 Thread Wolfgang Denk
In message <[EMAIL PROTECTED]> you wrote: > 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 F

[U-Boot-Users] [PATCH] error check autoconf.mk generation

2008-02-18 Thread Mike Frysinger
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 <[EMAIL PROTECTED]> --- Makefile |1 +