summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2011-10-07 13:03:00 +0200
committerJan Holesovsky <kendy@suse.cz>2011-10-07 13:05:56 +0200
commit6fb32f4f3861b64c93fed9bebfd37b672fcc9939 (patch)
tree0ae94112ad89d2f32416de08621907a724ade53a /Makefile.in
parentcdad6cb3bfad8709ee984a7581664725948e24fb (diff)
Advise how to save yourself a rebuild with make dev-install.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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