Kaydet (Commit) 6fb32f4f authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Advise how to save yourself a rebuild with make dev-install.

üst cdad6cb3
...@@ -25,7 +25,7 @@ ifeq (@CROSS_COMPILING@,YES) ...@@ -25,7 +25,7 @@ ifeq (@CROSS_COMPILING@,YES)
@echo "Please consult README.cross how to install it." @echo "Please consult README.cross how to install it."
else else
@echo "To install, issue: @GNUMAKE@ install" @echo "To install, issue: @GNUMAKE@ install"
@echo "Developers might prefer this way: @GNUMAKE@ dev-install" @echo "Developers might prefer this way: @GNUMAKE@ dev-install -o build"
@echo "To run smoketest, issue: @GNUMAKE@ check" @echo "To run smoketest, issue: @GNUMAKE@ check"
endif endif
@echo @echo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment