
24 Jul
2017
24 Jul
'17
5:19 a.m.
This target stops us using 'env' as a subdirectory. It is not mentioned in the help so seems to be an internal target. Rename it.
Signed-off-by: Simon Glass sjg@chromium.org ---
Changes in v2: None
Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile index 452596485d..42d80a2ea8 100644 --- a/Makefile +++ b/Makefile @@ -1455,14 +1455,14 @@ checkarmreloc: u-boot false; \ fi
-env: scripts_basic +environ: scripts_basic $(Q)$(MAKE) $(build)=tools/$@
tools-only: scripts_basic $(version_h) $(timestamp_h) $(Q)$(MAKE) $(build)=tools
tools-all: export HOST_TOOLS_ALL=y -tools-all: env tools ; +tools-all: environ tools ;
cross_tools: export CROSS_BUILD_TOOLS=y cross_tools: tools ;
--
2.14.0.rc0.284.gd933b75aa4-goog