Deleted Added
full compact
Makefile (53812) Makefile (54757)
1# $FreeBSD: head/lib/libkse/Makefile 53812 1999-11-28 05:38:13Z alfred $
1# $FreeBSD: head/lib/libkse/Makefile 54757 1999-12-18 01:00:42Z jasone $
2#
3# All library objects contain rcsid strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
6# from CFLAGS below. To remove these strings from just the system call
7# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
8LIB=c_r
9SHLIB_MAJOR= 4
10SHLIB_MINOR= 0
11CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
12CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
2#
3# All library objects contain rcsid strings by default; they may be
4# excluded as a space-saving measure. To produce a library that does
5# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
6# from CFLAGS below. To remove these strings from just the system call
7# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
8LIB=c_r
9SHLIB_MAJOR= 4
10SHLIB_MINOR= 0
11CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
12CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
13CFLAGS+=-I${.CURDIR}/../../include
13
14# Uncomment this if you want libc_r to contain debug information for
15# thread locking.
16CFLAGS+=-D_LOCK_DEBUG
17
18# enable extra internal consistancy checks
19# CFLAGS+=-D_PTHREADS_INVARIANTS
20

--- 24 unchanged lines hidden ---
14
15# Uncomment this if you want libc_r to contain debug information for
16# thread locking.
17CFLAGS+=-D_LOCK_DEBUG
18
19# enable extra internal consistancy checks
20# CFLAGS+=-D_PTHREADS_INVARIANTS
21

--- 24 unchanged lines hidden ---