From 0e6c70e266b980a5d6fd22248dc21cea013e183a Mon Sep 17 00:00:00 2001 From: Ingo Molnar Date: Thu, 30 Apr 2009 13:52:19 +0200 Subject: [PATCH] --- yaml --- r: 147409 b: refs/heads/master c: aac3f3c2c41ce49a6dbb98d9145265c00a964dc2 h: refs/heads/master i: 147407: abbbec742ed24e775e6c5a5ef3843645567c5be9 v: v3 --- [refs] | 2 +- trunk/Documentation/perf_counter/Makefile | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 22dca5c8953d..330872dd99b3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c5dd016cdf0a040e1de0b691e274fbfe642b2cdc +refs/heads/master: aac3f3c2c41ce49a6dbb98d9145265c00a964dc2 diff --git a/trunk/Documentation/perf_counter/Makefile b/trunk/Documentation/perf_counter/Makefile index 543ccf28ac4a..877cf5dedb55 100644 --- a/trunk/Documentation/perf_counter/Makefile +++ b/trunk/Documentation/perf_counter/Makefile @@ -228,7 +228,7 @@ COMPAT_CFLAGS = COMPAT_OBJS = LIB_H = LIB_OBJS = -PROGRAMS = +PROGRAMS = perf-report SCRIPT_PERL = SCRIPT_SH = TEST_PROGRAMS = @@ -808,6 +808,10 @@ clean: $(RM) $(htmldocs).tar.gz $(manpages).tar.gz $(RM) PERF-VERSION-FILE PERF-CFLAGS PERF-BUILD-OPTIONS +# temporary hack: +perf-report: perf-report.cc ../../include/linux/perf_counter.h Makefile + g++ -g -O2 -Wall -lrt -o $@ $< + .PHONY: all install clean strip .PHONY: shell_compatibility_test please_set_SHELL_PATH_to_a_more_modern_shell .PHONY: .FORCE-PERF-VERSION-FILE TAGS tags cscope .FORCE-PERF-CFLAGS