aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-12-07 20:01:12 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-12-07 20:01:12 +0000
commit620b3a0c1d97d4a36da559714511a3ad967ce8a7 (patch)
tree91ce162f2f6a70a3fd955d85fd9fe6449f7f625a /Makefile.inc1
parenta9412967a2136257a6893c72b19ff0284ab55495 (diff)
downloadsrc-620b3a0c1d97d4a36da559714511a3ad967ce8a7.tar.gz
src-620b3a0c1d97d4a36da559714511a3ad967ce8a7.zip
Style, no functional changes.
Notes
Notes: svn path=/head/; revision=153210
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc118
1 files changed, 7 insertions, 11 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 5c9c0fde2c6a..65becedf1c3c 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -285,7 +285,7 @@ _worldtmp:
.endif
.else
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/truss/ioctl.c
.endif
@@ -897,24 +897,20 @@ build-tools:
#
# cross-tools: Build cross-building tools
#
-.if (${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386") && \
- ${TARGET_ARCH} != ${MACHINE_ARCH}
+.if ${TARGET_ARCH} != ${MACHINE_ARCH}
+.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "i386"
_btxld= usr.sbin/btxld
.endif
-
-.if (!defined(NO_RESCUE) || defined(RELEASEDIR)) && \
- ${TARGET_ARCH} != ${MACHINE_ARCH}
+.if !defined(NO_RESCUE) || defined(RELEASEDIR)
_crunchide= usr.sbin/crunch/crunchide
.endif
-
-.if ${TARGET_ARCH} == "alpha" && ${TARGET_ARCH} != ${MACHINE_ARCH}
+.if ${TARGET_ARCH} == "alpha"
_elf2exe= usr.sbin/elf2exe
.endif
-
-.if ${TARGET_ARCH} == "i386" && ${TARGET_ARCH} != ${MACHINE_ARCH} && \
- defined(RELEASEDIR)
+.if ${TARGET_ARCH} == "i386" && defined(RELEASEDIR)
_kgzip= usr.sbin/kgzip
.endif
+.endif
cross-tools:
.for _tool in \