config/global.in
changeset 65 312fe9ff8370
parent 61 1207acb66003
child 78 c3868084d81a
     1.1 --- a/config/global.in	Sun May 06 13:42:10 2007 +0000
     1.2 +++ b/config/global.in	Mon May 07 16:10:17 2007 +0000
     1.3 @@ -162,33 +162,28 @@
     1.4        Remove the installed documentation (man and info pages).
     1.5        Gains around 8MiB for a uClibc-based, C and C++ compiler.
     1.6  
     1.7 -comment "Downloading and extracting"
     1.8 +comment "Downloading"
     1.9  
    1.10 -config NO_DOWNLOAD
    1.11 +config FORCE_DOWNLOAD
    1.12      bool
    1.13 -    prompt "Avoid downloads"
    1.14 +    prompt "Force downloads"
    1.15      default n
    1.16      help
    1.17 -      Avoid downloading anything. Bail out if a tarball is missing.
    1.18 +      Force downloading tarballs, even if one already exists.
    1.19 +      
    1.20 +      Usefull if you suspect a tarball to be damaged.
    1.21  
    1.22  config ONLY_DOWNLOAD
    1.23      bool
    1.24 -    prompt "Only download tarballs"
    1.25 +    prompt "Stop after downloading tarballs"
    1.26      default n
    1.27 -    depends on ! NO_DOWNLOAD
    1.28      help
    1.29        Only download the tarballs. Exit once it done.
    1.30        
    1.31        Usefull to pre-retrieve the tarballs before going off-line.
    1.32  
    1.33 -config FORCE_DOWNLOAD
    1.34 -    bool
    1.35 -    prompt "Force downloads"
    1.36 -    default n
    1.37 -    depends on ! NO_DOWNLOAD
    1.38 -    help
    1.39 -      Force downloading tarballs, even if one already exists.
    1.40 -      Usefull if you suspect a tarball to be damaged.
    1.41 +comment "Extracting"
    1.42 +    depends on ! ONLY_DOWNLOAD
    1.43  
    1.44  config FORCE_EXTRACT
    1.45      bool
    1.46 @@ -201,6 +196,16 @@
    1.47        Usefull if you suspect a previous extract did not complete (eg. broken
    1.48        tarball), or you added a new set of patches for this component.
    1.49  
    1.50 +config ONLY_EXTRACT
    1.51 +    bool
    1.52 +    prompt "Stop after extracting tarballs"
    1.53 +    depends on ! ONLY_DOWNLOAD
    1.54 +    default n
    1.55 +    help
    1.56 +      Exit after unpacking and patching tarballs.
    1.57 +      
    1.58 +      Usefull to look at the code before doing the build itself.
    1.59 +
    1.60  comment "Logging"
    1.61  
    1.62  choice