From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 3 Oct 2002 16:27:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 3 Oct 2002 16:27:38 -0400 Received: from fmr02.intel.com ([192.55.52.25]:41936 "EHLO caduceus.fm.intel.com") by vger.kernel.org with ESMTP id ; Thu, 3 Oct 2002 16:27:37 -0400 Message-ID: From: "Grover, Andrew" To: "'Kai Germaschewski'" , kbuild-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: RE: [kbuild-devel] RfC: Don't cd into subdirs during kbuild Date: Thu, 3 Oct 2002 13:33:02 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > From: Kai Germaschewski [mailto:kai-germaschewski@uiowa.edu] > ChangeSet@1.677, 2002-10-02 14:46:16-05:00, kai@tp1.ruhr-uni-bochum.de > kbuild: Standardize ACPI Makefiles > > ACPI was a bit lazy and just said compile all .c files in > this directory, > which is different from all other Makefiles and will not work very > well e.g. bk, where a .c file may not be checked out yet, > or separate > obj/src dirs. So just explicitly list the files we want to compile. Excellent, I was just going to fix this, and now I don't have to ;-) -- Andy