Skip to content

Commit b31ea5b

Browse files
yxiecaqiluo-msft
authored andcommitted
[Kernel] make sure kernel build fail on all errors and address git am error (#52)
* [Kernel] fail kernel build on all errors * [Kernel] Check in all lose changes after add them all Otherwise, the following git am will fail.
1 parent e9d056a commit b31ea5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.ONESHELL:
22
SHELL = /bin/bash
3+
.SHELLFLAGS += -e
34

45
KVERSION_SHORT ?= 3.16.0-5
56
KVERSION ?= $(KVERSION_SHORT)-amd64
@@ -32,6 +33,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
3233
pushd $(BUILD_DIR)
3334
git init
3435
git add -f *
36+
git commit -m "check in all loose files and diffs"
3537

3638
# patch debian changelog and update kernel package version
3739
git am ../patch/changelog.patch

0 commit comments

Comments
 (0)