Re: cvs-src summary for August 2-9

From: Ruslan Ermilov <ru_at_freebsd.org>
Date: Wed, 11 Aug 2004 09:35:09 +0300
On Tue, Aug 10, 2004 at 10:28:39PM -0500, Mark Johnston wrote:
> Command-line arguments in make now propagate to all sub-makes
> -------------------------------------------------------------
> Hartmut Brandt (harti) modified make to propagate its command-line
> arguments to sub-makes as command-line arguments, as required by POSIX.
> This primarily affects prople using MAKEOBJDIR and MAKEOBJDIRPREFIX
> as command-line arguments; they should instead be used as environment
> variables, so they don't propagate to sub-makes.
> 
Note that setting MAKEOBJDIR and MAKEOBJDIRPREFIX as command-line
variables is only supported on 5.x systems after 2003/09/14, and
setting them as global variables (e.g., in /etc/make.conf) would
most likely result in a failed build.  The canonical way was
always to use them as environment variables.

> Cryptography in releases and legal concerns
> -------------------------------------------
> 
> Nate Lawson (njl) moved the crypto distribution into base, making all
> releases cryptography-enabled.  He noted, "The -DNOCRYPT build option
> still exists for anyone who really wants to build non-cryptographic
> binaries [ . . . ]."
> 
It was Colin Percival who did the change.

> ===================
> Important bug fixes
> ===================
> mbuf exhaustion panic fixed
> ---------------------------
> Brian Feldman (green) changed the UMA (uniform memory access) code,
> 
UMA stands for the Universal Memory Allocator.


Cheers,
-- 
Ruslan Ermilov
ru_at_FreeBSD.org
FreeBSD committer

Received on Wed Aug 11 2004 - 04:35:24 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:05 UTC