Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147519
b: refs/heads/master
c: 8fa66bd
h: refs/heads/master
i:
  147517: 58a8185
  147515: a3e630f
  147511: f0fc9db
  147503: 1ea3c8f
  147487: 7b4099a
  147455: cada1d8
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed May 26, 2009
1 parent 79c405f commit 07e3d0f
Show file tree
Hide file tree
Showing 6 changed files with 756 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b456bae0ff4f3cf91639dd32b2bfc49b1c30b4b0
refs/heads/master: 8fa66bdcc81dd4fc2c91228074d0a4698120c5a2
6 changes: 1 addition & 5 deletions trunk/Documentation/perf_counter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ COMPAT_CFLAGS =
COMPAT_OBJS =
LIB_H =
LIB_OBJS =
PROGRAMS = perf-report
SCRIPT_PERL =
SCRIPT_SH =
TEST_PROGRAMS =
Expand Down Expand Up @@ -315,6 +314,7 @@ LIB_OBJS += util/wrapper.o

BUILTIN_OBJS += builtin-help.o
BUILTIN_OBJS += builtin-record.o
BUILTIN_OBJS += builtin-report.o
BUILTIN_OBJS += builtin-stat.o
BUILTIN_OBJS += builtin-top.o

Expand Down Expand Up @@ -811,10 +811,6 @@ 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
Expand Down
Loading

0 comments on commit 07e3d0f

Please sign in to comment.