diff --git a/scripts/mkcompile_h b/scripts/mkcompile_h index e257a3a8874e..15eaade7659c 100755 --- a/scripts/mkcompile_h +++ b/scripts/mkcompile_h @@ -22,10 +22,6 @@ if [ -r $TARGET -a ! -O include/generated/autoconf.h ]; then exit 0 fi -echo $PWD -F2FS_HASH=$(sha1sum source/fs/f2fs/[[:lower:]]* source/include/linux/f2fs_fs.h\ - | awk '{print $1}' | sha1sum | awk '{print $1}') -echo "f2fs-hash:"$F2FS_HASH # Do not expand names set -f @@ -60,7 +56,7 @@ CONFIG_FLAGS="" if [ -n "$SMP" ] ; then CONFIG_FLAGS="SMP"; fi if [ -n "$PREEMPT" ] ; then CONFIG_FLAGS="$CONFIG_FLAGS PREEMPT"; fi if [ -n "$PREEMPT_RT" ] ; then CONFIG_FLAGS="$CONFIG_FLAGS PREEMPT_RT"; fi -UTS_VERSION="$UTS_VERSION $CONFIG_FLAGS $TIMESTAMP "f2fs-hash:"$F2FS_HASH" +UTS_VERSION="$UTS_VERSION $CONFIG_FLAGS $TIMESTAMP" # Truncate to maximum length