]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Makefile: Rename 'env' target to 'environ'
authorSimon Glass <sjg@chromium.org>
Thu, 3 Aug 2017 18:21:48 +0000 (12:21 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 15 Aug 2017 12:18:42 +0000 (08:18 -0400)
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>
Reviewed-by: Tom Rini <trini@konsulko.com>
Makefile

index 3d636c5398463094c71e73e77b4703b7435058ac..8d245bde5d7fbebd60c9a1ae6af74697fc857993 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1464,14 +1464,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 ;