From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IjzmQ-0001ZE-C8 for mharc-grub-devel@gnu.org; Mon, 22 Oct 2007 12:05:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjzmO-0001XG-I3 for grub-devel@gnu.org; Mon, 22 Oct 2007 12:05:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjzmL-0001Tr-Sq for grub-devel@gnu.org; Mon, 22 Oct 2007 12:05:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjzmL-0001TP-F4 for grub-devel@gnu.org; Mon, 22 Oct 2007 12:05:21 -0400 Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IjzmL-0008BT-6Y for grub-devel@gnu.org; Mon, 22 Oct 2007 12:05:21 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Ijzm7-0006IW-Cm for grub-devel@gnu.org; Mon, 22 Oct 2007 16:05:07 +0000 Received: from adsl-69-234-196-162.dsl.irvnca.pacbell.net ([69.234.196.162]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Oct 2007 16:05:07 +0000 Received: from wa1ter by adsl-69-234-196-162.dsl.irvnca.pacbell.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 22 Oct 2007 16:05:07 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: grub-devel@gnu.org From: walt Date: Mon, 22 Oct 2007 09:05:50 -0700 Organization: none Message-ID: References: <471B84B5.2030702@t-online.de> <20071021191932.GA3239@thorin> <471BA984.5020305@t-online.de> <20071022152258.GA23548@thorin> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: adsl-69-234-196-162.dsl.irvnca.pacbell.net User-Agent: Thunderbird 3.0a1pre (X11/2007102206) In-Reply-To: <20071022152258.GA23548@thorin> Sender: news X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) Subject: Re: [PATCH] startup.S does not find includes 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: Mon, 22 Oct 2007 16:05:24 -0000 Robert Millan wrote: > On Mon, Oct 22, 2007 at 06:31:22AM -0700, walt wrote: >> Christian Franke wrote: >>> For kern/i386/pc/startup.S: >>> >>> #include "../realmode.S" // include pc-independent i386 realmode code >>> >>> Should work without any -I option. >> I considered that, but wouldn't it break compilation when building >> in-tree, ie without an obj directory? > Why would it? Hm. It did yesterday when I was tired. Today, it works okay. Obviously black magic at work :o)