build-all: run autogen and fail on any errors

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-06-06 10:45:07 +01:00
parent 658159e7c5
commit 58a99d68bf
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
# fail on any errors
set -e
# run autogen.sh
./autogen.sh
# build all images for all targets. # build all images for all targets.
pwd=`pwd` pwd=`pwd`