Cleanup: makefile version checks with single "ge"
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 Oct 2016 21:35:27 +0000 (17:35 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 3 Oct 2016 21:35:27 +0000 (17:35 -0400)
commit78b334181cbe674cfb10f0f11ebd7d36e6feb045
treeda6933420a26daf8c94c54782855a55d220173a6
parenta824008cc30bf9a4b99aeb00657bbe2f0be9b653
Cleanup: makefile version checks with single "ge"

Version checks in makefiles should always be a disjunctive normal form
where the conjunctions consist of one or more "equals" comparisons and
at most a single greater-or-equal comparison.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Makefile
probes/Kbuild
This page took 0.025906 seconds and 4 git commands to generate.