Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756096Ab2FTOHT (ORCPT ); Wed, 20 Jun 2012 10:07:19 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:50141 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751553Ab2FTOHR (ORCPT ); Wed, 20 Jun 2012 10:07:17 -0400 Subject: Re: [GIT PULL 00/20] perf/core improvements From: Namhyung Kim To: Ingo Molnar Cc: Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org, Andi Kleen , Arun Sharma , Benjamin Redelings , Corey Ashford , Cyrill Gorcunov , David Ahern , "Frank Ch. Eigler" , Frederic Weisbecker , Ingo Molnar , Jiri Olsa , Masami Hiramatsu , Mike Galbraith , Namhyung Kim , Paul Mackerras , Pekka Enberg , Peter Zijlstra , Robert Richter , Shan Wei , Stephane Eranian , Sunjin Yang , Tom Zanussi , Ulrich Drepper , Arnaldo Carvalho de Melo In-Reply-To: <20120620120141.GB1925@gmail.com> References: <1340128221-17348-1-git-send-email-acme@infradead.org> <20120620120141.GB1925@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Wed, 20 Jun 2012 23:07:03 +0900 Message-ID: <1340201223.1520.5.camel@leonhard> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 948 Lines: 32 2012-06-20 (수), 14:01 +0200, Ingo Molnar: > One Makefile bug I noticed is that lib/tracevents does not clean > out these files: > > .event-parse.d > .parse-filter.d > .parse-utils.d > .trace-seq.d > > and this can break the build when the libgcc package upgraded: > > comet:~/tip/tools/perf> make -j > SUBDIR ../lib/traceevent/ > make[1]: *** No rule to make target `/usr/lib/gcc/x86_64-redhat-linux/4.7.0/include/stddef.h', > needed by `event-parse.o'. Stop. > make: *** [../lib/traceevent//libtraceevent.a] Error 2 > So how should we deal with it? Just plain 'make clean' should delete *.d files or add something like 'make distclean' to do that? -- Regards, Namhyung Kim -- 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/