Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libbsdmalloc Define _REENT. Extend CPPFLAGS.



details:   https://anonhg.NetBSD.org/src/rev/4224b4e5efcd
branches:  trunk
changeset: 764030:4224b4e5efcd
user:      joerg <joerg%NetBSD.org@localhost>
date:      Sun Apr 10 16:47:39 2011 +0000

description:
Define _REENT. Extend CPPFLAGS.

diffstat:

 lib/libbsdmalloc/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 55ad7c7741b0 -r 4224b4e5efcd lib/libbsdmalloc/Makefile
--- a/lib/libbsdmalloc/Makefile Sun Apr 10 16:47:04 2011 +0000
+++ b/lib/libbsdmalloc/Makefile Sun Apr 10 16:47:39 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/07/10 11:27:45 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2011/04/10 16:47:39 joerg Exp $
 
 NOMAN=1
 
@@ -7,7 +7,6 @@
 LIB=   bsdmalloc
 SRCS=  malloc.c
 
-CPPFLAGS= -D_REENTRANT
-CPPFLAGS= -I${.CURDIR}/../libc/include/
+CPPFLAGS+= -D_REENT -D_REENTRANT -I${.CURDIR}/../libc/include/
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index