Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Dec 2015 21:55:54 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292671 - head
Message-ID:  <201512232155.tBNLtsj2090432@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Wed Dec 23 21:55:54 2015
New Revision: 292671
URL: https://svnweb.freebsd.org/changeset/base/292671

Log:
  Fixup native-xtools target for poudriere cross build jails after svn
  r291955 by excluding all debug files.
  
  Reported by:	swills
  
  Reviewed by:	emaste

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Wed Dec 23 21:54:05 2015	(r292670)
+++ head/Makefile.inc1	Wed Dec 23 21:55:54 2015	(r292671)
@@ -1677,7 +1677,7 @@ NXBMAKE=	${NXBENV} ${MAKE} \
 		-DNO_PIC MK_PROFILE=no -DNO_SHARED \
 		-DNO_CPU_CFLAGS MK_WARNS=no MK_CTF=no \
 		MK_CLANG_EXTRAS=no MK_CLANG_FULL=no \
-		MK_LLDB=no
+		MK_LLDB=no MK_DEBUG_FILES=no
 
 # native-xtools is the current target for qemu-user cross builds of ports
 # via poudriere and the imgact_binmisc kernel module.



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