mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +00:00
build.mk: suggest verbatim prepare_port command
If ports need preparation in order to execute a run script, use the knowledge about the actual genode directory to suggest a command to the user that can be directly copied to the command line.
This commit is contained in:
parent
c53bbfa83c
commit
eb4c6c0456
@ -229,7 +229,7 @@ gen_deps_and_build_targets: $(INSTALL_DIR) $(LIB_DEP_FILE)
|
||||
echo " @echo \" \$$(sort \$$(MISSING_PORTS))\""; \
|
||||
echo " @echo \"\""; \
|
||||
echo " @echo \"You can prepare respectively update them as follows:\""; \
|
||||
echo " @echo \" <genode_dir>/tool/ports/prepare_port \$$(sort \$$(MISSING_PORTS))\""; \
|
||||
echo " @echo \" $(GENODE_DIR)/tool/ports/prepare_port \$$(sort \$$(MISSING_PORTS))\""; \
|
||||
echo " @echo \"\""; \
|
||||
echo " @false"; \
|
||||
echo "else"; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user