diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-31 12:36:50 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-31 12:36:50 +0100 |
commit | f50cca2bc9adc42c2bc4898dce25c3c55515cf83 (patch) | |
tree | bcbf750d3bf2b687213c1cd9066719c99fa86d3e /config/global | |
parent | b44a9d9e34156050b46ccad0f73b55d3192b0973 (diff) | |
download | crosstool-ng-f50cca2bc9adc42c2bc4898dce25c3c55515cf83.tar.gz crosstool-ng-f50cca2bc9adc42c2bc4898dce25c3c55515cf83.tar.bz2 crosstool-ng-f50cca2bc9adc42c2bc4898dce25c3c55515cf83.zip |
config: remove never used/implemented 'ls-lR'
Use of listing (ls-lR) was never implemented, and never used.
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/download.in | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/config/global/download.in b/config/global/download.in index fd651cbd..e91bd98e 100644 --- a/config/global/download.in +++ b/config/global/download.in @@ -70,21 +70,6 @@ config MIRROR_BASE_URL The mirror is available at: http://ymorin.is-a-geek.org/mirrors/ -config MIRROR_LS_R - bool -# prompt "Use ls-lR et al." - depends on EXPERIMENTAL - default n - help - If the tarball was not found at the above location, see if the server - has a ls-lr.gz (or similar) file, and use that file to see if the - tarball is listed somewhere in that file. - - Common file names looked for are: - ls-lrRt.txt (used at ftp.gnu.org) - find.txt (ditto) - ls-lR - endif # USE_MIRROR config CONNECT_TIMEOUT |