diff mbox

graph-depends: ignore the 'target-purgelocales' target

Message ID 1368693243-4774-1-git-send-email-danomimanchego123@gmail.com
State Accepted
Commit bfca77e7f7e21e1a624c32f0b1efdb52af34f1f2
Headers show

Commit Message

Danomi Manchego May 16, 2013, 8:34 a.m. UTC
Otherwsie, graph-depends tries to call 'make target-purgelocales-show-depends',
which does not exist, as 'target-purgelocales' is not an actual package.

Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
---
 support/scripts/graph-depends |    1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

diff --git a/support/scripts/graph-depends b/support/scripts/graph-depends
index 790e24e..50b8670 100755
--- a/support/scripts/graph-depends
+++ b/support/scripts/graph-depends
@@ -170,6 +170,7 @@  TARGET_EXCEPTIONS = [
     "target-generic-hostname",
     "target-root-passwd",
     "target-post-image",
+    "target-purgelocales",
 ]
 
 # In full mode, start with the result of get_targets() to get the main