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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"