summaryrefslogtreecommitdiffstats
path: root/support
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2013-01-02 10:36:03 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-02 22:00:00 +0100
commitd946a1af93741a7ae22ec69be865a6c14a37fcf1 (patch)
tree39bbe07f5bc1fb26bbae301366dfb71b0fd274a7 /support
parent9fb388c677e33d3031e62a13335e3bacfcc28f1d (diff)
downloadbuildroot-novena-d946a1af93741a7ae22ec69be865a6c14a37fcf1.tar.gz
buildroot-novena-d946a1af93741a7ae22ec69be865a6c14a37fcf1.zip
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>
Diffstat (limited to 'support')
-rwxr-xr-xsupport/scripts/graph-depends1
1 files changed, 1 insertions, 0 deletions
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