Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 8 Apr 2002 08:05:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 8 Apr 2002 08:05:09 -0400 Received: from mail.ocs.com.au ([203.34.97.2]:13329 "HELO mail.ocs.com.au") by vger.kernel.org with SMTP id ; Mon, 8 Apr 2002 08:05:08 -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.0 is available In-Reply-To: Your message of "Fri, 05 Apr 2002 21:26:08 +1000." <7022.1018005968@ocs3.intra.ocs.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 08 Apr 2002 22:04:54 +1000 Message-ID: <3127.1018267494@ocs3.intra.ocs.com.au> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org New core code for kbuild 2.5 is available in http://prdownloads.sourceforge.net/kbuild/kbuild-2.5-core-2.bz2 Backout core-1 then apply this patch. Changes from core-1. Do not set KBUILD_OBJECT for objects that are linked into multiple conglomerates, there is no unambiguous KBUILD_OBJECT value for such objects. These objects will not be able to use module or boot parameters in the forthcoming merge of module and boot parameter handling. Create object directory before copying .prepend/.append files. Fixes Richard Chan's bug report. make foo/bar.[si] works again. Fixes Roman Zippel bug report. Correctly standardize relative names. Fixes Roman Zippel "touch include/linux/mm.h" does nothing bug. Only affected builds in common source and object mode. Update timestamps on files generated by make as they are used. This removes some spurious rebuilds. Changes to the underlying database layout to reduce the mmap footprint. This speeds up kbuild 2.5 on smaller machines. - 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/