git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298a0d1
)
ktest: Add special variable ${KERNEL_VERSION}
author
Steven Rostedt (Red Hat)
<rostedt@goodmis.org>
Wed, 11 Dec 2013 20:40:46 +0000
(15:40 -0500)
committer
Steven Rostedt
<rostedt@goodmis.org>
Wed, 11 Dec 2013 20:53:31 +0000
(15:53 -0500)
Add a special variable that can be used in other variables called
${KERNEL_VERSION}. This will embed the current kernel version into
the variable. For example:
WARNINGS_FILE = ${OUTPUT_DIR}/warnings-${KERNEL_VERSION}
If the current version is v3.8 then the WARNINGS_FILE will become
${OUTPUT_DIR}/warnings-v3.8
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found