From owner-cvs-all@FreeBSD.ORG Thu Nov 29 21:49:09 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7FBFD16A419; Thu, 29 Nov 2007 21:49:09 +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 513A013C457; Thu, 29 Nov 2007 21:49:09 +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 lATLn9EA034156; Thu, 29 Nov 2007 21:49:09 GMT (envelope-from brooks@repoman.freebsd.org) Received: (from brooks@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lATLn9CN034155; Thu, 29 Nov 2007 21:49:09 GMT (envelope-from brooks) Message-Id: <200711292149.lATLn9CN034155@repoman.freebsd.org> From: Brooks Davis Date: Thu, 29 Nov 2007 21:49:09 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src ObsoleteFiles.inc src/lib/libkse Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Nov 2007 21:49:09 -0000 brooks 2007-11-29 21:49:08 UTC FreeBSD src repository Modified files: . ObsoleteFiles.inc lib/libkse Makefile Log: 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 MFC after: 3 days Revision Changes Path 1.123 +6 -0 src/ObsoleteFiles.inc 1.68 +6 -3 src/lib/libkse/Makefile