Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib disable pthread support for now, as there will be abi ch...



details:   https://anonhg.NetBSD.org/src/rev/23c8fb664fbd
branches:  trunk
changeset: 541865:23c8fb664fbd
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 19 15:30:30 2003 +0000

description:
disable pthread support for now, as there will be abi changes.

diffstat:

 lib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 5e90cc72a2c0 -r 23c8fb664fbd lib/Makefile
--- a/lib/Makefile      Sun Jan 19 14:40:55 2003 +0000
+++ b/lib/Makefile      Sun Jan 19 15:30:30 2003 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: Makefile,v 1.79 2003/01/18 17:38:04 thorpej Exp $
+#      $NetBSD: Makefile,v 1.80 2003/01/19 15:30:30 christos Exp $
 #      from: @(#)Makefile      5.25.1.1 (Berkeley) 5/7/91
 
 .include <bsd.own.mk>
 
 SUBDIR=        csu libc .WAIT libarch libbz2 libcdk libcompat libcrypt libcurses \
        libedit libform libintl libkvm libl libm libmenu libossaudio libpcap \
-       libpci libpmc libposix libpthread libpthread_dbg libresolv librmt \
+       libpci libpmc libposix libresolv librmt \
        librpcsvc libterm libusbhid libutil libwrap liby libz
 
 .if (${MKSKEY} != "no")



Home | Main Index | Thread Index | Old Index