Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Oct 2015 20:59:03 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289432 - head
Message-ID:  <201510162059.t9GKx3vR072275@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510162059.t9GKx3vR072275>