diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2015-11-26 00:24:29 -0800 |
---|---|---|
committer | Bryan Hundven <bryanhundven@gmail.com> | 2015-12-08 07:20:35 -0800 |
commit | 9d835eddcf8b225bafbeacafaa8db830b201b5c9 (patch) | |
tree | 66f851b157107c2d352aadaca76d4ab5449d7d7b /config/global | |
parent | 83f8efa61fd94697306788277d6f45944d45494e (diff) | |
download | crosstool-ng-9d835eddcf8b225bafbeacafaa8db830b201b5c9.tar.gz crosstool-ng-9d835eddcf8b225bafbeacafaa8db830b201b5c9.tar.bz2 crosstool-ng-9d835eddcf8b225bafbeacafaa8db830b201b5c9.zip |
config: Remove CUSTOM_LOCATION_ROOT_DIR
On top of making <component>_CUSTOM much more complicated to rewrite,
you couldn't depend on a requirement for all of the components to treat
custom sources the same with it around.
If you need a custom source for a component, define it in the component.
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/global')
-rw-r--r-- | config/global/paths.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/global/paths.in b/config/global/paths.in index 96319fac..bdad57f3 100644 --- a/config/global/paths.in +++ b/config/global/paths.in @@ -19,15 +19,6 @@ config SAVE_TARBALLS If you say 'y' here, new downloaded tarballs will be saved in the directory you entered above. -config CUSTOM_LOCATION_ROOT_DIR - string - prompt "Directory containing custom source components" - depends on EXPERIMENTAL - help - This is the path CT-NG will attempt to use as a root for locating - local copies of source components (CUSTOM_LOCATION_ROOT_DIR/component) - unless a component declares its own specific custom location. - config WORK_DIR string prompt "Working directory" if ! BACKEND |