From b193c1264a27f67dffb2a16cef637777cfa1996e Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Tue, 14 May 2013 22:11:02 +0000 Subject: graph-depends: ignore the 'target-generic-dont-remount-rw' target The graph-depends script tries to call 'make target-generic-dont-remount-rw', which doesn't exist since 'target-generic-dont-remount-rw' is not a package. See also the comments for commit 72bd61e5b8c2094378. Signed-off-by: Luca Ceresoli Acked-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- support/scripts/graph-depends | 1 + 1 file changed, 1 insertion(+) (limited to 'support') diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends index 180c81d94..8d81969dd 100755 --- a/support/scripts/graph-depends +++ b/support/scripts/graph-depends @@ -164,6 +164,7 @@ TARGET_EXCEPTIONS = [ "target-generic-issue", "target-generic-getty-busybox", "target-generic-do-remount-rw", + "target-generic-dont-remount-rw", "target-finalize", "erase-fakeroots", "target-generic-hostname", -- cgit v1.2.3