All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: openembedded-devel@lists.openembedded.org
Cc: Vitus Jensen <vjensen@gmx.de>
Subject: Re: [PATCH] base.bbclass: base_do_compile() accepts	GNUmakefile as Makefile
Date: Tue, 20 Apr 2010 12:15:53 -0400	[thread overview]
Message-ID: <20100420161553.GA12219@denix.org> (raw)
In-Reply-To: <1271752342-17886-1-git-send-email-vjensen@gmx.de>

On Tue, Apr 20, 2010 at 10:32:22AM +0200, Vitus Jensen wrote:
> GNU make will look for GNUmakefile, makefile and Makefile.  GNUmakefile
> isn't recommended but used by some programs, e.g. canutils.
> 
> Signed-off-by: Vitus Jensen <vjensen@gmx.de>

Acked-by: Denys Dmytriyenko <denis@denix.org>

> ---
>  classes/base.bbclass |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/classes/base.bbclass b/classes/base.bbclass
> index d3bfa76..e738693 100644
> --- a/classes/base.bbclass
> +++ b/classes/base.bbclass
> @@ -310,7 +310,7 @@ base_do_configure() {
>  addtask compile after do_configure
>  do_compile[dirs] = "${S} ${B}"
>  base_do_compile() {
> -	if [ -e Makefile -o -e makefile ]; then
> +	if [ -e Makefile -o -e makefile -o -e GNUmakefile ]; then
>  		oe_runmake || die "make failed"
>  	else
>  		oenote "nothing to compile"
> -- 
> 1.5.6.5
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



  parent reply	other threads:[~2010-04-20 16:19 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-20  8:32 [PATCH] base.bbclass: base_do_compile() accepts GNUmakefile as Makefile Vitus Jensen
2010-04-20 16:12 ` Chris Larson
2010-04-20 16:15 ` Denys Dmytriyenko [this message]
2010-06-04  3:39   ` Vitus Jensen
2010-06-04 12:50     ` Cliff Brake
2010-07-20  9:05       ` Martin Jansa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100420161553.GA12219@denix.org \
    --to=denis@denix.org \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=vjensen@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.