From 6fb32f4f3861b64c93fed9bebfd37b672fcc9939 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Fri, 7 Oct 2011 13:03:00 +0200 Subject: [PATCH] Advise how to save yourself a rebuild with make dev-install. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index c2f6288f8ef4..a7d884c5d97c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -25,7 +25,7 @@ ifeq (@CROSS_COMPILING@,YES) @echo "Please consult README.cross how to install it." else @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" endif @echo