From d946a1af93741a7ae22ec69be865a6c14a37fcf1 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Wed, 2 Jan 2013 10:36:03 +0000 Subject: graph-depends: add to exclusion list Add the root-password internal target to the exclusion list. Fixes failures like: Getting dependencies for [... 'target-root-passwd' ...] Error getting dependencies [... 'target-root-passwd' ...] Which is easily singled out with: $ make target-root-passwd-show-depends make[1]: *** No rule to make target `target-root-passwd-show-depends'. Signed-off-by: "Yann E. MORIN" Cc: 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 556f11d26..1163d7967 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -167,6 +167,7 @@ TARGET_EXCEPTIONS = [ "target-finalize", "erase-fakeroots", "target-generic-hostname", + "target-root-passwd", ] # In full mode, start with the result of get_targets() to get the main -- cgit v1.2.3