svn commit: r289432 - head
Bryan Drewery
bdrewery at FreeBSD.org
Fri Oct 16 20:59:05 UTC 2015
Author: bdrewery
Date: Fri Oct 16 20:59:03 2015
New Revision: 289432
URL: https://svnweb.freebsd.org/changeset/base/289432
Log:
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
Modified:
head/Makefile
Modified: head/Makefile
==============================================================================
--- head/Makefile Fri Oct 16 20:51:25 2015 (r289431)
+++ head/Makefile Fri Oct 16 20:59:03 2015 (r289432)
@@ -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
More information about the svn-src-all
mailing list