From owner-cvs-all Wed Jul 29 07:21:18 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA03637 for cvs-all-outgoing; Wed, 29 Jul 1998 07:21:18 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id HAA03629; Wed, 29 Jul 1998 07:21:15 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA13002; Wed, 29 Jul 1998 07:19:50 -0700 (PDT) Date: Wed, 29 Jul 1998 07:19:50 -0700 (PDT) Message-Id: <199807291419.HAA13002@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.kmod.mk Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/07/29 07:19:50 PDT Modified files: share/mk bsd.kmod.mk Log: Honor NOSHARED for tools. All tools should be built static for `make world' to avoid problems with picking up (new) target or (stale) host shared libraries. Don't honor -static in LDFLAGS for linking LKMs. LDFLAGS is not actually for ld, but we use it anyway, and must prevent -static being misinterpreted as -s. Don't hide any of the link steps. Revision Changes Path 1.50 +9 -5 src/share/mk/bsd.kmod.mk