diff options
author | deischen <deischen@FreeBSD.org> | 2003-04-25 01:31:56 +0000 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2003-04-25 01:31:56 +0000 |
commit | bfee33ea7a1f789e8362fec2a30f7311dcd0f677 (patch) | |
tree | d0a08785985982f38aefc48e8e85f446fdff9392 /lib/libkse | |
parent | 6afbdfe8ea6944a3f1856cc687cc6ea5e1d09657 (diff) | |
download | FreeBSD-src-bfee33ea7a1f789e8362fec2a30f7311dcd0f677.zip FreeBSD-src-bfee33ea7a1f789e8362fec2a30f7311dcd0f677.tar.gz |
Remove the %gs restoring hack (already commented out).
Don't install man pages.
Temporarily (again) rename the library to libkse. It will be put back
to libpthread after more wide-spread testing.
Diffstat (limited to 'lib/libkse')
-rw-r--r-- | lib/libkse/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index beb105e..d5e51e5 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -7,7 +7,7 @@ # To included legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. -LIB=pthread +LIB=kse SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ @@ -20,17 +20,12 @@ CFLAGS+=-I${.CURDIR}/sys CFLAGS+=-D_LOCK_DEBUG #CFLAGS+= -g -#.if ${MACHINE_ARCH} == "i386" -#CFLAGS+=-DGS_HACK -#.endif - # enable extra internal consistancy checks CFLAGS+=-D_PTHREADS_INVARIANTS -Wall AINC= -I${.CURDIR}/../libc/${MACHINE_ARCH} -I${.CURDIR}/thread PRECIOUSLIB= yes -#.include "${.CURDIR}/man/Makefile.inc" .include "${.CURDIR}/thread/Makefile.inc" .include "${.CURDIR}/sys/Makefile.inc" |