Lines Matching full:echo
138 @echo ' config - Update current config utilising a line-oriented program'
139 @echo ' nconfig - Update current config utilising a ncurses menu based'
140 @echo ' program'
141 @echo ' menuconfig - Update current config utilising a menu based program'
142 @echo ' xconfig - Update current config utilising a Qt based front-end'
143 @echo ' gconfig - Update current config utilising a GTK+ based front-end'
144 @echo ' oldconfig - Update current config utilising a provided .config as base'
145 @echo ' localmodconfig - Update current config disabling modules not loaded'
146 @echo ' localyesconfig - Update current config converting local mods to core'
147 @echo ' silentoldconfig - Same as oldconfig, but quietly, additionally update deps'
148 @echo ' defconfig - New config with default from ARCH supplied defconfig'
149 @echo ' savedefconfig - Save current config as ./defconfig (minimal config)'
150 @echo ' allnoconfig - New config where all options are answered with no'
151 @echo ' allyesconfig - New config where all options are accepted with yes'
152 @echo ' allmodconfig - New config selecting modules when possible'
153 @echo ' alldefconfig - New config with all symbols set to default'
154 @echo ' randconfig - New config with random answer to all options'
155 @echo ' listnewconfig - List new options'
156 @echo ' olddefconfig - Same as silentoldconfig but sets new symbols to their'
157 @echo ' default value'
158 @echo ' kvmconfig - Enable additional options for kvm guest kernel support'
159 @echo ' xenconfig - Enable additional options for xen dom0 and guest kernel support'
160 @echo ' tinyconfig - Configure the tiniest possible kernel'
250 || echo "-lmenu -lpanel -lncurses" )
277 echo >&2 "*"; \
278 echo >&2 "* Could not find Qt via pkg-config."; \
279 echo >&2 "* Please install either Qt 4.8 or 5.x. and make sure it's in PKG_CONFIG_PATH"; \
280 echo >&2 "*"; \
283 echo "KC_QT_CFLAGS=$$cflags" > $@; \
284 echo "KC_QT_LIBS=$$libs" >> $@; \
285 echo "KC_QT_MOC=$$moc" >> $@
299 echo >&2 "*"; \
300 echo >&2 "* GTK+ is present but version >= 2.0.0 is required."; \
301 echo >&2 "*"; \
305 echo >&2 "*"; \
306 echo >&2 "* Unable to find the GTK+ installation. Please make sure that"; \
307 echo >&2 "* the GTK+ 2.0 development package is correctly installed..."; \
308 echo >&2 "* You need gtk+-2.0, glib-2.0 and libglade-2.0."; \
309 echo >&2 "*"; \