From 7144d5cbc5d75bac813da3dd7c47817d9ab6cf56 Mon Sep 17 00:00:00 2001 From: Sean Bruno Date: Wed, 23 Dec 2015 21:55:54 +0000 Subject: [PATCH] Fixup native-xtools target for poudriere cross build jails after svn r291955 by excluding all debug files. Reported by: swills Reviewed by: emaste --- Makefile.inc1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.inc1 b/Makefile.inc1 index 5718e1701cf..a26df46ecaf 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -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.