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:
45d73a5
)
ktest: Let IF keyword take comparisons
author
Steven Rostedt
<srostedt@redhat.com>
Sat, 1 Oct 2011 00:24:07 +0000
(20:24 -0400)
committer
Steven Rostedt
<rostedt@goodmis.org>
Mon, 17 Oct 2011 15:54:11 +0000
(11:54 -0400)
Allow ==, !=, <=, >=, <, and > to be used in IF statements
to compare if a section should be processed or not.
For example:
BITS := 32
DEFAULTS IF ${BITS} == 32
MIN_CONFIG = ${CONFIG_DIR}/config-32
ELSE
MIN_CONFIG = ${CONFIG_DIR}/config-64
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
No differences found