mirror of https://github.com/thesofproject/sof.git
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:
parent
658159e7c5
commit
58a99d68bf
|
@ -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`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue