diff mbox

[v3] graph-depends: ignore the 'target-purgelocales' target

Message ID 1368698822-2112-1-git-send-email-danomimanchego123@gmail.com
State Accepted
Headers show

Commit Message

Danomi Manchego May 16, 2013, 10:07 a.m. UTC
Otherwise, 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>

---
v2: Fix misspelling in commit log
v3: Remove version from subject, and use --subject-prefix - learn something new every day
---
 support/scripts/graph-depends |    1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard May 16, 2013, 11:06 a.m. UTC | #1
>>>>> "Danomi" == Danomi Manchego <danomimanchego123@gmail.com> writes:

 Danomi> Otherwise, graph-depends tries to call 'make
 Danomi> target-purgelocales-show-depends', which does not exist, as
 Danomi> 'target-purgelocales' is not an actual package.

Committed, thanks.
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