From owner-cvs-src@FreeBSD.ORG Wed Jan 14 00:23:43 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB38C16A4CE; Wed, 14 Jan 2004 00:23:43 -0800 (PST) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC4743D5D; Wed, 14 Jan 2004 00:23:42 -0800 (PST) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i0E8NepG004313; Wed, 14 Jan 2004 17:23:40 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Wed, 14 Jan 2004 17:23:25 +0900 (JST) Message-Id: <20040114.172325.71181558.nyan@jp.FreeBSD.org> To: nate@root.org From: Takahashi Yoshihiro In-Reply-To: <20040113093817.E62202@root.org> References: <20040113130843.4702F16A54D@hub.freebsd.org> <20040113093817.E62202@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/acpi Makefile.inc X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2004 08:23:44 -0000 In article <20040113093817.E62202@root.org> Nate Lawson writes: > Is this the right approach? If you want a single Makefile.inc in > /sys/modules, then why not just include ../../Makefile.inc? Why make an > empty one that just includes its parent, which leads us to a twisty chain > of Makefile.inc's, all the same? I think that this is a better and simpler way than adding '.include ../../Makefile.inc' to all Makefiles in subdirectories. --- TAKAHASHI Yoshihiro