Date: Tue, 24 Feb 2009 16:23:35 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r188997 - head/lib/libthr Message-ID: <200902241623.n1OGNZGq070065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ru Date: Tue Feb 24 16:23:34 2009 New Revision: 188997 URL: http://svn.freebsd.org/changeset/base/188997 Log: With only one threading library, simplify the logic of setting SHLIBDIR. Modified: head/lib/libthr/Makefile Modified: head/lib/libthr/Makefile ============================================================================== --- head/lib/libthr/Makefile Tue Feb 24 16:17:29 2009 (r188996) +++ head/lib/libthr/Makefile Tue Feb 24 16:23:34 2009 (r188997) @@ -8,13 +8,11 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. +SHLIBDIR?= /lib + .include <bsd.own.mk> MK_SSP= no -.if ${SHLIBDIR} == "/usr/lib" -SHLIBDIR= /lib -.endif - LIB=thr SHLIB_MAJOR= 3 WARNS?= 3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902241623.n1OGNZGq070065>