Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Nov 2004 05:13:53 GMT
From:      David Xu <davidxu@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 65534 for review
Message-ID:  <200411200513.iAK5DrfE014016@repoman.freebsd.org>

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

Change 65534 by davidxu@davidxu_alona on 2004/11/20 05:13:19

	some kse specific code is no longer needed.

Affected files ...

.. //depot/projects/davidxu_thread/src/lib/libthread/Makefile#2 edit

Differences ...

==== //depot/projects/davidxu_thread/src/lib/libthread/Makefile#2 (text+ko) ====

@@ -22,9 +22,6 @@
 CFLAGS+=-I${.CURDIR}/../../libexec/rtld-elf/${MACHINE_ARCH}
 CFLAGS+=-fno-builtin
 
-# Uncomment this if you want libpthread to contain debug information for
-# thread locking.
-CFLAGS+=-D_LOCK_DEBUG
 #CFLAGS+= -g
 
 # Uncomment this if you want to build a 1:1 threading mode library
@@ -39,7 +36,6 @@
 PRECIOUSLIB=
 
 .include "${.CURDIR}/arch/${MACHINE_ARCH}/Makefile.inc"
-.include "${.CURDIR}/support/Makefile.inc"
 .include "${.CURDIR}/sys/Makefile.inc"
 .include "${.CURDIR}/thread/Makefile.inc"
 



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