summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-10-16 05:59:59 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-10-16 05:59:59 +0000
commit824f98d3fb62f394231675978a4ac3d96d11b62a (patch)
tree4f024591b3722d0b17d027b044c23ac7ded895ff /Makefile
parent0cc887023b9a994cdff0b343c55af8b623535311 (diff)
downloadsrc-test-824f98d3fb62f394231675978a4ac3d96d11b62a.tar.gz
src-test-824f98d3fb62f394231675978a4ac3d96d11b62a.zip
Tweak the default target to not suggest 'all' since it really doesn't do
anything useful for most users. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=289411
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index aa9c05736ebb4..e22d8bcdf59f1 100644
--- a/Makefile
+++ b/Makefile
@@ -259,9 +259,9 @@ ${TGTS}: .PHONY
# if they want the historic behavior.
.MAIN: _guard
-_guard:
+_guard: .PHONY
@echo
- @echo "Explicit target required (use \"all\" for historic behavior)"
+ @echo "Explicit target required. Likely \"buildworld\" is wanted. See build(7)."
@echo
@false