[OE-core] [PATCH] base.bbclass: add GNUmakefile to the list of possible makefile names

Khem Raj raj.khem at gmail.com
Fri Jul 13 18:43:03 UTC 2012


On Fri, Jul 13, 2012 at 4:01 AM, Ross Burton <ross.burton at intel.com> wrote:
>
> +       if [ -e Makefile -o -e makefile -o -e GNUmakefile ]; then
>                 oe_runmake || die "make failed"
>         else
>                 bbnote "nothing to compile"

may be convert it into case .. esac ? while you  are at it




More information about the Openembedded-core mailing list