From 84001cde8f2f4de96d7f2935dd053818124b89c1 Mon Sep 17 00:00:00 2001 From: Daniel Eischen Date: Sun, 8 Dec 2002 22:43:31 +0000 Subject: [PATCH] For now, build and install this as libkse instead of libpthread. This will avoid any accidental use of an experimental library. Suggested by: rwatson Approved by: re (jhb) --- lib/libkse/Makefile | 4 ++-- lib/libkse/test/Makefile | 2 +- lib/libpthread/Makefile | 4 ++-- lib/libpthread/test/Makefile | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile index 08a1bfb68401..bebda3fb14cc 100644 --- a/lib/libkse/Makefile +++ b/lib/libkse/Makefile @@ -7,8 +7,8 @@ # 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 -SHLIB_MAJOR= 5 +LIB=kse +SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ -I${.CURDIR}/../../include diff --git a/lib/libkse/test/Makefile b/lib/libkse/test/Makefile index d34e3e72c7fb..31c74f75e552 100644 --- a/lib/libkse/test/Makefile +++ b/lib/libkse/test/Makefile @@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3 LDFLAGS_A := -static LDFLAGS_P := -pg LDFLAGS_S := -LIBS := -lpthread +LIBS := -lkse # Flags passed to verify. "-v" or "-u" may be useful. VFLAGS := diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index 08a1bfb68401..bebda3fb14cc 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/Makefile @@ -7,8 +7,8 @@ # 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 -SHLIB_MAJOR= 5 +LIB=kse +SHLIB_MAJOR= 1 CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/thread \ -I${.CURDIR}/../../include diff --git a/lib/libpthread/test/Makefile b/lib/libpthread/test/Makefile index d34e3e72c7fb..31c74f75e552 100644 --- a/lib/libpthread/test/Makefile +++ b/lib/libpthread/test/Makefile @@ -26,7 +26,7 @@ CFLAGS := -Wall -pipe -g3 LDFLAGS_A := -static LDFLAGS_P := -pg LDFLAGS_S := -LIBS := -lpthread +LIBS := -lkse # Flags passed to verify. "-v" or "-u" may be useful. VFLAGS :=