Date: Wed, 5 Jul 2006 01:56:25 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 100595 for review Message-ID: <200607050156.k651uPvv033671@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100595 Change 100595 by jb@jb_freebsd2 on 2006/07/05 01:55:48 Install symbolic links from libthr to libpthread on all architectures from now on. (Wearing flame suit) Affected files ... .. //depot/projects/dtrace/src/lib/libthr/Makefile#4 edit Differences ... ==== //depot/projects/dtrace/src/lib/libthr/Makefile#4 (text+ko) ==== @@ -42,7 +42,6 @@ .include "${.CURDIR}/sys/Makefile.inc" .include "${.CURDIR}/thread/Makefile.inc" -.if ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc64" SYMLINKS+=lib${LIB}.a ${LIBDIR}/libpthread.a .if !defined(NO_PIC) SYMLINKS+=lib${LIB}.so ${LIBDIR}/libpthread.so @@ -50,6 +49,5 @@ .if ${MK_PROFILE} != "no" SYMLINKS+=lib${LIB}_p.a ${LIBDIR}/libpthread_p.a .endif -.endif .include <bsd.lib.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607050156.k651uPvv033671>