Commit 8278ed43 authored by Thomas Petazzoni's avatar Thomas Petazzoni
Browse files

graph-depends: ignore a few more uninteresting targets

parent d56422a5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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':