commit | 7fb1cee4eef10c343fc284a2f048874759adfb5a | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Red Hat) <rostedt@goodmis.org> | Mon Jul 08 18:09:02 2013 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Mon Jul 08 18:09:02 2013 -0400 |
tree | 32287068b9b5453f4a9a8d35c4b638e0ec5a7d84 | |
parent | e492b7a3a4dbe418e3c92ba4329156e71e4e2e48 [diff] |
trace-cmd,Makefile: Use ':=' to only execute the find once When searching for a docbook.xsl file, use ':=' instead of '?=' because the later executes the shell command every time the variable is referenced. Introduce a FIND_MANPAGE_DOCBOOK_XSL to use :=, and still keep the MANPAGE_DOCBOOK_XSL as '?=' to be overwritten. It just uses the FIND version as a reference instead. Signed-off-by: Steven Rostedt <rostedt@goodmis.org>