Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 23:07:46 +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: r289859 - head
Message-ID:  <201510232307.t9NN7k6K050742@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Fri Oct 23 23:07:45 2015
New Revision: 289859
URL: https://svnweb.freebsd.org/changeset/base/289859

Log:
  native-xtools: Fix build with WITH_DEBUG_FILES.
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Oct 23 22:52:00 2015	(r289858)
+++ head/Makefile.inc1	Fri Oct 23 23:07:45 2015	(r289859)
@@ -1657,6 +1657,10 @@ native-xtools: .PHONY
 	    -p ${OBJTREE}/nxb-bin/usr >/dev/null
 	mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
 	    -p ${OBJTREE}/nxb-bin/usr/include >/dev/null
+.if ${MK_DEBUG_FILES} != "no"
+	mtree -deU -f ${.CURDIR}/etc/mtree/BSD.debug.dist \
+	    -p ${OBJTREE}/nxb-bin/usr/lib >/dev/null
+.endif
 .for _tool in \
     bin/cat \
     bin/chmod \



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