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 \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to