svn commit: r289859 - head

Bryan Drewery bdrewery at FreeBSD.org
Fri Oct 23 23:07:47 UTC 2015


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 \


More information about the svn-src-head mailing list