Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753833AbYKXUuh (ORCPT ); Mon, 24 Nov 2008 15:50:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752713AbYKXUu3 (ORCPT ); Mon, 24 Nov 2008 15:50:29 -0500 Received: from pfepb.post.tele.dk ([195.41.46.236]:50767 "EHLO pfepb.post.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751871AbYKXUu2 (ORCPT ); Mon, 24 Nov 2008 15:50:28 -0500 Date: Mon, 24 Nov 2008 21:51:50 +0100 From: Sam Ravnborg To: linux-kbuild , LKML Subject: [GIT] kbuild patches Message-ID: <20081124205150.GA32497@uranus.ravnborg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1790 Lines: 51 Just a heads up of what I so far has applied to build-next.git I have more queued in my mailbox pending review/applying. If you use "make -s" you will see that we are now more silent than before. tags support got an overhauls and presently includes symbols form the archs that has not yet killed include/asm-* Everything is shortly available here: git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git master I will send patches as followup. Sam Mike Frysinger (3): kbuild: kill output in silent mode of mkcompile_h kbuild: introduce $(kecho) convenience echo kbuild: use KECHO convenience echo Sally, Gene (1): kbuild: gen_init_cpio expands shell variables in file names Sam Ravnborg (3): kbuild: expand -I in KBUILD_CPPFLAGS kbuild: teach mkmakfile to be silent kbuild: move tags support to a shell script Werner Almesberger (1): remove bashisms from scripts/extract-ikconfig Documentation/kbuild/makefiles.txt | 14 ++++ Makefile | 127 ++----------------------------- arch/blackfin/boot/Makefile | 2 +- scripts/Kbuild.include | 18 ++-- scripts/Makefile.lib | 15 +++- scripts/extract-ikconfig | 8 +- scripts/mkcompile_h | 6 +- scripts/mkmakefile | 4 +- scripts/tags.sh | 147 ++++++++++++++++++++++++++++++++++++ usr/gen_init_cpio.c | 28 +++++++- 10 files changed, 227 insertions(+), 142 deletions(-) -- 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/