From: Sascha Hauer <s.hauer@pengutronix.de>
To: u74147@gmail.com
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] Makefile: fix endless make when 'make barebox.s'
Date: Thu, 19 Dec 2013 09:10:42 +0100 [thread overview]
Message-ID: <20131219081042.GX24559@pengutronix.de> (raw)
In-Reply-To: <1387194442-2607-1-git-send-email-u74147@gmail.com>
On Mon, Dec 16, 2013 at 07:47:22PM +0800, u74147@gmail.com wrote:
> From: Du Huanpeng <u74147@gmail.com>
>
> add the same target barebox.s (with a lowercase 's')
> to make both work with barebox.S and barebox.s.
>
> Signed-off-by: Du Huanpeng <u74147@gmail.com>
Applied, thanks
Sascha
> ---
> Makefile | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Makefile b/Makefile
> index 5e17a49..d7b5d23 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -701,7 +701,7 @@ barebox.uimage: $(KBUILD_BINARY) FORCE
> $(call if_changed,barebox_mkimage)
>
> ifdef CONFIG_X86
> -barebox.S: barebox
> +barebox.S barebox.s: barebox
> ifdef CONFIG_X86_HDBOOT
> @echo "-------------------------------------------------" > barebox.S
> @echo " * MBR content" >> barebox.S
> @@ -723,7 +723,7 @@ endif
> @echo " * Init Calls content" >> barebox.S
> $(Q)$(OBJDUMP) -j .barebox_initcalls -d barebox >> barebox.S
> else
> -barebox.S: barebox FORCE
> +barebox.S barebox.s: barebox FORCE
> $(call if_changed,disasm)
> endif
>
> --
> 1.7.9.5
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2013-12-19 8:11 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-16 11:47 u74147
2013-12-19 8:10 ` Sascha Hauer [this message]
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=20131219081042.GX24559@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=u74147@gmail.com \
/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