Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 11 Feb 2002 10:32:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 11 Feb 2002 10:32:03 -0500 Received: from [195.89.159.99] ([195.89.159.99]:59122 "EHLO kushida.apsleyroad.org") by vger.kernel.org with ESMTP id ; Mon, 11 Feb 2002 10:31:50 -0500 Date: Mon, 11 Feb 2002 15:26:55 +0000 From: Jamie Lokier To: Andrew Morton Cc: Linus Torvalds , Alan Cox , Hugh Dickins , Marcelo Tosatti , "H. Peter Anvin" , linux-kernel@vger.kernel.org Subject: Re: [PATCH] BUG preserve registers Message-ID: <20020211152655.A7564@kushida.apsleyroad.org> In-Reply-To: <3C65F523.FDDB7FA@zip.com.au> <3C660517.AAA7FA8@zip.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <3C660517.AAA7FA8@zip.com.au>; from akpm@zip.com.au on Sat, Feb 09, 2002 at 09:28:55PM -0800 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andrew Morton wrote: > The preprocessor is simply pasting together its -I argument and the > string from the #include statement. There doesn't seem to be a way > of getting it to just emit "include/linux/dcache.h" or "drivers/char/serial.c". Doesn't that work if you do this? (cd $(TOPDIR); gcc -Idrivers/char -I- -Iinclude \ -c -o drivers/char/serial.o drivers/char/serial.c) -- Jamie - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/