MFC r321845:

Standardize on SRCTOP instead of .CURDIR-relative paths
This commit is contained in:
Enji Cooper 2017-09-30 20:06:36 +00:00
parent da1150d269
commit d7ff911992
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=324132

View File

@ -1460,9 +1460,14 @@ _gcc_tools= gnu/usr.bin/cc/cc_tools
_rescue= rescue/rescue
.endif
.if ${MK_TCSH} != "no"
_tcsh=bin/csh
.endif
build-tools: .MAKE
.for _tool in \
bin/csh \
${_tcsh} \
bin/sh \
${_rescue} \
${LOCAL_TOOL_DIRS} \
@ -1580,7 +1585,7 @@ native-xtools: .PHONY
bin/cat \
bin/chmod \
bin/cp \
bin/csh \
${_tcsh} \
bin/echo \
bin/expr \
bin/hostname \