Date: Fri, 14 Jul 2006 04:28:57 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 101504 for review Message-ID: <200607140428.k6E4SvQU022724@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=101504 Change 101504 by jb@jb_freebsd2 on 2006/07/14 04:28:52 Reset to the -current version. Affected files ... .. //depot/projects/dtrace/src/lib/libthr/Makefile#5 edit Differences ... ==== //depot/projects/dtrace/src/lib/libthr/Makefile#5 (text+ko) ==== @@ -42,6 +42,7 @@ .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 @@ -49,5 +50,6 @@ .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?200607140428.k6E4SvQU022724>