From owner-freebsd-hackers Thu Mar 27 17:18:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA09738 for hackers-outgoing; Thu, 27 Mar 1997 17:18:09 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id RAA09733 for ; Thu, 27 Mar 1997 17:18:03 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14608(6)>; Thu, 27 Mar 1997 17:16:56 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177486>; Thu, 27 Mar 1997 17:16:52 -0800 X-Mailer: exmh version 1.6.9 8/22/96 To: Michael Smith cc: dennis@etinc.com (dennis), hackers@freebsd.org Subject: Re: Kernel Object Dependencies In-reply-to: Your message of "Thu, 20 Mar 1997 18:12:29 PST." <199703210212.MAA11202@genesis.atrad.adelaide.edu.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 27 Mar 1997 17:16:48 PST From: Bill Fenner Message-Id: <97Mar27.171652pst.177486@crevenia.parc.xerox.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk We could always do what Sun did, and allow the same config file construct to refer to source or object, depending on whether or not the source file exists. That way development and distribution machines can have the same files file, and config magically generates a reference to the .o if the .c doesn't exist. Bill