From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 11 May 2002 05:32:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 11 May 2002 05:32:41 -0400 Received: from mail.ocs.com.au ([203.34.97.2]:21768 "HELO mail.ocs.com.au") by vger.kernel.org with SMTP id ; Sat, 11 May 2002 05:32:40 -0400 X-Mailer: exmh version 2.2 06/23/2000 with nmh-1.0.4 From: Keith Owens To: kbuild-devel@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org Subject: Re: Announce: Kernel Build for 2.5, Release 2.4 is available In-Reply-To: Your message of "Sat, 04 May 2002 23:01:17 +1000." <24512.1020517277@ocs3.intra.ocs.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 11 May 2002 19:32:19 +1000 Message-ID: <6624.1021109539@ocs3.intra.ocs.com.au> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 04 May 2002 00:19:10 +1000, Keith Owens wrote: >Release 2.4 of kernel build for kernel 2.5 (kbuild 2.5) is available. >http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download >release 2.4. kbuild-2.5-core-13 Changes from core-12. Disable the ability to generate .[is] files on demand from the command line. There are corner cases with autogenerated .[is] that are causing kbuild database problems so this new feature has been disabled for the moment. If you try to generate a .[is] file, kbuild will give you instructions on how to do it by hand. Tweak standardize_name code to cope with aic7xxx shipping files and overwriting them with the same name. kbuild-2.5-common-2.5.15-2 Changes from common-2.5.15-1. Add -f to cp/mv. Mainly to cope with aic7xxx shipping files and overwriting them with the same name. Add missing select for aic7xxx. kbuild-2.5-i386-2.5.15-2 Changes from i386-2.5.15-1. arch/i386/pci/Makefile.in fixups. Add acpi flags to acpi.o. Only build pci objects when CONFIG_PCI=y.