comparison config @ 567:5619a7375b74

Add NO_CLEANUP option to config.
author Rob Landley <rob@landley.net>
date Wed, 07 Jan 2009 05:20:29 -0600
parents defaef66dfae
children dd03aa5996e6
comparison
equal deleted inserted replaced
566:7a820e5c8ca5 567:5619a7375b74
29 29
30 # If this is set, the toybox utilities will take precedence over busybox ones. 30 # If this is set, the toybox utilities will take precedence over busybox ones.
31 31
32 # export USE_TOYBOX=1 32 # export USE_TOYBOX=1
33 33
34 # Try development versions of these packages 34 # Try development versions of these packages. (Know what you're doing if
35 # you select these, it's quite possible the result won't work.)
35 36
36 # export USE_UNSTABLE=uClibc,busybox,toybox 37 # export USE_UNSTABLE=uClibc,busybox,toybox,linux,binutils,make,gcc-core,gcc-g++
38
39 # Debugging option to leave source in build/temp-$ARCH after build.
40 # export NO_CLEANUP=1
37 41
38 # If this is set, the output of the various stages will be color coded. 42 # If this is set, the output of the various stages will be color coded.
39 # export USE_COLOR=1 43 # export USE_COLOR=1
40 44
41 if [ ! -z "$USE_COLOR" ] 45 if [ ! -z "$USE_COLOR" ]