From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267880AbUHPSzC (ORCPT ); Mon, 16 Aug 2004 14:55:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267889AbUHPSxg (ORCPT ); Mon, 16 Aug 2004 14:53:36 -0400 Received: from pfepc.post.tele.dk ([195.41.46.237]:1947 "EHLO pfepc.post.tele.dk") by vger.kernel.org with ESMTP id S267863AbUHPSwa (ORCPT ); Mon, 16 Aug 2004 14:52:30 -0400 Date: Mon, 16 Aug 2004 22:52:30 +0200 From: Sam Ravnborg To: Coywolf Qi Hunt Cc: Sam Ravnborg , akpm@osdl.org, kai@tp1.ruhr-uni-bochum.de, linux-kernel@vger.kernel.org Subject: Re: [patch] remove obsolete HEAD in kbuild Message-ID: <20040816205230.GA21047@mars.ravnborg.org> Mail-Followup-To: Coywolf Qi Hunt , Sam Ravnborg , akpm@osdl.org, kai@tp1.ruhr-uni-bochum.de, linux-kernel@vger.kernel.org References: <411F3A48.2030201@greatcn.org> <20040815174915.GA7265@mars.ravnborg.org> <412016AA.6030006@greatcn.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <412016AA.6030006@greatcn.org> User-Agent: Mutt/1.5.6i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 16, 2004 at 10:06:34AM +0800, Coywolf Qi Hunt wrote: > diff -Nrup linux-2.6.8/arch/cris/Makefile linux-2.6.8-cy/arch/cris/Makefile > --- linux-2.6.8/arch/cris/Makefile 2004-08-15 20:58:18.673278888 -0400 > +++ linux-2.6.8-cy/arch/cris/Makefile 2004-08-15 20:59:30.109679014 -0400 > @@ -39,8 +39,6 @@ CFLAGS := $(subst -fomit-frame-pointer,, > CFLAGS += -fno-omit-frame-pointer > endif > > -HEAD := arch/$(ARCH)/$(SARCH)/kernel/head.o > - > LIBGCC = $(shell $(CC) $(CFLAGS) -print-file-name=libgcc.a) > > core-y += arch/$(ARCH)/kernel/ arch/$(ARCH)/mm/ When you remove assignment to HEAD you need to replace it with assignment to head-y. Sam