From owner-cvs-all Mon May 13 3:53:31 2002 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 732BA37B405; Mon, 13 May 2002 03:53:25 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4DArPl91299; Mon, 13 May 2002 03:53:25 -0700 (PDT) (envelope-from ru) Message-Id: <200205131053.g4DArPl91299@freefall.freebsd.org> From: Ruslan Ermilov Date: Mon, 13 May 2002 03:53:24 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/lib/csu Makefile src/gnu/lib/libiberty Makefile src/lib/csu/alpha Makefile src/lib/csu/i386-elf Makefile src/lib/csu/ia64 Makefile src/lib/csu/powerpc Makefile src/lib/csu/sparc64 Makefile src/sys/boot/alpha/libalpha Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2002/05/13 03:53:24 PDT Modified files: gnu/lib/csu Makefile gnu/lib/libiberty Makefile lib/csu/alpha Makefile lib/csu/i386-elf Makefile lib/csu/ia64 Makefile lib/csu/powerpc Makefile lib/csu/sparc64 Makefile sys/boot/alpha/libalpha Makefile sys/boot/arc/lib Makefile sys/boot/i386/btx/lib Makefile sys/boot/pc98/btx/lib Makefile lib/libpam/modules Makefile.inc share/mk bsd.lib.mk Log: Major cleanup of bsd.lib.mk. Get rid of the INTERNALSTATICLIB knob and just use plain INTERNALLIB. INTERNALLIB now means to build static library only and don't install anything. Added a NOINSTALLLIB knob for libpam/modules. To not build any library at all, just do not set LIB. Revision Changes Path 1.8 +0 -2 src/gnu/lib/csu/Makefile 1.4 +1 -4 src/gnu/lib/libiberty/Makefile 1.20 +0 -4 src/lib/csu/alpha/Makefile 1.14 +0 -5 src/lib/csu/i386-elf/Makefile 1.8 +0 -4 src/lib/csu/ia64/Makefile 1.6 +0 -5 src/lib/csu/powerpc/Makefile 1.9 +0 -4 src/lib/csu/sparc64/Makefile 1.13 +2 -2 src/lib/libpam/modules/Makefile.inc 1.124 +71 -79 src/share/mk/bsd.lib.mk 1.13 +0 -4 src/sys/boot/alpha/libalpha/Makefile 1.9 +0 -4 src/sys/boot/arc/lib/Makefile 1.8 +0 -4 src/sys/boot/i386/btx/lib/Makefile 1.5 +0 -4 src/sys/boot/pc98/btx/lib/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message