summaryrefslogtreecommitdiffstats
path: root/lib/libkse
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-04-15 20:22:28 +0000
committerobrien <obrien@FreeBSD.org>2002-04-15 20:22:28 +0000
commitb297f3946ccfa3c6853077d3f36999f667a7c913 (patch)
tree8f788bd1b6dfd5ef3429b4f19406e9f6c41e95d7 /lib/libkse
parentd138e20525bbeb61c8337755853ff4825d6dec83 (diff)
downloadFreeBSD-src-b297f3946ccfa3c6853077d3f36999f667a7c913.zip
FreeBSD-src-b297f3946ccfa3c6853077d3f36999f667a7c913.tar.gz
Sync SCM ID comments with libc.
Diffstat (limited to 'lib/libkse')
-rw-r--r--lib/libkse/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/libkse/Makefile b/lib/libkse/Makefile
index d7b21bc..efbd364 100644
--- a/lib/libkse/Makefile
+++ b/lib/libkse/Makefile
@@ -1,16 +1,18 @@
# $FreeBSD$
#
-# All library objects contain rcsid strings by default; they may be
+# All library objects contain FreeBSD revision strings by default; they may be
# excluded as a space-saving measure. To produce a library that does
-# not contain these strings, delete -DLIBC_RCS and -DSYSLIBC_RCS
-# from CFLAGS below. To remove these strings from just the system call
-# stubs, remove just -DSYSLIBC_RCS from CFLAGS.
+# not contain these strings, add -DSTRIP_FBSDID (see <sys/cdefs.h>) to CFLAGS
+# below. Note, there are no IDs for syscall stubs whose sources are generated.
+# 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=c_r
SHLIB_MAJOR= 5
SHLIB_MINOR= 0
-CFLAGS+=-DLIBC_RCS -DSYSLIBC_RCS -I${.CURDIR}/../libc/include
-CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE -I${.CURDIR}/uthread
-CFLAGS+=-I${.CURDIR}/../../include
+CFLAGS+=-DPTHREAD_KERNEL -D_THREAD_SAFE
+CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \
+ -I${.CURDIR}/../../include
# Uncomment this if you want libc_r to contain debug information for
# thread locking.
OpenPOWER on IntegriCloud