Home | History | Annotate | Download | only in tools

Lines Matching refs:bootstrap

25 # bootstrap classes must be created before this can be run on other files;
26 # use the "--bootstrap" option to do this.
50 # of bootstrap classpath elements, colon-separated. Order is significant
57 # --bootstrap -- Process the bootstrap classes. If this is specified,
77 bootstrap='no'
128 elif [ "${option}" = 'bootstrap' -a "${hasValue}" = 'no' ]; then
129 bootstrap='yes'
144 # Check and set up the input and output files. In the case of bootstrap
148 if [ "${bootstrap}" = 'yes' ]; then
150 echo "unexpected arguments in --bootstrap mode" 1>&2
224 echo ' [--boot-jars=list:of:names] [--bootstrap]' 1>&2
288 if [ "${bootstrap}" = 'yes' ]; then