diff -r 1207acb66003 -r 89b41dbffe8d config/global.in --- a/config/global.in Sun May 06 13:42:10 2007 +0000 +++ b/config/global.in Mon May 07 09:04:02 2007 +0000 @@ -162,33 +162,28 @@ Remove the installed documentation (man and info pages). Gains around 8MiB for a uClibc-based, C and C++ compiler. -comment "Downloading and extracting" +comment "Downloading" -config NO_DOWNLOAD +config FORCE_DOWNLOAD bool - prompt "Avoid downloads" + prompt "Force downloads" default n help - Avoid downloading anything. Bail out if a tarball is missing. + Force downloading tarballs, even if one already exists. + + Usefull if you suspect a tarball to be damaged. config ONLY_DOWNLOAD bool - prompt "Only download tarballs" + prompt "Stop after downloading tarballs" default n - depends on ! NO_DOWNLOAD help Only download the tarballs. Exit once it done. Usefull to pre-retrieve the tarballs before going off-line. -config FORCE_DOWNLOAD - bool - prompt "Force downloads" - default n - depends on ! NO_DOWNLOAD - help - Force downloading tarballs, even if one already exists. - Usefull if you suspect a tarball to be damaged. +comment "Extracting" + depends on ! ONLY_DOWNLOAD config FORCE_EXTRACT bool @@ -201,6 +196,16 @@ Usefull if you suspect a previous extract did not complete (eg. broken tarball), or you added a new set of patches for this component. +config ONLY_EXTRACT + bool + prompt "Stop after extracting tarballs" + depends on ! ONLY_DOWNLOAD + default n + help + Exit after unpacking and patching tarballs. + + Usefull to look at the code before doing the build itself. + comment "Logging" choice