From owner-cvs-src@FreeBSD.ORG Tue Oct 18 08:26:30 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 5E6C316A420; Tue, 18 Oct 2005 08:26:30 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (comp.chem.msu.su [158.250.32.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id F278B43D48; Tue, 18 Oct 2005 08:26:26 +0000 (GMT) (envelope-from yar@comp.chem.msu.su) Received: from comp.chem.msu.su (localhost [127.0.0.1]) by comp.chem.msu.su (8.13.3/8.13.3) with ESMTP id j9I8QM0E095528; Tue, 18 Oct 2005 12:26:22 +0400 (MSD) (envelope-from yar@comp.chem.msu.su) Received: (from yar@localhost) by comp.chem.msu.su (8.13.3/8.13.3/Submit) id j9I8QMXH095527; Tue, 18 Oct 2005 12:26:22 +0400 (MSD) (envelope-from yar) Date: Tue, 18 Oct 2005 12:26:21 +0400 From: Yar Tikhiy To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Message-ID: <20051018082621.GA95042@comp.chem.msu.su> References: <200510180754.j9I7s2SU048911@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510180754.j9I7s2SU048911@repoman.freebsd.org> User-Agent: Mutt/1.5.9i Cc: Subject: Re: cvs commit: src/sys/modules/if_gif Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 18 Oct 2005 08:26:30 -0000 On Tue, Oct 18, 2005 at 07:54:02AM +0000, Yar Tikhiy wrote: > yar 2005-10-18 07:54:02 UTC > > FreeBSD src repository > > Modified files: > sys/modules/if_gif Makefile > Log: > In this case, disable wrapping of fake opt_*.h targets in > "if defined(KERNBUILDDIR)" for now since the new way of > building modules with the kernel can't handle dynamic SRCS > depending on build options yet. > > Revision Changes Path > 1.8 +4 -2 src/sys/modules/if_gif/Makefile This will remedy broken builds if there is no INET6 in the kernel config and return us to the previous state of matters when the default if_gif module is just useless in that case as it can't be loaded into an IPv6-disabled kernel. -- Yar