Lines Matching full:echo
148 @echo ' config - Update current config utilising a line-oriented program'
149 @echo ' nconfig - Update current config utilising a ncurses menu based'
150 @echo ' program'
151 @echo ' menuconfig - Update current config utilising a menu based program'
152 @echo ' xconfig - Update current config utilising a Qt based front-end'
153 @echo ' gconfig - Update current config utilising a GTK+ based front-end'
154 @echo ' oldconfig - Update current config utilising a provided .config as base'
155 @echo ' localmodconfig - Update current config disabling modules not loaded'
156 @echo ' localyesconfig - Update current config converting local mods to core'
157 @echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps'
158 @echo ' defconfig - New config with default from ARCH supplied defconfig'
159 @echo ' savedefconfig - Save current config as ./defconfig (minimal config)'
160 @echo ' allnoconfig - New config where all options are answered with no'
161 @echo ' allyesconfig - New config where all options are accepted with yes'
162 @echo ' allmodconfig - New config selecting modules when possible'
163 @echo ' alldefconfig - New config with all symbols set to default'
164 @echo ' randconfig - New config with random answer to all options'
165 @echo ' listnewconfig - List new options'
166 @echo ' olddefconfig - Same as silentoldconfig but sets new symbols to their'
167 @echo ' default value'
168 # @echo ' kvmconfig - Enable additional options for kvm guest kernel support'
169 # @echo ' xenconfig - Enable additional options for xen dom0 and guest kernel support'
170 # @echo ' tinyconfig - Configure the tiniest possible kernel'
240 || echo "-lmenu -lpanel -lncurses" )
259 echo >&2 "*"; \
260 echo >&2 "* Could not find Qt via pkg-config."; \
261 echo >&2 "* Please install either Qt 4.8 or 5.x. and make sure it's in PKG_CONFIG_PATH"; \
262 echo >&2 "*"; \
265 echo "KC_QT_CFLAGS=$$cflags" > $@; \
266 echo "KC_QT_LIBS=$$libs" >> $@; \
267 echo "KC_QT_MOC=$$moc" >> $@
281 echo >&2 "*"; \
282 echo >&2 "* GTK+ is present but version >= 2.0.0 is required."; \
283 echo >&2 "*"; \
287 echo >&2 "*"; \
288 echo >&2 "* Unable to find the GTK+ installation. Please make sure that"; \
289 echo >&2 "* the GTK+ 2.0 development package is correctly installed..."; \
290 echo >&2 "* You need gtk+-2.0, glib-2.0 and libglade-2.0."; \
291 echo >&2 "*"; \