Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Oct 2008 10:50:30 +0000 (UTC)
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r183949 - user/netchild/misc/src/lib/libc/stdlib
Message-ID:  <200810161050.m9GAoUsm059735@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: netchild
Date: Thu Oct 16 10:50:30 2008
New Revision: 183949
URL: http://svn.freebsd.org/changeset/base/183949

Log:
  I do not want to pollute the world-CFLAGS with this, so do it local.

Modified:
  user/netchild/misc/src/lib/libc/stdlib/Makefile.inc

Modified: user/netchild/misc/src/lib/libc/stdlib/Makefile.inc
==============================================================================
--- user/netchild/misc/src/lib/libc/stdlib/Makefile.inc	Thu Oct 16 10:48:26 2008	(r183948)
+++ user/netchild/misc/src/lib/libc/stdlib/Makefile.inc	Thu Oct 16 10:50:30 2008	(r183949)
@@ -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
+



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