From: Jon Ringle <jon@ringle.org>
To: ptxdist@pengutronix.de
Cc: Jon Ringle <ringlej@jringle-m4600.vertical.com>
Subject: [ptxdist] [PATCH] ptxd_lib_dgen.awk: $(STATEDIR)/*.targetinstall.post depends on $(PKGDIR)/Packages
Date: Thu, 27 Oct 2011 09:42:31 -0400 [thread overview]
Message-ID: <1319722951-13733-1-git-send-email-jon@ringle.org> (raw)
From: Jon Ringle <ringlej@jringle-m4600.vertical.com>
Signed-off-by: Jon Ringle <ringlej@jringle-m4600.vertical.com>
---
scripts/lib/ptxd_lib_dgen.awk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/scripts/lib/ptxd_lib_dgen.awk b/scripts/lib/ptxd_lib_dgen.awk
index 37ad3d0..a608455 100644
--- a/scripts/lib/ptxd_lib_dgen.awk
+++ b/scripts/lib/ptxd_lib_dgen.awk
@@ -293,6 +293,7 @@ END {
if (!(this_pkg ~ /^host-|^cross-/)) {
print "$(STATEDIR)/" this_pkg ".targetinstall: " "$(STATEDIR)/" this_pkg ".install.post" > DGEN_DEPS_POST;
print "$(STATEDIR)/" this_pkg ".targetinstall.post: " "$(STATEDIR)/" this_pkg ".targetinstall" > DGEN_DEPS_POST;
+ print "$(STATEDIR)/" this_pkg ".targetinstall.post: " "$(PKGDIR)/Packages" > DGEN_DEPS_POST;
}
#
--
1.7.5.4
--
ptxdist mailing list
ptxdist@pengutronix.de
next reply other threads:[~2011-10-27 13:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-27 13:42 Jon Ringle [this message]
2011-10-27 15:12 ` Michael Olbrich
2011-10-27 16:02 ` Jon Ringle
2011-10-27 17:05 ` Michael Olbrich
2011-10-27 17:21 ` Jon Ringle
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=1319722951-13733-1-git-send-email-jon@ringle.org \
--to=jon@ringle.org \
--cc=ptxdist@pengutronix.de \
--cc=ringlej@jringle-m4600.vertical.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