From 8278ed43ef159d8b9dfe1be2d41ad5bcd8241dcc Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sat, 7 Jul 2012 17:51:17 +0200 Subject: graph-depends: ignore a few more uninteresting targets Signed-off-by: Thomas Petazzoni --- support/scripts/graph-depends | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support') diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 4d82282f5..da050da8a 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -128,6 +128,8 @@ if mode == FULL_MODE: for tg in targets: # Skip uninteresting targets if tg == 'target-generic-issue' or \ + tg == 'target-generic-getty-busybox' or \ + tg == 'target-generic-do-remount-rw' or \ tg == 'target-finalize' or \ tg == 'erase-fakeroots' or \ tg == 'target-generic-hostname': -- cgit v1.2.3