diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-15 20:22:28 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-15 20:22:28 +0000 |
commit | b297f3946ccfa3c6853077d3f36999f667a7c913 (patch) | |
tree | 8f788bd1b6dfd5ef3429b4f19406e9f6c41e95d7 /lib | |
parent | d138e20525bbeb61c8337755853ff4825d6dec83 (diff) | |
download | FreeBSD-src-b297f3946ccfa3c6853077d3f36999f667a7c913.zip FreeBSD-src-b297f3946ccfa3c6853077d3f36999f667a7c913.tar.gz |
Sync SCM ID comments with libc.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/Makefile | 16 | ||||
-rw-r--r-- | lib/libkse/Makefile | 16 | ||||
-rw-r--r-- | lib/libpthread/Makefile | 16 |
3 files changed, 27 insertions, 21 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index d7b21bc..efbd364 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/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. 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. diff --git a/lib/libpthread/Makefile b/lib/libpthread/Makefile index d7b21bc..efbd364 100644 --- a/lib/libpthread/Makefile +++ b/lib/libpthread/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. |