x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.c
[linux-2.6-microblaze.git] / arch / x86 / kernel / cpu / mkcapflags.sh
index d0dfb89..aed45b8 100644 (file)
@@ -4,6 +4,8 @@
 # Generate the x86_cap/bug_flags[] arrays from include/asm/cpufeatures.h
 #
 
+set -e
+
 IN=$1
 OUT=$2