From owner-freebsd-current Wed Jan 28 21:18:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA25548 for current-outgoing; Wed, 28 Jan 1998 21:18:02 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id VAA25508 for ; Wed, 28 Jan 1998 21:17:57 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xxmMA-0001ai-00; Wed, 28 Jan 1998 22:17:42 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id WAA00869; Wed, 28 Jan 1998 22:17:28 -0700 (MST) Message-Id: <199801290517.WAA00869@harmony.village.org> To: Julian Elischer Subject: Re: PATCH: if_de.c #ifdef based version encoding Cc: dg@root.com, Terry Lambert , current@FreeBSD.ORG In-reply-to: Your message of "Tue, 27 Jan 1998 12:31:52 PST." <34CE4438.15FB7483@whistle.com> References: <34CE4438.15FB7483@whistle.com> <199801271101.DAA25275@implode.root.com> Date: Wed, 28 Jan 1998 22:17:27 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" In message <34CE4438.15FB7483@whistle.com> Julian Elischer writes: : #undef __FreeBSD__ : #define __FreeBSD__ 3 is there any reason that config can't be hacked to generate this, or something like this, in opt_global.h? that way all you need is two configs: one for -current and one for -stable if you are building both kinds of kernels. Warner