From bfca77e7f7e21e1a624c32f0b1efdb52af34f1f2 Mon Sep 17 00:00:00 2001 From: Danomi Manchego Date: Thu, 16 May 2013 00:07:02 +0000 Subject: graph-depends: ignore the 'target-purgelocales' target Otherwise, graph-depends tries to call 'make target-purgelocales-show-depends', which does not exist, as 'target-purgelocales' is not an actual package. Signed-off-by: Danomi Manchego Signed-off-by: Peter Korsgaard --- support/scripts/graph-depends | 1 + 1 file changed, 1 insertion(+) diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 790e24e30..50b8670c1 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -170,6 +170,7 @@ TARGET_EXCEPTIONS = [ "target-generic-hostname", "target-root-passwd", "target-post-image", + "target-purgelocales", ] # In full mode, start with the result of get_targets() to get the main -- cgit v1.2.3