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:
parent
0cc887023b
commit
824f98d3fb
4
Makefile
4
Makefile
@ -259,9 +259,9 @@ ${TGTS}: .PHONY
|
|||||||
# if they want the historic behavior.
|
# if they want the historic behavior.
|
||||||
.MAIN: _guard
|
.MAIN: _guard
|
||||||
|
|
||||||
_guard:
|
_guard: .PHONY
|
||||||
@echo
|
@echo
|
||||||
@echo "Explicit target required (use \"all\" for historic behavior)"
|
@echo "Explicit target required. Likely \"buildworld\" is wanted. See build(7)."
|
||||||
@echo
|
@echo
|
||||||
@false
|
@false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user