From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx2.redhat.com (mx2.redhat.com [66.187.237.31]) by ozlabs.org (Postfix) with ESMTP id D8191DDDAB for ; Thu, 12 Feb 2009 01:12:11 +1100 (EST) Subject: Re: [PATCH 1/3] Makefile: Include arch Makefiles as late as possible From: Steven Rostedt To: Ingo Molnar In-Reply-To: <20090211132338.GQ16535@elte.hu> References: <20090204150755.GA24163@oksana.dev.rtsoft.ru> <20090204150835.GA30027@oksana.dev.rtsoft.ru> <20090204212612.GN22608@elte.hu> <1234324294.29851.0.camel@pasglop> <20090211132338.GQ16535@elte.hu> Content-Type: text/plain Date: Wed, 11 Feb 2009 09:11:42 -0500 Message-Id: <1234361502.31601.0.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linux-rt-users@vger.kernel.org, linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Paul Mackerras , Sam Ravnborg List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2009-02-11 at 14:23 +0100, Ingo Molnar wrote: > * Benjamin Herrenschmidt wrote: > > > On Wed, 2009-02-04 at 22:26 +0100, Ingo Molnar wrote: > > > > +include $(srctree)/arch/$(SRCARCH)/Makefile > > > > + > > > > # arch Makefile may override CC so keep this after arch Makefile is > > > included > > > > NOSTDINC_FLAGS += -nostdinc -isystem $(shell $(CC) > > > -print-file-name=include) > > > > CHECKFLAGS += $(NOSTDINC_FLAGS) > > > > -- > > > > > > this patch is really for Sam to judge - Cc:-ed him. > > > > Sam ? I have a few more powerpc patches depending on that one... so I'd > > like to know if it's totally doomed or not :-) > > Well, toplevel Makefile changes are not to be taken lightly :-) > > Looks good to me but it's handy to have Sam's Ack on it too. > Someone on IRC said that Sam is on vacation. This could take a while for an ACK. -- Steve