Style, no functional changes.
This commit is contained in:
parent
a9412967a2
commit
620b3a0c1d
@ -285,7 +285,7 @@ _worldtmp:
|
|||||||
.endif
|
.endif
|
||||||
.else
|
.else
|
||||||
rm -rf ${WORLDTMP}/legacy/usr/include
|
rm -rf ${WORLDTMP}/legacy/usr/include
|
||||||
# XXX - These two can depend on any header file.
|
# XXX - These two can depend on any header file.
|
||||||
rm -f ${OBJTREE}${.CURDIR}/usr.bin/kdump/ioctl.c
|
rm -f ${OBJTREE}${.CURDIR}/usr.bin/kdump/ioctl.c
|
||||||
rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c
|
rm -f ${OBJTREE}${.CURDIR}/usr.bin/truss/ioctl.c
|
||||||
.endif
|
.endif
|
||||||
@ -897,24 +897,20 @@ build-tools:
|
|||||||
#
|
#
|
||||||
# cross-tools: Build cross-building tools
|
# cross-tools: Build cross-building tools
|
||||||
#
|
#
|
||||||
.if (${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386") && \
|
.if ${TARGET_ARCH} != ${MACHINE_ARCH}
|
||||||
${TARGET_ARCH} != ${MACHINE_ARCH}
|
.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
|
||||||
_btxld= usr.sbin/btxld
|
_btxld= usr.sbin/btxld
|
||||||
.endif
|
.endif
|
||||||
|
.if !defined(NO_RESCUE) || defined(RELEASEDIR)
|
||||||
.if (!defined(NO_RESCUE) || defined(RELEASEDIR)) && \
|
|
||||||
${TARGET_ARCH} != ${MACHINE_ARCH}
|
|
||||||
_crunchide= usr.sbin/crunch/crunchide
|
_crunchide= usr.sbin/crunch/crunchide
|
||||||
.endif
|
.endif
|
||||||
|
.if ${TARGET_ARCH} == "alpha"
|
||||||
.if ${TARGET_ARCH} == "alpha" && ${TARGET_ARCH} != ${MACHINE_ARCH}
|
|
||||||
_elf2exe= usr.sbin/elf2exe
|
_elf2exe= usr.sbin/elf2exe
|
||||||
.endif
|
.endif
|
||||||
|
.if ${TARGET_ARCH} == "i386" && defined(RELEASEDIR)
|
||||||
.if ${TARGET_ARCH} == "i386" && ${TARGET_ARCH} != ${MACHINE_ARCH} && \
|
|
||||||
defined(RELEASEDIR)
|
|
||||||
_kgzip= usr.sbin/kgzip
|
_kgzip= usr.sbin/kgzip
|
||||||
.endif
|
.endif
|
||||||
|
.endif
|
||||||
|
|
||||||
cross-tools:
|
cross-tools:
|
||||||
.for _tool in \
|
.for _tool in \
|
||||||
|
Loading…
Reference in New Issue
Block a user