mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 21:53:28 +00:00
tool/tool_chain: log PLATFORM on installation
This commit is contained in:
parent
03ed5fc3f4
commit
fc71f1848f
@ -485,7 +485,7 @@ cleanall: clean
|
||||
#
|
||||
|
||||
install: build_all
|
||||
$(ECHO) "$(BRIGHT_COL)installing tool chain to '$(INSTALL_LOCATION)'...$(DEFAULT_COL)"
|
||||
$(ECHO) "$(BRIGHT_COL)installing $(PLATFORM) tool chain to '$(INSTALL_LOCATION)'...$(DEFAULT_COL)"
|
||||
$(VERBOSE)$(SUDO) mkdir -p $(INSTALL_LOCATION)
|
||||
$(VERBOSE)$(SUDO) cp -a --remove-destination --no-target-directory $(LOCAL_INSTALL_LOCATION) $(INSTALL_LOCATION)
|
||||
$(VERBOSE)$(LIB_GCC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user