From 4288538dd0721bbb7784974bba8fad0644ae22f1 Mon Sep 17 00:00:00 2001 From: Palmer Cox
Date: Sun, 29 Jul 2012 17:54:43 -0400 Subject: [PATCH] --- yaml --- r: 321423 b: refs/heads/master c: 7f309ed6453926a81e2a97d274f67f1e48f0d74c h: refs/heads/master i: 321421: 48a5550c31fcaa3e60f66b5a8ae5699cb0ab1c14 321419: b2224fbca30e90b9771d80501d8f5d5459fafeb6 321415: c7f81a03ada13a45117dd805023e7f1adf4816dd 321407: d64cd9f082e66c25ac083a958662175a5c389434 v: v3 --- [refs] | 2 +- trunk/tools/perf/Makefile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d53474c1a65a..a3bbea192e3e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6b118e92cc78ccef7b54a296158d4738fd377bcc +refs/heads/master: 7f309ed6453926a81e2a97d274f67f1e48f0d74c diff --git a/trunk/tools/perf/Makefile b/trunk/tools/perf/Makefile index 32912af430f0..35655c3a7b7a 100644 --- a/trunk/tools/perf/Makefile +++ b/trunk/tools/perf/Makefile @@ -987,7 +987,8 @@ clean: $(RM) *.spec *.pyc *.pyo */*.pyc */*.pyo $(OUTPUT)common-cmds.h TAGS tags cscope* $(MAKE) -C Documentation/ clean $(RM) $(OUTPUT)PERF-VERSION-FILE $(OUTPUT)PERF-CFLAGS - $(RM) $(OUTPUT)util/*-{bison,flex}* + $(RM) $(OUTPUT)util/*-bison* + $(RM) $(OUTPUT)util/*-flex* $(python-clean) .PHONY: all install clean strip $(LIBTRACEEVENT)