[Sound-open-firmware] [PATCH] build-all: run autogen and fail on any errors
Liam Girdwood
liam.r.girdwood at linux.intel.com
Tue Jun 6 14:18:29 CEST 2017
Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
build-all.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/build-all.sh b/build-all.sh
index 38d894b..83b0aa8 100755
--- a/build-all.sh
+++ b/build-all.sh
@@ -1,3 +1,9 @@
+# fail on any errors
+set -e
+
+# run autogen.sh
+./autogen.sh
+
# build all images for all targets.
pwd=`pwd`
--
2.11.0
More information about the Sound-open-firmware
mailing list