Optimize host name

This commit is contained in:
John Zhao
2018-03-09 14:10:42 +08:00
parent 0820406313
commit 3e74dab076
3 changed files with 54 additions and 26 deletions

View File

@@ -77,6 +77,7 @@ host:
@$(call echo,Make $@)
@echo HOST_OS: $(HOST_OS)
@echo HOST_ARCH: $(HOST_ARCH)
@echo HOST_NAME: $(HOST_NAME)
@echo SH: $(SH)
@echo ECHO: $(ECHO)
@echo FIND: $(FIND)