From owner-cvs-src@FreeBSD.ORG Thu Dec 6 16:22:19 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 76F7E16A469; Thu, 6 Dec 2007 16:22:19 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5065013C4EA; Thu, 6 Dec 2007 16:22:19 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lB6GMJjx082662; Thu, 6 Dec 2007 16:22:19 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lB6GMJhg082661; Thu, 6 Dec 2007 16:22:19 GMT (envelope-from brooks) Message-Id: <200712061622.lB6GMJhg082661@repoman.freebsd.org> From: Brooks Davis Date: Thu, 6 Dec 2007 16:22:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/lib/libkse Makefile src ObsoleteFiles.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Dec 2007 16:22:19 -0000 brooks 2007-12-06 16:22:19 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libkse Makefile . ObsoleteFiles.inc Log: MFC: To reduce the impact of possible removal of the syscalls required by libkse in FreeBSD 8.0, do not build or install static versions of libkse (i.e. libkse*.a) in the default case. Static versions will be built and installed if libthr is not built or if libkse is the default threading library. Discussed on: freebsd-arch Approved by: re (kensmith) Revision Changes Path 1.112.2.6 +6 -0 src/ObsoleteFiles.inc 1.66.2.1 +6 -3 src/lib/libkse/Makefile