svn commit: r337496 - stable/11

Bryan Drewery bdrewery at FreeBSD.org
Wed Aug 8 19:21:09 UTC 2018


Author: bdrewery
Date: Wed Aug  8 19:21:08 2018
New Revision: 337496
URL: https://svnweb.freebsd.org/changeset/base/337496

Log:
  MFC r320274:
  
    Set compiler metadata for stageworld/distributeworld.
  
  PR:	212877

Modified:
  stable/11/Makefile.inc1
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/Makefile.inc1
==============================================================================
--- stable/11/Makefile.inc1	Wed Aug  8 19:15:48 2018	(r337495)
+++ stable/11/Makefile.inc1	Wed Aug  8 19:21:08 2018	(r337496)
@@ -85,7 +85,8 @@ OBJTREE=	${MAKEOBJDIRPREFIX}/${TARGET}.${TARGET_ARCH}
 
 # Pull in compiler metadata from buildworld/toolchain if possible to avoid
 # running CC from bsd.compiler.mk.
-.if make(installworld) || make(install)
+.if make(installworld) || make(install) || make(distributeworld) || \
+    make(stageworld)
 .-include "${OBJTREE}${.CURDIR}/compiler-metadata.mk"
 .if !defined(_LOADED_COMPILER_METADATA)
 .error A build is required first.  You may have the wrong MAKEOBJDIRPREFIX set.


More information about the svn-src-stable-11 mailing list