Create /usr/sbin in ${WORLDTMP}. I've accidentally removed it in
revision 1.343, but it's needed for btxld(8), and this fix (along with the --enable-64-bit-bfd configured BFD on i386) allows other architectures to successfully cross-build the i386 world. Tested on: alpha
This commit is contained in:
parent
2c1305420f
commit
0aacff4d4d
@ -257,7 +257,8 @@ _worldtmp:
|
||||
.endfor
|
||||
.for _dir in \
|
||||
lib usr/bin usr/include usr/lib/compat/aout usr/libdata/ldscripts \
|
||||
usr/libexec usr/share/misc usr/share/bsnmp/defs usr/share/bsnmp/mibs
|
||||
usr/libexec usr/sbin usr/share/misc \
|
||||
usr/share/bsnmp/defs usr/share/bsnmp/mibs
|
||||
mkdir -p ${WORLDTMP}/${_dir}
|
||||
.endfor
|
||||
mtree -deU -f ${.CURDIR}/etc/mtree/BSD.include.dist \
|
||||
|
Loading…
Reference in New Issue
Block a user