# git rev-parse -q --verify e7662d35cb8272145638a0d933a52c8962fbdf98^{commit} e7662d35cb8272145638a0d933a52c8962fbdf98 already have revision, skipping fetch # git checkout -q -f -B kisskb e7662d35cb8272145638a0d933a52c8962fbdf98 # git clean -qxdf # < git log -1 # commit e7662d35cb8272145638a0d933a52c8962fbdf98 # Author: Masahiro Yamada # Date: Thu Jun 27 03:22:04 2024 +0900 # # kconfig: refactor error messages in sym_check_print_recursive() # # Improve the error messages and clean up redundant code. # # [1] remove redundant next_sym->name checks # # If 'next_sym' is a choice, the first 'if' block is executed. In the # subsequent 'else if' blocks, 'next_sym" is not a choice, hence # next_sym->name is not NULL. # # [2] remove redundant sym->name checks # # A choice is never selected or implied by anyone because it has no name # (it is syntactically impossible). If it is, sym->name is not NULL. # # [3] Show the location of choice instead of "" # # "part of choice " does not convey useful information. Since a # choice has no name, it is more informative to display the file name and # line number. # # Signed-off-by: Masahiro Yamada # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-gcc --version # < /opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux-ld --version # < git log --format=%s --max-count=1 e7662d35cb8272145638a0d933a52c8962fbdf98 # make -s -j 160 ARCH=powerpc O=/kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- powernv_defconfig # < make -s -j 160 ARCH=powerpc O=/kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- help # make -s -j 160 ARCH=powerpc O=/kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- olddefconfig # make -s -j 160 ARCH=powerpc O=/kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 CROSS_COMPILE=/opt/cross/kisskb/korg/gcc-5.5.0-nolibc/powerpc64-linux/bin/powerpc64-linux- Completed OK # rm -rf /kisskb/build/kbuild_powernv_defconfig_powerpc-gcc5 # Build took: 0:01:39.004206