[kernel] r22830 - dists/trunk/linux-tools/debian/build/tools/perf

Ben Hutchings benh at moszumanska.debian.org
Mon Jul 13 00:12:03 UTC 2015


Author: benh
Date: Mon Jul 13 00:12:02 2015
New Revision: 22830

Log:
Update perf clean rule for 4.1; it now creates a file in the source directory

Modified:
   dists/trunk/linux-tools/debian/build/tools/perf/Makefile

Modified: dists/trunk/linux-tools/debian/build/tools/perf/Makefile
==============================================================================
--- dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Sun Jul 12 23:58:02 2015	(r22829)
+++ dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Mon Jul 13 00:12:02 2015	(r22830)
@@ -68,4 +68,8 @@
 endif
 
 clean:
+ifdef KERNEL_ARCH_PERF
+	mkdir -p out
+	+$(MAKE_PERF) -C $(top_srcdir)/tools/perf -f Makefile.perf O=$(CURDIR)/out clean
 	rm -rf out
+endif



More information about the Kernel-svn-changes mailing list