From owner-cvs-all@FreeBSD.ORG Fri Oct 3 08:38:27 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEFCF16A4B3; Fri, 3 Oct 2003 08:38:27 -0700 (PDT) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8ADC943FDD; Fri, 3 Oct 2003 08:38:26 -0700 (PDT) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id A6E2A65428; Fri, 3 Oct 2003 16:38:25 +0100 (BST) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 95941-05-2; Fri, 3 Oct 2003 16:38:25 +0100 (BST) Received: from saboteur.dek.spc.org (unknown [81.3.72.68]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 3FE5B653E6; Fri, 3 Oct 2003 16:38:25 +0100 (BST) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 5670131; Fri, 3 Oct 2003 16:38:19 +0100 (BST) Date: Fri, 3 Oct 2003 16:38:19 +0100 From: Bruce M Simpson To: Aurelien Nephtali Message-ID: <20031003153819.GE10878@saboteur.dek.spc.org> Mail-Followup-To: Aurelien Nephtali , Ruslan Ermilov , src-committers@freebsd.org, cvs-src@freebsd.org, cvs-all@freebsd.org References: <200310022134.h92LY7Jb071040@repoman.freebsd.org> <20031003152320.GA90990@nebula.wanadoo.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031003152320.GA90990@nebula.wanadoo.fr> cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: Ruslan Ermilov cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf kmod.mk X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2003 15:38:28 -0000 On Fri, Oct 03, 2003 at 05:23:20PM +0200, Aurelien Nephtali wrote: > It breaks the kernel compilation by triggering a "no kernel source tree found" > error. > I fixed like this: I concur. I have had to specify SYSDIR= explicitly to fix compilation of -CURRENT this morning. BMS