Home | History | Annotate | Download | only in scripts

Lines Matching refs:Config

15 # Probe for a single config symbol with a "compiles or not" test.
21 echo -e "config $1\n\tbool" || exit 1
107 # extract config stanzas from each source file, in alphabetical order
110 # Grab the config block for Config.in
112 sed -n '/^\*\//q;/^config [A-Z]/,$p' $i || return 1
120 probeconfig > generated/Config.probed || rm generated/Config.probed
121 genconfig > generated/Config.in || rm generated/Config.in