Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755439AbXJXKJe (ORCPT ); Wed, 24 Oct 2007 06:09:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753054AbXJXKJ1 (ORCPT ); Wed, 24 Oct 2007 06:09:27 -0400 Received: from pasmtpb.tele.dk ([80.160.77.98]:60743 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752554AbXJXKJ0 (ORCPT ); Wed, 24 Oct 2007 06:09:26 -0400 Date: Wed, 24 Oct 2007 12:10:58 +0200 From: Sam Ravnborg To: Jeff Garzik Cc: LKML , Mathieu Desnoyers , "Frank Ch. Eigler" , Andrew Morton , Linus Torvalds Subject: Re: [RFC/git patch] move samples/ to Documentation/markers/ Message-ID: <20071024101058.GA450@uranus.ravnborg.org> References: <20071024095226.GA30326@havoc.gtf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071024095226.GA30326@havoc.gtf.org> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 884 Lines: 28 Hi Jeff. Why do you think it is not worthwhile to build the samples so we can check that they are to some extend valid code? I noticed you deleted the following - but you did not explain why. Sam Makefile b/Makefile > index 2a47290..83894ae 100644 > --- a/Makefile > +++ b/Makefile > @@ -774,9 +774,6 @@ vmlinux: $(vmlinux-lds) $(vmlinux-init) $(vmlinux-main) $(kallsyms.o) vmlinux.o > ifdef CONFIG_HEADERS_CHECK > $(Q)$(MAKE) -f $(srctree)/Makefile headers_check > endif > -ifdef CONFIG_SAMPLES > - $(Q)$(MAKE) $(build)=samples > -endif > $(call vmlinux-modpost) > $(call if_changed_rule,vmlinux__) > $(Q)rm -f .old_version - 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/