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
This commit is contained in:
Bryan Drewery 2015-10-16 05:59:59 +00:00
parent 0cc887023b
commit 824f98d3fb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289411

View file

@ -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