From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Michael Olbrich <m.olbrich@pengutronix.de>
Subject: [ptxdist] [PATCH] linuximage: cleanup dependencies
Date: Thu, 26 Jan 2012 16:47:38 +0100 [thread overview]
Message-ID: <1327592858-7441-1-git-send-email-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <1526176.1M6f797uKQ@ws-stein>
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
---
How about this?
Michael
rules/post/image_kernel.make | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/rules/post/image_kernel.make b/rules/post/image_kernel.make
index 7ffeed6..a1b8d86 100644
--- a/rules/post/image_kernel.make
+++ b/rules/post/image_kernel.make
@@ -23,11 +23,9 @@ $(STATEDIR)/image_kernel.compile: $(IMAGEDIR)/root.cpio
$(KERNEL_MAKEVARS) $(KERNEL_IMAGE)
@echo "done."
-$(KERNEL_IMAGE_PATH_y): $(STATEDIR)/kernel.targetinstall
-
-$(IMAGEDIR)/linuximage: $(KERNEL_IMAGE_PATH_y)
- @echo -n "Creating '$(notdir $(@))' from '$(notdir $(<))'..."
- @install -m 644 "$(<)" "$(@)"
+$(IMAGEDIR)/linuximage: $(STATEDIR)/kernel.targetinstall
+ @echo -n "Creating '$(notdir $(@))' from '$(notdir $(KERNEL_IMAGE_PATH_y))'..."
+ @install -m 644 "$(KERNEL_IMAGE_PATH_y)" "$(@)"
@echo "done."
$(IMAGEDIR)/linuximage.lzo: $(IMAGEDIR)/linuximage
--
1.7.8.3
--
ptxdist mailing list
ptxdist@pengutronix.de
prev parent reply other threads:[~2012-01-26 15:47 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-09 15:16 [ptxdist] [PATCH] $(KERNEL_PATH)/vmlinux should not depend on kernel.targetinstall Alexander Stein
2011-11-13 9:48 ` Michael Olbrich
2012-01-26 9:57 ` Alexander Stein
2012-01-26 15:47 ` Michael Olbrich [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=1327592858-7441-1-git-send-email-m.olbrich@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox