We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7182237 commit 51acc82Copy full SHA for 51acc82
scripts/build-linux-deb.sh
@@ -85,6 +85,8 @@ configure_kernel() {
85
}
86
87
build_kernel() {
88
+ # DEBUG
89
+ sed -i '2i set -x' scripts/setlocalversion
90
LOCALVERSION="-${FLAVOR}" \
91
make -C "${WORK_DIR}" "-j$(nproc)" \
92
ARCH=arm64 \
0 commit comments