PERFORCE change 65534 for review

David Xu davidxu at FreeBSD.org
Fri Nov 19 21:13:55 PST 2004


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

Change 65534 by davidxu at 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"
 


More information about the p4-projects mailing list