From owner-cvs-usrbin Sat Aug 31 16:19:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA23858 for cvs-usrbin-outgoing; Sat, 31 Aug 1996 16:19:43 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA23851; Sat, 31 Aug 1996 16:19:36 -0700 (PDT) Received: from campa.panke.de (anonymous216.ppp.cs.tu-berlin.de [130.149.17.216]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id AAA07459; Sun, 1 Sep 1996 00:57:54 +0200 Received: (from wosch@localhost) by campa.panke.de (8.6.12/8.6.12) id AAA00748; Sun, 1 Sep 1996 00:39:45 +0200 Date: Sun, 1 Sep 1996 00:39:45 +0200 From: Wolfram Schneider Message-Id: <199608312239.AAA00748@campa.panke.de> To: "Jordan K. Hubbard" Cc: Bruce Evans , bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/make make.1 In-Reply-To: <10935.841527008@time.cdrom.com> References: <199608312106.HAA06437@godzilla.zeta.org.au> <10935.841527008@time.cdrom.com> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: >> #define _PATH_DEFSYSMK "/usr/share/mk/sys.mk" > >Actually, since you're in there already.. :-) > >Some folks have asked for the ability to use their own sys.mk and >override the hardwiring in make. That certainly makes sense to me, so >maybe _PATH_DEFSYSMK should have an optional "HOST_ROOT" environment >variable expanded before it, or something to that effect? Use #define _PATH_DEFSYSMK "sys.mk" and the -I option for make(1) will work for sys.mk like for bsd.prog.mk, bsd.lib.mk etc. Wolfram