From owner-cvs-usrsbin Mon Oct 23 07:51:25 1995 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA08838 for cvs-usrsbin-outgoing; Mon, 23 Oct 1995 07:51:25 -0700 Received: from rocky.sri.MT.net (sri.MT.net [204.94.231.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA08821 ; Mon, 23 Oct 1995 07:50:56 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id IAA21187; Mon, 23 Oct 1995 08:53:15 -0600 Date: Mon, 23 Oct 1995 08:53:15 -0600 From: Nate Williams Message-Id: <199510231453.IAA21187@rocky.sri.MT.net> To: David Greenman Cc: CVS-commiters@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config mkmakefile.c In-Reply-To: <199510231029.DAA02147@freefall.freebsd.org> References: <199510231029.DAA02147@freefall.freebsd.org> Sender: owner-cvs-usrsbin@FreeBSD.org Precedence: bulk David Greenman writes: > davidg 95/10/23 03:29:17 > > Modified: usr.sbin/config mkmakefile.c > Log: > Don't pre-processor define 'ident'. This has subtle consequences for people > who don't carefully consider their choice for the machine name. The same > functionality can still be had with an "option", so nothing is lost. Does this mean I can no longer rely on #ifdef TROUT in the kernel sources locally to bring in (or out) new code that is specific only to my box. I have certain portions of the SCSI code I *have* to change due to HW bugs in my system, and this has been the 'BSD' way of doing things since early 4.1 days. Nate