The comments were wrong causing a misunderstanding while analyzing the script's function. Signed-off-by: Ozan Çağlayan <ozancag@xxxxxxxxx> --- scripts/check_config.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/scripts/check_config.sh b/scripts/check_config.sh index e7041bd..648c05b 100755 --- a/scripts/check_config.sh +++ b/scripts/check_config.sh @@ -3,10 +3,11 @@ # regenerates the compat_autoconf header. # These variables are expected to be exported: -#COMPAT_CONFIG=".config" -#COMPAT_CONFIG_CW="config" -#CONFIG_CHECK=".${COMPAT_CONFIG}.md5" -#COMPAT_AUTOCONF="include/linux/compat_autoconf.h" +#COMPAT_CONFIG_CW=$(PWD)/config.mk +#COMPAT_CONFIG=$(PWD)/.config +#CONFIG_CHECK=$(PWD)/.config.mk_md5sum.txt +#COMPAT_AUTOCONF=include/linux/compat_autoconf.h + function gen_compat_autoconf { echo "./scripts/gen-compat-autoconf.sh $COMPAT_CONFIG $COMPAT_CONFIG_CW > $COMPAT_AUTOCONF" -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html