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

Bastian Blank waldi at alioth.debian.org
Mon Sep 26 12:53:50 UTC 2011


Author: waldi
Date: Mon Sep 26 12:53:49 2011
New Revision: 18129

Log:
debian/build/tools/perf/Makefile: Add version to sub-make.

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	Mon Sep 26 12:53:12 2011	(r18128)
+++ dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Mon Sep 26 12:53:49 2011	(r18129)
@@ -34,12 +34,12 @@
 all:
 ifdef KERNEL_ARCH_PERF
 	-mkdir out
-	+$(MAKE_PERF)
+	+$(MAKE_PERF) all man VERSION=$(VERSION)
 endif
 
 install:
 ifdef KERNEL_ARCH_PERF
-	+$(MAKE_PERF) install install-man
+	+$(MAKE_PERF) install install-man VERSION=$(VERSION)
 endif
 
 clean:



More information about the Kernel-svn-changes mailing list