Searched refs:PREV_VAL (Results 1 - 1 of 1) sorted by relevance

/linux-master/scripts/kconfig/
H A Dmerge_config.sh144 PREV_VAL=$(grep -w $CFG $TMP_FILE)
147 if [ "$BUILTIN" = "true" ] && [ "${NEW_VAL#CONFIG_*=}" = "m" ] && [ "${PREV_VAL#CONFIG_*=}" = "y" ]; then
148 ${WARNOVERRIDE} Previous value: $PREV_VAL
153 elif [ "x$PREV_VAL" != "x$NEW_VAL" ] ; then
155 ${WARNOVERRIDE} Previous value: $PREV_VAL

Completed in 92 milliseconds