svn commit: r183949 - user/netchild/misc/src/lib/libc/stdlib

Alexander Leidinger netchild at FreeBSD.org
Thu Oct 16 10:50:31 UTC 2008


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
+


More information about the svn-src-user mailing list