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" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Yann E. MORIN 2013-01-02 10:36:03 +00:00 committed by Peter Korsgaard
parent 9fb388c677
commit d946a1af93

View File

@ -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