Add cat, rpcgen and stat to TOOLS_BUILDRUMP. They're useful for

installing headers for the app stack cases that need it done, and small
enough to not matter for the kernel-only cases that don't.
This commit is contained in:
pooka 2014-06-15 14:36:57 +00:00
parent db668d0723
commit bb567b2891
2 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# $NetBSD: listsrcdirs,v 1.13 2014/02/24 19:22:14 pooka Exp $ # $NetBSD: listsrcdirs,v 1.14 2014/06/15 14:36:57 pooka Exp $
# #
# #
@ -30,10 +30,11 @@ precho src/lib/librump user client hijack dev net vfs
precho src/external/bsd/ flex mdocml byacc precho src/external/bsd/ flex mdocml byacc
precho src/external/cddl/ osnet precho src/external/cddl/ osnet
precho src/external/historical/ nawk precho src/external/historical/ nawk
precho src/bin/ cat
precho src/usr.bin/ make xinstall config mktemp sed tsort precho src/usr.bin/ make xinstall config mktemp sed tsort
precho src/usr.bin/ lorder join cksum m4 mkdep Makefile.inc precho src/usr.bin/ lorder join cksum m4 mkdep Makefile.inc
precho src/usr.bin/ rump_server rump_allserver rump_wmd precho src/usr.bin/ rpcgen rump_server rump_allserver rump_wmd
precho src/usr.bin/ shmif_dumpbus precho src/usr.bin/ stat shmif_dumpbus
precho src/usr.sbin/ mtree precho src/usr.sbin/ mtree
# If -c is given, use CVS syntax to exclude large subdirectories # If -c is given, use CVS syntax to exclude large subdirectories

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.174 2014/06/14 20:49:37 mrg Exp $ # $NetBSD: Makefile,v 1.175 2014/06/15 14:36:57 pooka Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
.include <bsd.endian.mk> .include <bsd.endian.mk>
@ -99,10 +99,10 @@ SUBDIR= host-mkdep compat binstall \
.if ${TOOLS_BUILDRUMP} == "no" .if ${TOOLS_BUILDRUMP} == "no"
SUBDIR+= cap_mkdb crunchgen ctags genassym gencat hexdump \ SUBDIR+= cap_mkdb crunchgen ctags genassym gencat hexdump \
${LINT_BITS} \ ${LINT_BITS} \
makewhatis mtree nbperf .WAIT rpcgen uudecode makewhatis mtree nbperf .WAIT uudecode
.endif .endif
SUBDIR+= join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex SUBDIR+= cat rpcgen join lorder m4 mkdep tsort .WAIT yacc .WAIT awk .WAIT lex
.if ${TOOLS_BUILDRUMP} == "no" .if ${TOOLS_BUILDRUMP} == "no"
SUBDIR += .WAIT texinfo \ SUBDIR += .WAIT texinfo \
@ -110,16 +110,16 @@ SUBDIR += .WAIT texinfo \
.WAIT pax \ .WAIT pax \
.WAIT ${TOOLCHAIN_BITS} \ .WAIT ${TOOLCHAIN_BITS} \
${DTRACE_BITS} \ ${DTRACE_BITS} \
asn1_compile cat cksum compile_et db \ asn1_compile cksum compile_et db \
file lint1 slc \ file lint1 slc \
makefs .WAIT menuc mkcsmapper mkesdb mklocale mknod msgc \ makefs .WAIT menuc mkcsmapper mkesdb mklocale mknod msgc \
.WAIT disklabel \ .WAIT disklabel \
.WAIT paxctl \ .WAIT paxctl \
.WAIT fdisk \ .WAIT fdisk \
.WAIT installboot \ .WAIT installboot \
pwd_mkdb stat strfile sunlabel zic pwd_mkdb strfile sunlabel zic
.endif .endif
SUBDIR+= .WAIT config SUBDIR+= stat .WAIT config
.if ${MKLLVM} != "no" .if ${MKLLVM} != "no"
SUBDIR+= \ SUBDIR+= \