From: Thomas Petazzoni Date: Sat, 7 Jul 2012 15:51:17 +0000 (+0200) Subject: graph-depends: ignore a few more uninteresting targets X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8278ed43ef159d8b9dfe1be2d41ad5bcd8241dcc;p=buildroot.git graph-depends: ignore a few more uninteresting targets Signed-off-by: Thomas Petazzoni --- diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 4d82282f50..da050da8ab 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':