]> Git Repo - buildroot-mgba.git/commit - Makefile
Makefile: target-purgelocales: fix top-level parallel make support
authorFabio Porcedda <[email protected]>
Tue, 29 Apr 2014 15:32:34 +0000 (17:32 +0200)
committerPeter Korsgaard <[email protected]>
Thu, 1 May 2014 21:38:27 +0000 (23:38 +0200)
commit58d82dda1a3df4bfe00bc0c2c4257840030fff95
treeaacdf9a30fa51eaf54492775b13360cd5a6fe3aa
parentbe6a575d2c20a01cf3a6dbb569acfa886f0190f1
Makefile: target-purgelocales: fix top-level parallel make support

The "target-purgelocales" target must be executed after all the other
targets and before the "target-finalize" target, so create a
TARGET_PURGE_LOCALES variable containing the commands of the target
"target-purgelocales" and add it at the beginning of the
"target-finalize" target.

Signed-off-by: Fabio Porcedda <[email protected]>
Cc: Arnout Vandecappelle <[email protected]>
Cc: Thomas De Schampheleire <[email protected]>
Cc: Thomas Petazzoni <[email protected]>
Cc: Peter Korsgaard <[email protected]>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
Makefile
This page took 0.031775 seconds and 4 git commands to generate.