summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2015-04-17 15:55:13 +0000
committerimp <imp@FreeBSD.org>2015-04-17 15:55:13 +0000
commit8d6c47c77cacbe7a29abc807c10cd8b7bebe5fad (patch)
treebc2373c1cde2bf60a2188d489a96981c57accdf3 /Makefile.inc1
parent37c56fd2f815d05ff28e35043429824db263e1a0 (diff)
downloadFreeBSD-src-8d6c47c77cacbe7a29abc807c10cd8b7bebe5fad.zip
FreeBSD-src-8d6c47c77cacbe7a29abc807c10cd8b7bebe5fad.tar.gz
RELEASEDIR was removed in FreeBSD 9.x, at the same time /boot/loader
stopped using kgzip in the release process. We no longer need to build kgzip as a cross tool, and tests for RELEASEDIR are obsolete, so remove both. Differential Revision: https://reviews.freebsd.org/D2313
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc16
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 24135bc..56b9e4a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1469,12 +1469,9 @@ _btxld= usr.sbin/btxld
.endif
.endif
.if ${TARGET_ARCH} != ${MACHINE_ARCH}
-.if ${MK_RESCUE} != "no" || defined(RELEASEDIR)
+.if ${MK_RESCUE} != "no"
_crunchide= usr.sbin/crunch/crunchide
.endif
-.if ${TARGET_ARCH} == "i386" && defined(RELEASEDIR)
-_kgzip= usr.sbin/kgzip
-.endif
.endif
# If we're given an XAS, don't build binutils.
@@ -1520,7 +1517,6 @@ cross-tools: .MAKE
${_cc} \
${_btxld} \
${_crunchide} \
- ${_kgzip} \
sys/boot/usb/tools
${_+_}@${ECHODIR} "===> ${_tool} (obj,depend,all,install)"; \
cd ${.CURDIR}/${_tool} && \
OpenPOWER on IntegriCloud