From owner-freebsd-current Fri Jun 21 13:29: 9 2002 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 485B537B415; Fri, 21 Jun 2002 13:28:57 -0700 (PDT) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.3/8.12.2) with ESMTP id g5LKSdP8076295; Fri, 21 Jun 2002 13:28:40 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.4/8.12.3/Submit) id g5LKSdAl076294; Fri, 21 Jun 2002 13:28:39 -0700 (PDT) Date: Fri, 21 Jun 2002 13:28:39 -0700 From: "David O'Brien" To: Mikhail Teterin Cc: ru@FreeBSD.org, current@FreeBSD.org Subject: Re: recent bsd.lib.mk changes Message-ID: <20020621132839.A68827@dragon.nuxi.com> Reply-To: current@FreeBSD.org Mail-Followup-To: David O'Brien , Mikhail Teterin , ru@FreeBSD.org, current@FreeBSD.org References: <200206211429.33406.mi+mx@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200206211429.33406.mi+mx@aldan.algebra.com>; from mi+mx@aldan.algebra.com on Fri, Jun 21, 2002 at 02:29:33PM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Jun 21, 2002 at 02:29:33PM -0400, Mikhail Teterin wrote: > I used to define INTERNALLIB to avoid building and installing the static > version, but that is now almost reversed -- only the static will be > built and nothing will be installed. The old INTERNALLIB knob was confusion and not really used. An internal lib is a static lib we create during `make world' because it reduces compile times (ie, code that is shared). I can think of very few reasons to build a .so, but not a .a. Some people do like to build static binaries. > Can the future modifications in the share/mk be, please, tested with > ports as well as src builds? Thanks! src/share/mk is for /usr/src. If /usr/ports can use the bits, that is nice. If not ports/Mk/bsd.FOO.mk should be created and used. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message