Date: Mon, 1 Oct 2007 18:29:55 +0000 (UTC) From: Ruslan Ermilov <ru@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr Makefile Message-ID: <200710011829.l91ITuAl017168@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ru 2007-10-01 18:29:55 UTC
FreeBSD src repository
Modified files:
lib/libthr Makefile
Log:
Always install libpthread.* symlinks if at least one of
the threading libraries is built. This simplifies the
logic in makefiles that need to check if the pthreads
support is present. It also fixes a bug where we would
build a threading library that we shouldn't have built:
for example, building with WITHOUT_LIBTHR and the default
value of DEFAULT_THREADING_LIB (libthr) would mistakenly
build the libthr library, but not install it.
Approved by: re (kensmith)
Revision Changes Path
1.27 +3 -2 src/lib/libthr/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710011829.l91ITuAl017168>
