mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
graph-depends: ignore the 'target-purgelocales' target
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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
fb1ba5dff1
commit
bfca77e7f7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user