From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1IjgYN-00068D-V2 for mharc-grub-devel@gnu.org; Sun, 21 Oct 2007 15:33:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IjgYM-00066H-84 for grub-devel@gnu.org; Sun, 21 Oct 2007 15:33:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IjgYI-00061r-M6 for grub-devel@gnu.org; Sun, 21 Oct 2007 15:33:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IjgYI-00061i-IA for grub-devel@gnu.org; Sun, 21 Oct 2007 15:33:34 -0400 Received: from mailout09.sul.t-online.de ([194.25.134.84] helo=mailout09.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IjgYI-0002sx-29 for grub-devel@gnu.org; Sun, 21 Oct 2007 15:33:34 -0400 Received: from fwd32.aul.t-online.de by mailout09.sul.t-online.com with smtp id 1IjgYH-0008RU-00; Sun, 21 Oct 2007 21:33:33 +0200 Received: from [10.3.2.2] (VsRjx8ZTZhPpFBbY83wrhK318wI0tGJmBhw+nJhbZrSchQUQxcUSmpUjuBOt80-wLI@[217.235.235.80]) by fwd32.aul.t-online.de with esmtp id 1IjgY7-1xZoeG0; Sun, 21 Oct 2007 21:33:23 +0200 Message-ID: <471BA984.5020305@t-online.de> Date: Sun, 21 Oct 2007 21:33:24 +0200 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: The development of GRUB 2 References: <471B84B5.2030702@t-online.de> <20071021191932.GA3239@thorin> In-Reply-To: <20071021191932.GA3239@thorin> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: VsRjx8ZTZhPpFBbY83wrhK318wI0tGJmBhw+nJhbZrSchQUQxcUSmpUjuBOt80-wLI X-TOI-MSGID: aeda6f61-046e-473c-872f-e4b22dde5ab4 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) 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: Sun, 21 Oct 2007 19:33:38 -0000 Robert Millan wrote: > On Sun, Oct 21, 2007 at 06:56:21PM +0200, Christian Franke wrote: > >> Hi, >> >> some recent checkin appearently introduces the following regression: >> >> Compilation fails if configure'd outside of $(srcdir). >> #include "kern/i386/realmode.S" and "kern/i386/loader.S" fail in startup.S. >> > > Uhm I just noticed that previously existing #includes have relative paths, > e.g.: > > #include "lzo1x.S" > > Perhaps I should have done the same instead of adding new include dirs. > > Thoughts? > > For kern/i386/pc/startup.S: #include "../realmode.S" // include pc-independent i386 realmode code Should work without any -I option. Christian