From: u74147@gmail.com
To: barebox@lists.infradead.org
Subject: [PATCH] Makefile: add a target 'barebox.s'
Date: Mon, 2 Dec 2013 06:17:00 -0800 [thread overview]
Message-ID: <1385993820-32433-1-git-send-email-u74147@gmail.com> (raw)
From: Du Huanpeng <u74147@gmail.com>
to prevent go into dead loop when invoking 'make barebox.s'
(lowercase 's')
Signed-off-by: Du Huanpeng <u74147@gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 5e17a49..7283552 100644
--- a/Makefile
+++ b/Makefile
@@ -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
next reply other threads:[~2013-12-02 14:17 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-02 14:17 u74147 [this message]
2013-12-02 14: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=1385993820-32433-1-git-send-email-u74147@gmail.com \
--to=u74147@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