From owner-cvs-all Mon Oct 2 1:48:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7CF7337B502; Mon, 2 Oct 2000 01:48:51 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA93296; Mon, 2 Oct 2000 01:48:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) Message-Id: <200010020848.BAA93296@freefall.freebsd.org> From: Peter Wemm Date: Mon, 2 Oct 2000 01:48:50 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/mk bsd.lib.mk X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG peter 2000/10/02 01:48:50 PDT Modified files: share/mk bsd.lib.mk Log: Change "building the standard ${LIB} library" to "building the static ${LIB} library". "standard" tends to imply the one that is normally used... but by default it is not the case - the .so would be the "standard" library. Therefore, change this to 'static'. Another option might be "conventional ${LIB} library". Revision Changes Path 1.93 +2 -2 src/share/mk/bsd.lib.mk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message