Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Mar 1995 16:25:08 -0800 (PST)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        jkh@freebsd.org (Jordan K. Hubbard)
Cc:        CVS-commiters@time.cdrom.com, cvs-etc@time.cdrom.com
Subject:   Re: cvs commit: src/etc make.conf
Message-ID:  <199503210025.QAA01294@gndrsh.aac.dev.com>
In-Reply-To: <199503202135.NAA13870@time.cdrom.com> from "Jordan K. Hubbard" at Mar 20, 95 01:35:18 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> jkh         95/03/20 13:35:17
> 
>   Modified:    etc      make.conf
>   Log:
>   Take out obsolete KERBEROS_IV build variable.  Just eBones now.
>   Submitted by:	Mark Murray <mark@grondar.za>

I see one more buglet in this file:
#
# To compile and install the Sun libm instead of the default use:
#
WANT_MSUN=      yes
#
#

It was agreed long ago that NOTHING, NOTA, ZIPO should be effected
by the contents of /etc/make.conf as shipped.  Now it has WANT_MSUN
turned on.

This is the wrong place to make that change if MSUN is to become
the default library!

This should probably become:

#
# To compile and install the Berkeley libm instead of the Sun libm use:
#
#WANT_BERKELEY_LIBM=	yes
#
#

And then all the other places that have WANT_MSUN corrected to do
the right things about /usr/src/lib/libm vs /usr/src/lib/msun.


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503210025.QAA01294>