summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-26 08:24:29 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-12-08 15:20:35 (GMT)
commit9d835eddcf8b225bafbeacafaa8db830b201b5c9 (patch)
tree66f851b157107c2d352aadaca76d4ab5449d7d7b
parent83f8efa61fd94697306788277d6f45944d45494e (diff)
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>
-rw-r--r--config/global/paths.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/config/global/paths.in b/config/global/paths.in
index 96319fa..bdad57f 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