]> code.ossystems Code Review - openembedded-core.git/commit
recipetool: recognize less common makefile names
authorNathan Lynch <nathan_lynch@mentor.com>
Thu, 23 Jun 2016 16:53:28 +0000 (11:53 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 1 Jul 2016 15:08:45 +0000 (16:08 +0100)
commit204d19b02265e5b2241888e4c92c0a730f3d3472
treeca9e5b6b1ac10ac12612106adc56cb0cc77ad3a8
parent70d782eee573fe46ec512bf59ac6f41e53a99b1b
recipetool: recognize less common makefile names

GNU make looks for "makefile" and "GNUmakefile" in addition to
"Makefile", so add these other names to the heuristic for detecting a
make-based project.

Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
scripts/lib/recipetool/create_buildsys.py