Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jul 2006 04:50:28 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 101508 for review
Message-ID:  <200607140450.k6E4oSwM031861@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101508

Change 101508 by jb@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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607140450.k6E4oSwM031861>