Date: Fri, 17 Oct 2008 08:39:48 +0000 (UTC) From: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> To: Alexander Leidinger <netchild@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r183969 - in head/lib/libc: . stdlib Message-ID: <20081017083900.I2978@maildrop.int.zabbadoz.net> In-Reply-To: <200810170830.m9H8UKtS082818@svn.freebsd.org> References: <200810170830.m9H8UKtS082818@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 17 Oct 2008, Alexander Leidinger wrote: > Author: netchild > Date: Fri Oct 17 08:30:20 2008 > New Revision: 183969 > URL: http://svn.freebsd.org/changeset/base/183969 > > Log: > MTC r183949: > Allow to define MALLOC_PRODUCTION with a make variable instead of polluting > the global CFLAGS. I wonder if it would have been better to use the existing framework to tunr on/off something that we use these days (src.conf)? > Reviewed by: jasone > > Modified: > head/lib/libc/ (props changed) > head/lib/libc/stdlib/Makefile.inc > > Modified: head/lib/libc/stdlib/Makefile.inc > ============================================================================== > --- head/lib/libc/stdlib/Makefile.inc Fri Oct 17 07:39:27 2008 (r183968) > +++ head/lib/libc/stdlib/Makefile.inc Fri Oct 17 08:30:20 2008 (r183969) > @@ -48,3 +48,8 @@ MLINKS+=strtoul.3 strtoull.3 strtoul.3 s > MLINKS+=malloc.3 calloc.3 malloc.3 free.3 malloc.3 malloc.conf.5 \ > malloc.3 realloc.3 malloc.3 reallocf.3 malloc.3 malloc_usable_size.3 > MLINKS+=tsearch.3 tdelete.3 tsearch.3 tfind.3 tsearch.3 twalk.3 > + > +.if defined(MALLOC_PRODUCTION) > +CFLAGS+= -DMALLOC_PRODUCTION > +.endif > + > -- Bjoern A. Zeeb Stop bit received. Insert coin for new game.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081017083900.I2978>