Skip to content

Commit 51acc82

Browse files
committed
DEBUG: set -x setlocalversion
1 parent 7182237 commit 51acc82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/build-linux-deb.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ configure_kernel() {
8585
}
8686

8787
build_kernel() {
88+
# DEBUG
89+
sed -i '2i set -x' scripts/setlocalversion
8890
LOCALVERSION="-${FLAVOR}" \
8991
make -C "${WORK_DIR}" "-j$(nproc)" \
9092
ARCH=arm64 \

0 commit comments

Comments
 (0)