From owner-freebsd-arch Sat Jul 20 9:52:55 2002 Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0F9DE37B400; Sat, 20 Jul 2002 09:52:53 -0700 (PDT) Received: from thuvia.demon.co.uk (thuvia.demon.co.uk [193.237.34.248]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5A77843E31; Sat, 20 Jul 2002 09:52:51 -0700 (PDT) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (dotar.thuvia.org [10.0.0.4]) by phaidor.thuvia.org (8.11.6/8.11.6) with ESMTP id g6KGqnb76209; Sat, 20 Jul 2002 17:52:50 +0100 (BST) (envelope-from mark@thuvia.demon.co.uk) Received: from dotar.thuvia.org (localhost [IPv6:::1]) by dotar.thuvia.org (8.12.3/8.12.3) with ESMTP id g6KGqnKC085492; Sat, 20 Jul 2002 17:52:49 +0100 (BST) (envelope-from mark@dotar.thuvia.org) Received: (from mark@localhost) by dotar.thuvia.org (8.12.3/8.12.3/Submit) id g6KGqnFK085491; Sat, 20 Jul 2002 17:52:49 +0100 (BST) Date: Sat, 20 Jul 2002 17:52:49 +0100 (BST) From: Mark Valentine Message-Id: <200207201652.g6KGqnFK085491@dotar.thuvia.org> X-Mailer: Mail User's Shell (7.2.6 beta(5) 10/07/98) To: Ruslan Ermilov Subject: Re: [POLL] need a good name for share/mk API versioning Cc: arch@freebsd.org Sender: owner-freebsd-arch@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: mark@dotar.thuvia.org (Mark Valentine) > Date: Sat 20 Jul, 2002 > Subject: Re: [POLL] need a good name for share/mk API versioning > One possible workaround might be to have sys.mk include a file defined by a > variable (if defined, perhaps in the environment), which for the FreeBSD build > system could be set to "bsd.sys.mk" or similar. This allows any build system > to have a component included before the Makefile is read. > > .if defined(__BUILD_SYS_MK) > .include "${__BUILD_SYS_MK}" > .endif Of course, no newly design build system should use this feature; use an early Makefile .include instead... Cheers, Mark. -- Mark Valentine, Thuvia Labs "Tigers will do ANYTHING for a tuna fish sandwich." Mark Valentine uses "We're kind of stupid that way." *munch* *munch* and endorses FreeBSD -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-arch" in the body of the message