Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 8 Oct 2002 12:03:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 8 Oct 2002 12:03:19 -0400 Received: from hermes.fachschaften.tu-muenchen.de ([129.187.202.12]:35051 "HELO hermes.fachschaften.tu-muenchen.de") by vger.kernel.org with SMTP id ; Tue, 8 Oct 2002 12:03:18 -0400 Date: Tue, 8 Oct 2002 18:08:53 +0200 (CEST) From: Adrian Bunk X-X-Sender: bunk@mimas.fachschaften.tu-muenchen.de To: Kai Germaschewski cc: James Bottomley , Alan Cox , Subject: Re: Linux 2.5.41-ac1 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1193 Lines: 43 On Tue, 8 Oct 2002, Kai Germaschewski wrote: >... > To restore the previous state, just do > > obj-y += ... ../kernel/trampoline.o >... There seems to be a bug in kbuild that makes your suggestion impossible: <-- snip --> ... make -f arch/i386/mach-voyager/Makefile ld -m elf_i386 -r -o arch/i386/mach-voyager/built-in.o arch/i386/mach-voyager/setup.o arch/i386/mach-voyager/voyager_basic.o arch/i386/mach-voyager/voyager_thread.o arch/i386/mach-voyager/voyager_smp.o arch/i386/mach-voyager/voyager_cat.o arch/i386/mach-voyager/../kernel/trampoline.o ld: cannot open arch/i386/mach-voyager/../kernel/trampoline.o: No such file or directory make[1]: *** [arch/i386/mach-voyager/built-in.o] Error 1 make: *** [arch/i386/mach-voyager] Error 2 <-- snip --> > --Kai cu Adrian -- You only think this is a free country. Like the US the UK spends a lot of time explaining its a free country because its a police state. Alan Cox - 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/