Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 12 Oct 2002 12:29:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 12 Oct 2002 12:29:31 -0400 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:33292 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sat, 12 Oct 2002 12:29:31 -0400 Date: Sat, 12 Oct 2002 09:37:26 -0700 (PDT) From: Linus Torvalds To: Olaf Dietsche cc: linux-kernel@vger.kernel.org, Subject: Re: [PATCH] 2.5.42: UML build error In-Reply-To: <877kgn7kmk.fsf@goat.bogus.local> 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: 787 Lines: 21 On Sat, 12 Oct 2002, Olaf Dietsche wrote: > > This patch readds the path to scripts/fixdep in Rules.make. It doesn't > break _my_ regular build, but I can't tell for others. The thing is, the correct fix is to make uml (and other architectures) use the direct makefile approach (ie "make -f xxxxx/Makefile" instead of "make -C xxxxx"). All the dependencies are generated with relative paths anyway, so this one-liner makes the tree build, but it means that the dependencies are broken for uml-specific subdirectories anyway. Linus - 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/