From 58b4c6d0a44d57b15d7857ecb27711a2224949e9 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 7 May 2007 09:04:02 +0000 Subject: 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. --- config/global.in | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'config/global.in') diff --git a/config/global.in b/config/global.in index a3416cfd..1f9c98f7 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 -- cgit v1.2.3