From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kd2vq-000358-8Y for mharc-grub-devel@gnu.org; Tue, 09 Sep 2008 09:06:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kd2vn-00034t-Ta for grub-devel@gnu.org; Tue, 09 Sep 2008 09:06:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kd2vi-000320-Ut for grub-devel@gnu.org; Tue, 09 Sep 2008 09:06:55 -0400 Received: from [199.232.76.173] (port=48335 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd2vi-00031x-Ow for grub-devel@gnu.org; Tue, 09 Sep 2008 09:06:50 -0400 Received: from yw-out-1718.google.com ([74.125.46.156]:62445) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kd2vi-0007u8-FW for grub-devel@gnu.org; Tue, 09 Sep 2008 09:06:50 -0400 Received: by yw-out-1718.google.com with SMTP id 9so229171ywk.66 for ; Tue, 09 Sep 2008 06:06:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=DjRMFldtm75f3+phKYncKvbQFSZJ7QqsK3YEumh2MjI=; b=d6Yy9Rabj0kc69x/LL09nCbIVBw/T8HNEV9WgzebNjep9f31HjIDdaB4OeuSyFmzuF i1g193+mvHMFzV+wisI8YkOM5PkkD5o62M1frs2KsJyTs2N0J3RKjjBZIA48lGd6wQs+ Xp8JDE0Gf8WgzyUTkHH/11G9QHYqgCdjNQcpU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=sUYTxi/HhpD7t0HZ8wyOKTv7Gy9oP+fcUwIvnR+3Jym3uSRdJiaigTWF+13q699LKR B1D4BROLLtI1pQICTbeO0VLaKT3GSYCwVBGaqoz+qw/pCtM4emTH6o/K0abVN7EOMG5n 4e+K7ZM/fA6tRix4mK8vN+/4RWevTptCXYahU= Received: by 10.86.29.8 with SMTP id c8mr12331478fgc.23.1220965609002; Tue, 09 Sep 2008 06:06:49 -0700 (PDT) Received: from ?192.168.1.15? ( [83.77.151.64]) by mx.google.com with ESMTPS id e20sm5887598fga.1.2008.09.09.06.06.43 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Sep 2008 06:06:44 -0700 (PDT) Message-ID: <48C674E0.9000302@gmail.com> Date: Tue, 09 Sep 2008 15:06:40 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: The development of GRUB 2 References: <48C5C870.5050709@gmail.com> <20080909123900.GB3079@thorin> In-Reply-To: <20080909123900.GB3079@thorin> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) Subject: Re: [BUG] Build system broken with i386.rmk X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 13:06:56 -0000 Robert Millan wrote: > On Tue, Sep 09, 2008 at 02:50:56AM +0200, phcoder wrote: >> Hello. I had conflicts in .mk files after "svn up" so I removed all the >> .mk. common.mk and i386-pc.mk were regenerated correctly but not i386.mk >> $ make >> conf/i386-pc.mk:3394: conf/i386.mk: No such file or directory >> make: *** No rule to make target `conf/i386.mk'. Stop. >> Can someone familiar with build system fix this? > > Can you be more specific about what's wrong in svn? I believe ./autogen.sh > should fix your local tree. > i386-pc.mk and common.mk are regenerated if necessary by make command but i386.mk isn't. Vladimir 'phcoder' Serbinenko