Skip to content

Commit

Permalink
[Kernel] make sure kernel build fail on all errors and address git am…
Browse files Browse the repository at this point in the history
… 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.
  • Loading branch information
yxieca authored and lguohan committed Aug 10, 2018
1 parent 70fdaa2 commit 84b09c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
pushd $(BUILD_DIR)
git init
git add -f *
git commit -m "check in all loose files and diffs"

# patch debian changelog and update kernel package version
# git am ../patch/changelog.patch
Expand Down

0 comments on commit 84b09c0

Please sign in to comment.