# git rev-parse -q --verify 7f26cd24a407a69c48f5410282b14a8d7711358e^{commit} 7f26cd24a407a69c48f5410282b14a8d7711358e already have revision, skipping fetch # git checkout -q -f -B kisskb 7f26cd24a407a69c48f5410282b14a8d7711358e # git clean -qxdf # < git log -1 # commit 7f26cd24a407a69c48f5410282b14a8d7711358e # Author: Thayne Harbaugh # Date: Sat Jun 15 23:34:54 2024 -0600 # # kbuild: Fix build target deb-pkg: ln: failed to create hard link # # The make deb-pkg target calls debian-orig which attempts to either # hard link the source .tar to the build-output location or copy the # source .tar to the build-output location. The test to determine # whether to ln or cp is incorrectly expanded by Make and consequently # always attempts to ln the source .tar. This fix corrects the escaping # of '$' so that the test is expanded by the shell rather than by Make # and appropriately selects between ln and cp. # # Fixes: b44aa8c96e9e ("kbuild: deb-pkg: make .orig tarball a hard link if possible") # Signed-off-by: Thayne Harbaugh # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux-ld --version # < git log --format=%s --max-count=1 7f26cd24a407a69c48f5410282b14a8d7711358e # make -s -j 160 ARCH=x86_64 O=/kisskb/build/kbuild_defconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- defconfig # < make -s -j 160 ARCH=x86_64 O=/kisskb/build/kbuild_defconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- help # make -s -j 160 ARCH=x86_64 O=/kisskb/build/kbuild_defconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- olddefconfig # make -s -j 160 ARCH=x86_64 O=/kisskb/build/kbuild_defconfig_x86_64-gcc13 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-13.1.0-nolibc/x86_64-linux/bin/x86_64-linux- Completed OK # rm -rf /kisskb/build/kbuild_defconfig_x86_64-gcc13 # Build took: 0:04:33.362846