mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 19:08:58 +00:00
MFC r321845:
Standardize on SRCTOP instead of .CURDIR-relative paths
This commit is contained in:
parent
da1150d269
commit
d7ff911992
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=324132
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user