comparison config @ 1342:08134b65336e

More typos from Alan Post.
author Rob Landley <rob@landley.net>
date Sun, 03 Apr 2011 15:03:33 -0500
parents 313c702a0984
children 8a0a65d7a072
comparison
equal deleted inserted replaced
1341:d4eb237dcc6f 1342:08134b65336e
1 # Setup 1 # Setup
2 2
3 # This file is sourced, not run. It provides a place for you to persisently 3 # This file is sourced, not run. It provides a place for you to persistently
4 # set configuration variables. 4 # set configuration variables.
5 5
6 # Feel free to replace this file with your own version, or to set these 6 # Feel free to replace this file with your own version, or to set these
7 # environment variables on the command line. This entire file is optional; 7 # environment variables on the command line. This entire file is optional;
8 # by default all the variables listed in this file are left blank. 8 # by default all the variables listed in this file are left blank.
9 9
10 ############################################################################# 10 #############################################################################
11 11
12 # Seting this tells build.sh not to build a native toolchain. (This yields 12 # Setting this tells build.sh not to build a native toolchain. (This yields
13 # a much smaller root-filesystem tarball.) 13 # a much smaller root-filesystem tarball.)
14 14
15 # export NO_NATIVE_COMPILER=1 15 # export NO_NATIVE_COMPILER=1
16 16
17 # Setting this tells root-filesystem.sh not to create the normal directory 17 # Setting this tells root-filesystem.sh not to create the normal directory
132 132
133 # export ALLOW_PATCH_FAILURE=1 133 # export ALLOW_PATCH_FAILURE=1
134 134
135 # If this is set, it's points to a directory containing additional files to 135 # If this is set, it's points to a directory containing additional files to
136 # copy into the simple-root-filesystem. The path is either absolute or 136 # copy into the simple-root-filesystem. The path is either absolute or
137 # relavitve to the aboriginal topdir. 137 # relative to the aboriginal topdir.
138 138
139 # export SIMPLE_ROOT_OVERLAY="overlay" 139 # export SIMPLE_ROOT_OVERLAY="overlay"
140 140
141 # Build more things in parallel. 141 # Build more things in parallel.
142 142