Fixup native-xtools target for poudriere cross build jails after svn

r291955 by excluding all debug files.

Reported by:	swills

Reviewed by:	emaste
This commit is contained in:
Sean Bruno 2015-12-23 21:55:54 +00:00
parent 16f8a79b72
commit 7144d5cbc5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292671

View File

@ -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.