diff options
author | Alexey Neyman <stilor@att.net> | 2019-02-13 01:05:13 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2019-02-13 01:05:13 -0800 |
commit | 2219aab336c19e3d9f0a67a016f5d28efe43d65c (patch) | |
tree | c042c684b09335b5b0df2eff9d6ce69a2abd3c7c /config/global | |
parent | 2da27758a9638b07f06d490251f0e44abf398057 (diff) | |
download | crosstool-ng-2219aab336c19e3d9f0a67a016f5d28efe43d65c.tar.gz crosstool-ng-2219aab336c19e3d9f0a67a016f5d28efe43d65c.tar.bz2 crosstool-ng-2219aab336c19e3d9f0a67a016f5d28efe43d65c.zip |
Implement an option to store downloads in subdirs
... following the buildroot model.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/paths.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config/global/paths.in b/config/global/paths.in index 7c6c30cf..0bf43d95 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -19,6 +19,17 @@ config SAVE_TARBALLS If you say 'y' here, new downloaded tarballs will be saved in the directory you entered above. +config TARBALLS_BUILDROOT_LAYOUT + bool "Prefer buildroot-style layout of the downloads" + help + Buildroot switched the layout of its downloads directory to place + files for each package into a subdirectory named after that package. + Enable this option to have crosstool-NG create similar layout. + If this option is set and the required archive is located in + the directory with a legacy, flat layout, the archive will be moved + into a subdirectory. If this is option is not set, subdirectories + will neither be checked nor used to store the downloads. + config WORK_DIR string prompt "Working directory" |