Searched refs:config (Results 1 – 17 of 17) sorted by relevance
/scripts/ |
D | diffconfig | 51 def print_config(op, config, value, new_value): argument 57 print "# CONFIG_%s is not set" % config 59 print "CONFIG_%s=%s" % (config, new_value) 62 print "-%s %s" % (config, value) 64 print "+%s %s" % (config, new_value) 66 print " %s %s -> %s" % (config, value, new_value) 102 for config in a: 103 if config not in b: 104 old.append(config) 106 for config in old: [all …]
|
D | config | 6 Manipulate options in a .config file from the command line. 8 config options command ... 25 --file .config file to change (default .config) 27 config doesn't check the validity of the .config file. This is done at next
|
D | mkcompile_h | 10 # (i.e. we're not the same user who did make *config), don't 83 # A kernel config change will increase the generation number, thus
|
D | setlocalversion | 23 if git config --get svn-remote.svn.url >/dev/null; then
|
D | Makefile.fwinst | 13 -include $(objtree)/.config
|
D | tags.sh | 47 find ${tree}include $ignore -name config -prune -o -name "$1" -print;
|
D | Makefile.modpost | 43 include include/config/auto.conf
|
D | Makefile.build | 31 -include include/config/auto.conf
|
D | Kbuild.include | 169 # including used config symbols
|
/scripts/selinux/ |
D | install_policy.sh | 35 if [ ! -f /etc/selinux/config ]; then 36 cat > /etc/selinux/config << EOF 41 TYPE=`cat /etc/selinux/config | grep "^SELINUXTYPE" | tail -1 | awk -F= '{ print $2 '}` 50 mv /etc/selinux/config /etc/selinux/config.mdpbak 51 grep -v "^SELINUXTYPE" /etc/selinux/config.mdpbak >> /etc/selinux/config 52 echo "SELINUXTYPE=dummy" >> /etc/selinux/config
|
/scripts/kconfig/ |
D | Makefile | 5 PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config 22 config: $(obj)/conf target 34 update-po-config: $(obj)/kxgettext $(obj)/gconf.glade.h 40 --output $(obj)/config.pot 41 $(Q)sed -i s/CHARSET/UTF-8/ $(obj)/config.pot 47 >> $(obj)/config.pot; \ 49 $(Q)msguniq --sort-by-file --to-code=UTF-8 $(obj)/config.pot \ 52 $(Q)rm -f $(obj)/config.pot 148 clean-files += config.pot linux.pot 168 HOSTLOADLIBES_gconf = `pkg-config --libs gtk+-2.0 gmodule-2.0 libglade-2.0` [all …]
|
D | .gitignore | 4 config*
|
D | zconf.gperf | 20 config, T_CONFIG, TF_COMMAND keyword
|
D | zconf.hash.c_shipped | 104 char kconf_id_strings_str16[sizeof("config")]; 138 "config",
|
D | qconf.cc | 1380 QPopupMenu* config = new QPopupMenu(this); in ConfigMainWindow() local 1381 menu->insertItem(_("&File"), config); in ConfigMainWindow() 1382 loadAction->addTo(config); in ConfigMainWindow() 1383 saveAction->addTo(config); in ConfigMainWindow() 1384 saveAsAction->addTo(config); in ConfigMainWindow() 1385 config->insertSeparator(); in ConfigMainWindow() 1386 quitAction->addTo(config); in ConfigMainWindow()
|
D | zconf.tab.c_shipped | 1685 …printd(DEBUG_PARSE, "%s:%d:config %s\n", zconf_curname(), zconf_lineno(), (yyvsp[(2) - (3)].string… 2376 fprintf(out, "config %s\n", sym->name);
|
/scripts/package/ |
D | builddeb | 38 cp .config "$tmpdir/usr/share/doc/$packagename/config" 43 cp .config "$tmpdir/boot/config-$version" 47 if grep -q '^CONFIG_MODULES=y' .config ; then
|