mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-11 09:50:12 +00:00
Add mtree to cross-tools to make it updated for new -L option
It must solve make world breakage
This commit is contained in:
parent
501e74b7ca
commit
199b3e8349
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=63360
@ -569,7 +569,8 @@ _aout_tools= usr.bin/size usr.bin/strip gnu/usr.bin/as gnu/usr.bin/ld
|
||||
|
||||
cross-tools:
|
||||
.for _tool in ${_aout_tools} ${_btxld} ${_elf2exe} usr.bin/genassym \
|
||||
usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc
|
||||
usr.bin/gensetdefs gnu/usr.bin/binutils usr.bin/objformat gnu/usr.bin/cc \
|
||||
usr.sbin/mtree
|
||||
cd ${.CURDIR}/${_tool}; \
|
||||
${MAKE} obj; \
|
||||
${MAKE} depend; \
|
||||
|
Loading…
Reference in New Issue
Block a user