Home
last modified time | relevance | path

Searched refs:config (Results 1 – 17 of 17) sorted by relevance

/scripts/
Ddiffconfig51 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 …]
Dconfig6 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
Dmkcompile_h10 # (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
Dsetlocalversion23 if git config --get svn-remote.svn.url >/dev/null; then
DMakefile.fwinst13 -include $(objtree)/.config
Dtags.sh47 find ${tree}include $ignore -name config -prune -o -name "$1" -print;
DMakefile.modpost43 include include/config/auto.conf
DMakefile.build31 -include include/config/auto.conf
DKbuild.include169 # including used config symbols
/scripts/selinux/
Dinstall_policy.sh35 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/
DMakefile5 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.gitignore4 config*
Dzconf.gperf20 config, T_CONFIG, TF_COMMAND keyword
Dzconf.hash.c_shipped104 char kconf_id_strings_str16[sizeof("config")];
138 "config",
Dqconf.cc1380 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()
Dzconf.tab.c_shipped1685 …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/
Dbuilddeb38 cp .config "$tmpdir/usr/share/doc/$packagename/config"
43 cp .config "$tmpdir/boot/config-$version"
47 if grep -q '^CONFIG_MODULES=y' .config ; then