Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 2019 18:55:48 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r348187 - head
Message-ID:  <201905231855.x4NItmKO079707@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May 23 18:55:48 2019
New Revision: 348187
URL: https://svnweb.freebsd.org/changeset/base/348187

Log:
  Change package the MTREEFLAGS and INSTALLFLAGS missed in r348185
  
  Reported by:	lwhsu

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Thu May 23 18:48:46 2019	(r348186)
+++ head/Makefile.inc1	Thu May 23 18:55:48 2019	(r348187)
@@ -871,8 +871,8 @@ DB_FROM_SRC=	yes
 .endif
 
 .if defined(DB_FROM_SRC)
-INSTALLFLAGS+=	-N ${.CURDIR}/lib/libc/gen
-MTREEFLAGS+=	-N ${.CURDIR}/lib/libc/gen
+INSTALLFLAGS+=	-N ${.CURDIR}/etc
+MTREEFLAGS+=	-N ${.CURDIR}/etc
 .endif
 _INSTALL_DDIR=	${DESTDIR}/${DISTDIR}
 INSTALL_DDIR=	${_INSTALL_DDIR:S://:/:g:C:/$::}



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