Skip to content

Commit 84b09c0

Browse files
yxiecalguohan
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 70fdaa2 commit 84b09c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
3333
pushd $(BUILD_DIR)
3434
git init
3535
git add -f *
36+
git commit -m "check in all loose files and diffs"
3637

3738
# patch debian changelog and update kernel package version
3839
# git am ../patch/changelog.patch

0 commit comments

Comments
 (0)