[kernel] r18088 - in dists/trunk/linux-tools/debian/build/tools: . perf

Bastian Blank waldi at alioth.debian.org
Tue Sep 13 15:10:57 UTC 2011


Author: waldi
Date: Tue Sep 13 15:10:56 2011
New Revision: 18088

Log:
debian/build/tools: Add Makefiles.

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

Added: dists/trunk/linux-tools/debian/build/tools/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-tools/debian/build/tools/Makefile	Tue Sep 13 15:10:56 2011	(r18088)
@@ -0,0 +1,4 @@
+SUBDIRS = \
+	perf
+
+include ../Makefile.inc

Added: dists/trunk/linux-tools/debian/build/tools/perf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ dists/trunk/linux-tools/debian/build/tools/perf/Makefile	Tue Sep 13 15:10:56 2011	(r18088)
@@ -0,0 +1,10 @@
+OUTDIR = tools/perf
+
+include ../../Makefile.inc
+
+all:
+	-mkdir out
+	make -C $(top_srcdir)/tools/perf O=$(CURDIR)/out
+
+clean:
+	rm -rf out



More information about the Kernel-svn-changes mailing list