mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] ptxd_lib_dgen.awk: $(STATEDIR)/*.targetinstall.post depends on $(PKGDIR)/Packages
@ 2011-10-27 13:42 Jon Ringle
  2011-10-27 15:12 ` Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: Jon Ringle @ 2011-10-27 13:42 UTC (permalink / raw)
  To: ptxdist; +Cc: Jon Ringle

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-27 17:21 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-27 13:42 [ptxdist] [PATCH] ptxd_lib_dgen.awk: $(STATEDIR)/*.targetinstall.post depends on $(PKGDIR)/Packages Jon Ringle
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox