From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932166AbZLMBO7 (ORCPT ); Sat, 12 Dec 2009 20:14:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932142AbZLMBO6 (ORCPT ); Sat, 12 Dec 2009 20:14:58 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:36346 "HELO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S932140AbZLMBO5 (ORCPT ); Sat, 12 Dec 2009 20:14:57 -0500 Date: Sat, 12 Dec 2009 15:22:08 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Michal Marek cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [resend][GIT PULL] kbuild updates for 2.6.33 In-Reply-To: <20091212144730.GA6788@sepie.suse.cz> Message-ID: References: <20091212144730.GA6788@sepie.suse.cz> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 12 Dec 2009, Michal Marek wrote: > > git://repo.or.cz/linux-kbuild.git for-33 > > > .gitignore | 7 +- > Documentation/dontdiff | 1 + > Documentation/kbuild/kbuild.txt | 14 + > Documentation/kbuild/kconfig.txt | 8 +- > ... That's not at all the diffstat I get. I just get Makefile | 5 +- include/linux/Kbuild | 1 + scripts/Makefile.lib | 2 +- scripts/mod/modpost.c | 164 ---------------------------------------------- scripts/mod/modpost.h | 3 - scripts/package/Makefile | 20 +++++- scripts/package/buildtar | 6 ++- 7 files changed, 28 insertions(+), 173 deletions(-) Not pulled, since I suspect you meant me to pull something else. Linus