commit | e447d66dcd832f4867aecd66ef7464e5f2088f35 | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Oct 10 09:25:49 2018 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Wed Oct 10 09:25:49 2018 -0400 |
tree | c6e8ced80c70730ccabcd29c88d598bd0a58c280 | |
parent | 8b28bbdbaf6bb97b769db3a6f6d4e27c0bd5be0a [diff] |
trace-cmd: Fix 'make TAGS' that now only adds cpp files Commit 1926e78eca0c ("trace-cmd: Add C++ files to 'make TAGS'") changed "make TAGS" to also add cpp files. Unfortunately, it changed the code to only process cpp files. This fixes that error, so that make TAGS now does all files for etag processing. Fixes: 1926e78eca0c ("trace-cmd: Add C++ files to 'make TAGS'") Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>