aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2015-10-16 20:59:03 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2015-10-16 20:59:03 +0000
commite07b2be5e959e5d6a761a7b99413d609fe14dfbd (patch)
tree29b9aea7f424b03b6ed16bb13ead9341371d7f1b /Makefile
parent35511448cd4b6714a8798a2d728b6dfe3caf35cd (diff)
downloadsrc-e07b2be5e959e5d6a761a7b99413d609fe14dfbd.tar.gz
src-e07b2be5e959e5d6a761a7b99413d609fe14dfbd.zip
Tweak the guard more to suggest 'all' if SUBDIR_OVERRIDE is specified. In that
case 'all' does make sense. MFC after: 2 weeks X-MFC-With: r289411 Sponsored by: EMC / Isilon Storage Division
Notes
Notes: svn path=/head/; revision=289432
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e22d8bcdf59f..c3326b7ddc43 100644
--- a/Makefile
+++ b/Makefile
@@ -261,7 +261,7 @@ ${TGTS}: .PHONY
_guard: .PHONY
@echo
- @echo "Explicit target required. Likely \"buildworld\" is wanted. See build(7)."
+ @echo "Explicit target required. Likely \"${SUBDIR_OVERRIDE:Dall:Ubuildworld}\" is wanted. See build(7)."
@echo
@false