comparison config @ 962:3d2261361009

Remove the --extract option from download.sh, since EXTRACT_ALL=1 does the same thing and everything _else_ is controlled by environment variables. At it to the config file and adjust existing users.
author Rob Landley <rob@landley.net>
date Mon, 01 Feb 2010 03:46:49 -0600
parents fc134a13357e
children 30e4bab11f9e
comparison
equal deleted inserted replaced
961:1b971ccf5193 962:3d2261361009
93 93
94 # Set this if you want debug symbols in your binaries. 94 # Set this if you want debug symbols in your binaries.
95 95
96 # export SKIP_STRIP=1 96 # export SKIP_STRIP=1
97 97
98 # Set this to tell download.sh to extract all the tarballs up-front right
99 # after downloading them. (Otherwise the tarball is extracted by setupfor
100 # the first time the build tries to use it.)
101 #
102 # Extracting tarballs early is useful in order to run multiple build.sh
103 # instances in parallel when building multiple targets, or to test that
104 # new patches added to the sources/patches directory apply cleanly.
105
106 # export EXTRACT_ALL=1
107
98 # This isn't actually one of our variables, but a number of packages listen 108 # This isn't actually one of our variables, but a number of packages listen
99 # to this to add extra debug info to their binaries. (Use with SKIP_STRIP) 109 # to this to add extra debug info to their binaries. (Use with SKIP_STRIP)
100 110
101 # export CFLAGS="-g" 111 # export CFLAGS="-g"