summaryrefslogtreecommitdiff
path: root/config/global.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-07 09:04:02 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-07 09:04:02 (GMT)
commit58b4c6d0a44d57b15d7857ecb27711a2224949e9 (patch)
treea44e1c3fbeac57ff5601b1cbd1400172b3c64bbe /config/global.in
parent45e6df196be73e799e220810f9c48f8884d1049c (diff)
Merge the save-sample branch to trunk:
- reorder most of the environment setup, - geting, extracting and patching are now components' sub-actions, - save the current config as a sample to be used as a pre-configured target.
Diffstat (limited to 'config/global.in')
-rw-r--r--config/global.in33
1 files changed, 19 insertions, 14 deletions
diff --git a/config/global.in b/config/global.in
index a3416cf..1f9c98f 100644
--- a/config/global.in
+++ b/config/global.in
@@ -162,33 +162,28 @@ config REMOVE_DOCS
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 @@ config FORCE_EXTRACT
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