]> Git Repo - linux.git/commit
perf tools: Remove auto-generated bison/flex files
authorIngo Molnar <[email protected]>
Thu, 29 Mar 2012 16:08:38 +0000 (13:08 -0300)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 30 Mar 2012 15:43:17 +0000 (12:43 -0300)
commit65f3e56e0c81d1f581c4bdef7646ae5a8d51f494
tree55e7b97793659661a8341e2ff031a41a661249e1
parent64c17be4ffb8d6971051aec77ca1de4cfadb166d
perf tools: Remove auto-generated bison/flex files

These should not be in the Git history - they are auto-generated.

Extend the Makefile rules of the parser files to include the generation
run.

Signed-off-by: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
[ committer note: Fixed up O= handling ]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/Makefile
tools/perf/util/parse-events-bison.c [deleted file]
tools/perf/util/parse-events-bison.h [deleted file]
tools/perf/util/parse-events-flex.c [deleted file]
tools/perf/util/parse-events-flex.h [deleted file]
tools/perf/util/pmu-bison.c [deleted file]
tools/perf/util/pmu-bison.h [deleted file]
tools/perf/util/pmu-flex.c [deleted file]
tools/perf/util/pmu-flex.h [deleted file]
This page took 0.057593 seconds and 4 git commands to generate.