We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d056a commit b31ea5bCopy full SHA for b31ea5b
Makefile
@@ -1,5 +1,6 @@
1
.ONESHELL:
2
SHELL = /bin/bash
3
+.SHELLFLAGS += -e
4
5
KVERSION_SHORT ?= 3.16.0-5
6
KVERSION ?= $(KVERSION_SHORT)-amd64
@@ -32,6 +33,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
32
33
pushd $(BUILD_DIR)
34
git init
35
git add -f *
36
+ git commit -m "check in all loose files and diffs"
37
38
# patch debian changelog and update kernel package version
39
git am ../patch/changelog.patch
0 commit comments