From 84b09c0aa0572a54c9b4c7242dc2b83c83a5e7b0 Mon Sep 17 00:00:00 2001 From: Ying Xie Date: Tue, 17 Jul 2018 16:29:18 -0700 Subject: [PATCH] [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. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5f5faab87f93..6814e24167aa 100644 --- a/Makefile +++ b/Makefile @@ -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