summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-01-28 21:15:24 +0000
committerimp <imp@FreeBSD.org>2000-01-28 21:15:24 +0000
commit693bdb49f944fa74881aa6ea7f3d12554e37ee1a (patch)
treecdc39ba650e7658bec6afab7892e9d2fbe9d6a47 /Makefile.inc1
parentfcb7935df13747eb6b7eb29b464a2bfc6529307f (diff)
downloadFreeBSD-src-693bdb49f944fa74881aa6ea7f3d12554e37ee1a.zip
FreeBSD-src-693bdb49f944fa74881aa6ea7f3d12554e37ee1a.tar.gz
Remove Fortran from build tools. It isn't needed to build the system
and costs us an extra 2% to build it for no reason. It may break building cross compilation environments for fortran, but that isn't officially supported at this time anyway (also, the % of our user base that would use that is < .001% imho). This does't break fortran (it is built again later anyway). Reviewed by: obrien Tested by: make buildworld and make buildworld -DNOCLEAN
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 14d4a5e..82a65e7 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -503,10 +503,6 @@ _games= games/adventure games/hack games/phantasia
_share= share/syscons/scrnmaps
.endif
-.if !defined(NO_FORTRAN)
-_fortran= gnu/usr.bin/cc/f771
-.endif
-
.if exists(${.CURDIR}/kerberosIV) && exists(${.CURDIR}/crypto) && \
!defined(NOCRYPT) && defined(MAKE_KERBEROS4)
_libroken4= kerberosIV/lib/libroken
@@ -518,7 +514,7 @@ _libroken5= kerberos5/lib/libroken
.endif
build-tools:
-.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \
+.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools \
${_libroken4} ${_libroken5} lib/libncurses ${_share}
cd ${.CURDIR}/${_tool}; ${MAKE} build-tools
.endfor
OpenPOWER on IntegriCloud