diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-15 17:00:30 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-07-15 17:00:30 +0000 |
commit | d995e22025f37fb013537ed6d722ab467aa5a2dc (patch) | |
tree | c101b5f02eff99560f3f33193edee0368d647fa8 /config/global.in | |
parent | 51212ec0ebd0c55cabdadd31aa14f9ac92880ac0 (diff) | |
download | crosstool-ng-d995e22025f37fb013537ed6d722ab467aa5a2dc.tar.gz crosstool-ng-d995e22025f37fb013537ed6d722ab467aa5a2dc.tar.bz2 crosstool-ng-d995e22025f37fb013537ed6d722ab467aa5a2dc.zip |
Add an option to save downloaded tarballs to local tarballs directory.
Sanitise CT_GetFile.
Change some messages (Copying -> Retrieving).
Diffstat (limited to 'config/global.in')
-rw-r--r-- | config/global.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/global.in b/config/global.in index 2721963e..ae7596e6 100644 --- a/config/global.in +++ b/config/global.in @@ -147,6 +147,15 @@ config LOCAL_TARBALLS_DIR If you have previously downloaded the tarballs, enter the PATH where you stored them here. +config SAVE_TARBALLS + bool + prompt "Save new tarballs" + default n + depends on LOCAL_TARBALLS_DIR != "" + help + If you say 'y' here, new doanloaded tarballs will be saved in the + directory you entered above. + config PREFIX_DIR string prompt "Prefix directory" |