summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2003-04-25 01:31:56 +0000
committerdeischen <deischen@FreeBSD.org>2003-04-25 01:31:56 +0000
commitbfee33ea7a1f789e8362fec2a30f7311dcd0f677 (patch)
treed0a08785985982f38aefc48e8e85f446fdff9392 /lib
parent6afbdfe8ea6944a3f1856cc687cc6ea5e1d09657 (diff)
downloadFreeBSD-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')
-rw-r--r--lib/libkse/Makefile7
-rw-r--r--lib/libpthread/Makefile7
2 files changed, 2 insertions, 12 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"
diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile
index beb105e..d5e51e5 100644
--- a/lib/libpthread/Makefile
+++ b/lib/libpthread/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"
OpenPOWER on IntegriCloud