diff mbox

graph-depends: ignore the 'target-purgelocales' target (v2)

Message ID 1368693964-5410-1-git-send-email-danomimanchego123@gmail.com
State Superseded
Headers show

Commit Message

Danomi Manchego May 16, 2013, 8:46 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
---
 support/scripts/graph-depends |    1 +
 1 file changed, 1 insertion(+)

Comments

Thomas Petazzoni May 16, 2013, 9:02 a.m. UTC | #1
Dear Danomi Manchego,

On Thu, 16 May 2013 04:46:04 -0400, Danomi Manchego wrote:
> 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

And this one cannot be applied, because you added (v2) in the title of
the commit. The v2 should be in the [PATCH v2], so that it get
discarded by git.

 git send-email --subject-prefix="PATCH v2" HEAD^

You can also use --subject-prefix with git format-patch if you
separately format your patches and send them.

Best regards,

Thomas
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