Bug 116411
Summary: | tools/perf_clean: output directory XXX does not exist. Stop. | ||
---|---|---|---|
Product: | Tracing/Profiling | Reporter: | TJ (linux) |
Component: | Perf tool | Assignee: | Arnaldo Carvalho de Melo (acme) |
Status: | NEW --- | ||
Severity: | normal | CC: | jolsa, jolsa, translationservicespk |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | v4.6-rc3 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
perf tools: Force subdir to be empty
tools build: Fix perf_clean target |
Description
TJ
2016-04-15 14:09:02 UTC
Created attachment 213171 [details]
perf tools: Force subdir to be empty
could you please test this patch, thanks
Doesn't look good; many of the paths being generated are not correct, in that the base $(O) directory is being used, not $(O)/$(subdir)/ Seeing this clearly with a: remake V=1 JOBS=1 O=../builds/amd64 tools/perf_clean where towards the end it does: ... remake O=/home/all/SourceCode/linux/builds/amd64 -C Documentation clean ##<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< ##>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> rm -f /home/all/SourceCode/linux/builds/amd64/perf-diff.xml /home/all/SourceCode/linux/builds/amd64/perf-record.xml /home/all/SourceCode/linux/builds/amd64/pe rf-timechart.xml /home/all/SourceCode/linux/builds/amd64/perf-report.xml /home/all/SourceCode/linux/builds/amd64/perf-kvm.xml /home/all/SourceCode/linux/build s/amd64/perf-data.xml /home/all/SourceCode/linux/builds/amd64/perf-buildid-cache.xml /home/all/SourceCode/linux/builds/amd64/perf-list.xml ... Those paths should be /home/all/SourceCode/linux/builds/amd64/tools/perf/Documentation/ Created attachment 213251 [details]
tools build: Fix perf_clean target
how about this one.. thanks
|