svn commit: r188997 - head/lib/libthr

Ruslan Ermilov ru at FreeBSD.org
Tue Feb 24 08:23:35 PST 2009


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


More information about the svn-src-head mailing list