Lines Matching full:echo
30 echo "Usage: $0 [OPTIONS] [CONFIG [...]]"
31 echo " -h display this help text"
32 echo " -m only merge the fragments, do not execute the make command"
33 echo " -n use allnoconfig instead of alldefconfig"
34 echo " -r list redundant entries when merging fragments"
35 echo " -O dir to put generated output files. Consider setting \$KCONFIG_CONFIG instead."
66 OUTPUT=$(echo $2 | sed 's/\/*$//')
68 echo "output directory $2 does not exist" 1>&2
97 echo "The base file '$INITFILE' does not exist. Exit." >&2
105 echo "Using $INITFILE as base"
110 echo "Merging $MERGE_FILE"
112 echo "The merge file '$MERGE_FILE' does not exist. Exit." >&2
122 echo Value of $CFG is redefined by fragment $MERGE_FILE:
123 echo Previous value: $PREV_VAL
124 echo New value: $NEW_VAL
125 echo
127 echo Value of $CFG is redundant by fragment $MERGE_FILE:
136 echo "#"
137 echo "# merged configuration written to $KCONFIG_CONFIG (needs make)"
138 echo "#"
163 echo "Value requested for $CFG not in final .config"
164 echo "Requested value: $REQUESTED_VAL"
165 echo "Actual value: $ACTUAL_VAL"
166 echo ""