From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Linux-libre Date: Thu, 29 May 2014 19:27:15 +0200 Message-ID: <20140529172715.GA10426@debian> References: <20140529143026.GA12567@debian> <87wqd48tth.fsf@gnu.org> <20140529170800.GA14924@debian> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44797) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wq46x-0005VQ-7R for guix-devel@gnu.org; Thu, 29 May 2014 13:27:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wq46p-0001W8-K5 for guix-devel@gnu.org; Thu, 29 May 2014 13:27:27 -0400 Content-Disposition: inline In-Reply-To: <20140529170800.GA14924@debian> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-15?Q?Court=E8s?= Cc: guix-devel@gnu.org The one thing I noticed is that the build phase does a make defconfig followed by a make mrproper >From the documentation obtained with "make help": defconfig - New config with default from ARCH supplied defconfig mrproper - Remove all generated files + config + various backup files Indeed, defconfig creates a file .config, which is deleted by mrproper. Independently of guix, I tried to drop the mrproper phase, but still no linux/module.h was installed. Andreas