PERFORCE change 101508 for review

John Birrell jb at FreeBSD.org
Fri Jul 14 04:50:29 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101508

Change 101508 by jb at jb_freebsd2 on 2006/07/14 04:50:25

	Bump the libc version just for this prototype project.
	
	If building threads into libc, include the makefile that sucks
	them in.

Affected files ...

.. //depot/projects/dtrace/src/lib/libc/Makefile#5 edit

Differences ...

==== //depot/projects/dtrace/src/lib/libc/Makefile#5 (text+ko) ====

@@ -12,7 +12,7 @@
 # To include legacy CSRG sccsid strings, add -DLIBC_SCCS and -DSYSLIBC_SCCS
 # to CFLAGS below.  -DSYSLIBC_SCCS affects just the system call stubs.
 LIB=c
-SHLIB_MAJOR= 7
+SHLIB_MAJOR= 8
 WARNS?=	2
 CFLAGS+=-I${.CURDIR}/include -I${.CURDIR}/../../include
 CFLAGS+=-I${.CURDIR}/${MACHINE_ARCH}
@@ -74,6 +74,10 @@
 CFLAGS+= -DNS_CACHING
 .endif
 
+.if ${MK_THREADS_IN_LIBC} != "no"
+.include "${.CURDIR}/thread/Makefile.inc"
+.endif
+
 .if defined(SYMVER_ENABLED)
 VERSION_DEF=${.CURDIR}/Versions.def
 SYMBOL_MAPS=${SYM_MAPS}


More information about the p4-projects mailing list