mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
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>
This commit is contained in:
parent
83f8efa61f
commit
9d835eddcf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user