Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Jun 2019 14:14:53 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348530 - head
Message-ID:  <201906031414.x53EErT4034903@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Jun  3 14:14:53 2019
New Revision: 348530
URL: https://svnweb.freebsd.org/changeset/base/348530

Log:
  Stopgap fix to breakage from r348521.
  
  MTREE is defined, while MTREE_CMD isn't, use it instead.
  This may not be 'right' but it fixes the CI and other issues.
  
  Submitted by: Andreas Nilsson

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Mon Jun  3 10:04:34 2019	(r348529)
+++ head/Makefile.inc1	Mon Jun  3 14:14:53 2019	(r348530)
@@ -888,7 +888,7 @@ INSTALLFLAGS+=	-h sha256
 .endif
 .if defined(DB_FROM_SRC) || defined(NO_ROOT)
 IMAKE_INSTALL=	INSTALL="${INSTALL} ${INSTALLFLAGS}"
-IMAKE_MTREE=	MTREE_CMD="${MTREE_CMD} ${MTREEFLAGS}"
+IMAKE_MTREE=	MTREE_CMD="${MTREE} ${MTREEFLAGS}"
 .endif
 
 DESTDIR_MTREEFLAGS=	-deU



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