graph-depends: add to exclusion list
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 2 Jan 2013 10:36:03 +0000 (10:36 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 2 Jan 2013 21:00:00 +0000 (22:00 +0100)
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" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
support/scripts/graph-depends

index 556f11d2632567f818383c4bc3186163841082de..1163d796739166ab13adebaa2efb92352abaa416 100755 (executable)
@@ -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