From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mathieu Desnoyers Subject: Re: [RFC patch 06/15] LTTng build Date: Fri, 17 Oct 2008 12:18:52 -0400 Message-ID: <20081017161852.GB5696@Krystal> References: <20081016232729.699004293@polymtl.ca> <20081016234656.385520321@polymtl.ca> <20081017170830.E22D.KOSAKI.MOTOHIRO@jp.fujitsu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from tomts20.bellnexxia.net ([209.226.175.74]:54964 "EHLO tomts20-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753883AbYJQQS5 (ORCPT ); Fri, 17 Oct 2008 12:18:57 -0400 Content-Disposition: inline In-Reply-To: <20081017170830.E22D.KOSAKI.MOTOHIRO@jp.fujitsu.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: KOSAKI Motohiro Cc: Linus Torvalds , Andrew Morton , Ingo Molnar , linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, Steven Rostedt , Peter Zijlstra , Thomas Gleixner , David Miller , Ingo Molnar , "William L. Irwin" * KOSAKI Motohiro (kosaki.motohiro@jp.fujitsu.com) wrote: > Hi > > just nit > > > Index: linux-2.6-lttng/Makefile > > =================================================================== > > --- linux-2.6-lttng.orig/Makefile 2008-10-16 18:16:33.000000000 -0400 > > +++ linux-2.6-lttng/Makefile 2008-10-16 18:16:38.000000000 -0400 > > @@ -619,7 +619,7 @@ export mod_strip_cmd > > > > > > ifeq ($(KBUILD_EXTMOD),) > > -core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ > > +core-y += kernel/ mm/ fs/ ipc/ security/ crypto/ block/ ltt/ > > > > vmlinux-dirs := $(patsubst %/,%,$(filter %/, $(init-y) $(init-m) \ > > $(core-y) $(core-m) $(drivers-y) $(drivers-m) \ > > This patch depend on 07/15. it seems wrong patch order. > Then it cause following build error. > Will fix in the next release, thanks ! Mathieu > > ~/linux/linux-2.6.27-lttng% make > make > make[1]: `include/asm-ia64/nr-irqs.h' is up to date. > CHK include/linux/version.h > CHK include/linux/utsrelease.h > CALL scripts/checksyscalls.sh > CHK include/linux/compile.h > scripts/Makefile.build:41: /mnt/sdb1/kosaki/linux/linux-2.6.27-lttng/ltt/Makefile: No such file or directory > make[1]: *** No rule to make target `/mnt/sdb1/kosaki/linux/linux-2.6.27-lttng/ltt/Makefile'. Stop. > make: *** [ltt] Error 2 > > > > -- Mathieu Desnoyers OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68