Makefile: Rename 'env' target to 'environ'
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>
This commit is contained in:
		
							parent
							
								
									2d3c4ae350
								
							
						
					
					
						commit
						ec74f5f9c3
					
				
							
								
								
									
										4
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										4
									
								
								Makefile
								
								
								
								
							|  | @ -1464,14 +1464,14 @@ checkarmreloc: u-boot | ||||||
| 		false; \
 | 		false; \
 | ||||||
| 	fi | 	fi | ||||||
| 
 | 
 | ||||||
| env: scripts_basic | environ: scripts_basic | ||||||
| 	$(Q)$(MAKE) $(build)=tools/$@ | 	$(Q)$(MAKE) $(build)=tools/$@ | ||||||
| 
 | 
 | ||||||
| tools-only: scripts_basic $(version_h) $(timestamp_h) | tools-only: scripts_basic $(version_h) $(timestamp_h) | ||||||
| 	$(Q)$(MAKE) $(build)=tools | 	$(Q)$(MAKE) $(build)=tools | ||||||
| 
 | 
 | ||||||
| tools-all: export HOST_TOOLS_ALL=y | tools-all: export HOST_TOOLS_ALL=y | ||||||
| tools-all: env tools ; | tools-all: environ tools ; | ||||||
| 
 | 
 | ||||||
| cross_tools: export CROSS_BUILD_TOOLS=y | cross_tools: export CROSS_BUILD_TOOLS=y | ||||||
| cross_tools: tools ; | cross_tools: tools ; | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue