aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2014-11-16 20:10:37 +0000
committerSean Bruno <sbruno@FreeBSD.org>2014-11-16 20:10:37 +0000
commite98c3c3f9d25d72080b068ce89fb343d24ad5a69 (patch)
tree1272f071fc52728b77759d839ca0a3ebcd75447e /Makefile.inc1
parent41a3b1244b583d65648d393e829da63800a6d827 (diff)
downloadsrc-e98c3c3f9d25d72080b068ce89fb343d24ad5a69.tar.gz
src-e98c3c3f9d25d72080b068ce89fb343d24ad5a69.zip
Flush out many more static binaries that can be used in a jail for building
pkgs via poudriere. This removes a significant amount of emulation speeding up run times. Phabric: D1172 Reviewed by: imp MFC after: 2 weeks
Notes
Notes: svn path=/head/; revision=274593
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc134
1 files changed, 33 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 236599693356..3aa969a7c44a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1455,8 +1455,20 @@ native-xtools: .MAKE
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
-p ${OBJTREE}/nxb-bin/usr/include >/dev/null
.for _tool in \
+ bin/cat \
+ bin/chmod \
+ bin/cp \
bin/csh \
+ bin/expr \
+ bin/ln \
+ bin/ls \
+ bin/mkdir \
+ bin/ps \
+ bin/realpath \
+ bin/rm \
+ bin/rmdir \
bin/sh \
+ bin/sleep \
${_clang_tblgen} \
usr.bin/ar \
${_binutils} \
@@ -1465,18 +1477,38 @@ native-xtools: .MAKE
${_clang_libs} \
${_clang} \
sbin/md5 \
+ sbin/sysctl \
+ gnu/usr.bin/diff \
usr.bin/awk \
+ usr.bin/basename \
usr.bin/bmake \
usr.bin/bzip2 \
+ usr.bin/cmp \
+ usr.bin/dirname \
+ usr.bin/env \
usr.bin/fetch \
+ usr.bin/find \
+ usr.bin/grep \
usr.bin/gzip \
+ usr.bin/id \
usr.bin/lex \
usr.bin/lorder \
+ usr.bin/mktemp \
+ usr.bin/mt \
+ usr.bin/patch \
usr.bin/sed \
+ usr.bin/sort \
usr.bin/tar \
+ usr.bin/touch \
+ usr.bin/tr \
+ usr.bin/true \
+ usr.bin/uniq \
usr.bin/unzip \
+ usr.bin/xargs \
+ usr.bin/xinstall \
usr.bin/xz \
- usr.bin/yacc
+ usr.bin/yacc \
+ usr.sbin/chown
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool} && \
${NXBMAKE} DIRPRFX=${_tool}/ obj && \