Re: [PATCH v3]Perf: Fix Makefile to clean all object files

2013-03-14 Thread Namhyung Kim
Hi again, On Thu, 14 Mar 2013 17:14:28 +0800, chenggang wrote: > From: Chenggang Qin > > If we execute "make clean" in perf's directory, many object files cannot be > cleaned in the current version. > For example: > While we run "make clean" in perf's directory, and run the command: > "fine ./ -n

[PATCH v3]Perf: Fix Makefile to clean all object files

2013-03-14 Thread chenggang
From: Chenggang Qin If we execute "make clean" in perf's directory, many object files cannot be cleaned in the current version. For example: While we run "make clean" in perf's directory, and run the command: "fine ./ -name "*.o"" we will get: ./arch/x86/util/