xargs.c rev. 1.10 in HEAD and rev. 1.9.2.1 in RELENG_4,

and onwards, have support for the -J option we need.
This commit is contained in:
Ruslan Ermilov 2003-04-13 16:05:28 +00:00
parent 47c95a33ef
commit da54b929c3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=113443

View file

@ -645,10 +645,15 @@ _strfile= games/fortune/strfile
_uudecode= usr.bin/uudecode
.endif
.if ( ${BOOTSTRAPPING} < 430002 || \
( ${BOOTSTRAPPING} >= 500000 && ${BOOTSTRAPPING} < 500019 ))
_xargs= usr.bin/xargs
.endif
bootstrap-tools:
.for _tool in ${_strfile} usr.bin/yacc usr.bin/colldef \
usr.bin/makewhatis usr.bin/rpcgen ${_uudecode} \
usr.bin/xargs usr.bin/xinstall \
${_xargs} usr.bin/xinstall \
usr.sbin/config usr.sbin/kbdcontrol \
gnu/usr.bin/gperf gnu/usr.bin/groff gnu/usr.bin/texinfo
@${ECHODIR} "===> ${_tool}"; \