summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-16 20:59:03 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-16 20:59:03 +0000
commit57164fab2d336d9e041f19e41305834a27a05657 (patch)
tree29b9aea7f424b03b6ed16bb13ead9341371d7f1b /Makefile
parenta6fb14b1eb3656f76357b97ba97f1e0ac23d7907 (diff)
downloadFreeBSD-src-57164fab2d336d9e041f19e41305834a27a05657.zip
FreeBSD-src-57164fab2d336d9e041f19e41305834a27a05657.tar.gz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e22d8bc..c3326b7 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
OpenPOWER on IntegriCloud