From: Yann E. MORIN Date: Wed, 2 Jan 2013 10:36:03 +0000 (+0000) Subject: graph-depends: add to exclusion list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d946a1af93741a7ae22ec69be865a6c14a37fcf1;p=buildroot.git 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 --- diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 556f11d263..1163d79673 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