mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: barebox@lists.infradead.org
Subject: Re: [PATCH] Makefile: fix mixed implicit and normal rules
Date: Tue, 2 Jul 2013 14:24:02 +0200	[thread overview]
Message-ID: <20130702122344.GA27278@x61s.campuswlan.hs-rm.de> (raw)
In-Reply-To: <1372766968-13103-1-git-send-email-alex.aring@gmail.com>

Hi,

i am not a make expert but this is a common error with newer make
versions.

But I think this solution isn't correct. It's better to split in two
rules like:

images/%.s: barebox.bin FORCE
        $(Q)$(MAKE) $(build)=images $@

images: barebox.bin FORCE
        $(Q)$(MAKE) $(build)=images $@

Getting this information from:
http://www.linuxquestions.org/questions/linux-software-2/error-mixed-implicit-and-normal-rules-while-trying-to-build-busybox-826795/

Regards
Alex


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  reply	other threads:[~2013-07-02 12:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-02 12:09 Alexander Aring
2013-07-02 12:24 ` Alexander Aring [this message]
2013-07-02 12:21   ` Lucas Stach
2013-07-02 12:31     ` Alexander Aring

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=20130702122344.GA27278@x61s.campuswlan.hs-rm.de \
    --to=alex.aring@gmail.com \
    --cc=barebox@lists.infradead.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox