From c585f2b83265d1dbff5b78664cbe3474a2200d63 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Mar 02 2022 12:31:39 +0000 Subject: scripts/run_oldconfig.sh: Ignore PAHOLE_VERSION. --- diff --git a/scripts/run_oldconfig.sh b/scripts/run_oldconfig.sh index 5659bfe..fe50a1a 100755 --- a/scripts/run_oldconfig.sh +++ b/scripts/run_oldconfig.sh @@ -373,7 +373,7 @@ ask_reuse_config() filter_config() { - sed -e '/CONFIG_GCC_VERSION/ d' -e '/CONFIG_LD_VERSION/ d' -e '/CONFIG_CC_VERSION_TEXT/ d' -e '/^# .* is not set$/p' -e '/^$\|^#/d' "$@" | sort + sed -e '/CONFIG_GCC_VERSION/ d' -e '/CONFIG_LD_VERSION/ d' -e '/CONFIG_CC_VERSION_TEXT/ d' -e '/CONFIG_PAHOLE_VERSION/ d' -e '/^# .* is not set$/p' -e '/^$\|^#/d' "$@" | sort } # Keep these in the -vanilla fragment even if -default has the same values.