From owner-cvs-share Tue Jun 17 20:39:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA25651 for cvs-share-outgoing; Tue, 17 Jun 1997 20:39:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA25624; Tue, 17 Jun 1997 20:39:40 -0700 (PDT) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA03992; Tue, 17 Jun 1997 20:39:35 -0700 (PDT) Date: Tue, 17 Jun 1997 20:39:35 -0700 (PDT) Message-Id: <199706180339.UAA03992@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG Subject: cvs commit: src/share/mk bsd.dep.mk bsd.lib.mk Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1997/06/17 20:39:35 PDT Modified files: share/mk bsd.dep.mk bsd.lib.mk Log: Add `B' to list of flags to pass through from C*FLAGS when using mkdep (bsd.dep.mk) and compiling assembly language sources (bsd.lib.mk). This doesn't change anything for our current source tree, but if you want to use the -B switch in C*FLAGS to specify the location of compiler subprograms, now you can do it. Reviewed by: bde (implicitly) Revision Changes Path 1.13 +4 -4 src/share/mk/bsd.dep.mk 1.58 +7 -7 src/share/mk/bsd.lib.mk