PERFORCE change 101504 for review

John Birrell jb at FreeBSD.org
Fri Jul 14 04:28:58 UTC 2006


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

Change 101504 by jb at 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>


More information about the p4-projects mailing list