linux-tools: Remove the 'trace_3.13' link to perf

I don't think we should install this alias yet:
- We need a wrapper for it anyway, so there's little point adding a
  versioned link
- It doesn't work out-of-the-box as non-root (it depends on debugfs),
  so it's less widely useful than strace
- 'perf trace' doesn't take much more typing


svn path=/dists/sid/linux-tools/; revision=21106
This commit is contained in:
Ben Hutchings 2014-02-22 23:20:19 +00:00
parent 3b5c5481d8
commit b0512bce81
2 changed files with 13 additions and 0 deletions

View File

@ -46,6 +46,13 @@ endif
install:
ifdef KERNEL_ARCH_PERF
+$(MAKE_PERF) -C $(top_srcdir)/tools/perf -f Makefile.perf O=$(CURDIR)/out install VERSION=$(VERSION)
# Don't install a 'trace' alias yet:
# - We need a wrapper for it anyway, so there's little point adding a
# versioned link
# - It doesn't work out-of-the-box as non-root (it depends on debugfs),
# so it's less widely useful than strace
# - 'perf trace' doesn't take much more typing
rm -f $(DESTDIR)/usr/bin/trace_$(VERSION)
endif
clean:

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux-tools (3.13.4-2) UNRELEASED; urgency=medium
* linux-tools: Remove the 'trace_3.13' link to perf
-- Ben Hutchings <ben@decadent.org.uk> Sat, 22 Feb 2014 23:13:30 +0000
linux-tools (3.13.4-1) unstable; urgency=medium
* New upstream stable update: