PERFORCE change 100595 for review

John Birrell jb at FreeBSD.org
Wed Jul 5 01:56:26 UTC 2006


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

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


More information about the p4-projects mailing list