From a9ba807c588e285960e08140127ea43a6066204c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Tue, 5 Mar 2013 08:59:21 +0000 Subject: graph-depends: ignore the 'target-post-image' target Since the introduction of the post-image mechanism, the graph-depends script is broken: it tries to call 'make target-post-image-show-depends', which doesn't exist since 'target-post-image' is not a package. So we should simply ignore this 'target-post-image'. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- support/scripts/graph-depends | 1 + 1 file changed, 1 insertion(+) (limited to 'support') diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 1163d7967..180c81d94 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -168,6 +168,7 @@ TARGET_EXCEPTIONS = [ "erase-fakeroots", "target-generic-hostname", "target-root-passwd", + "target-post-image", ] # In full mode, start with the result of get_targets() to get the main -- cgit v1.2.3