Makefile: target-purgelocales: fix top-level parallel make support
authorFabio Porcedda <fabio.porcedda@gmail.com>
Tue, 29 Apr 2014 15:32:34 +0000 (17:32 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
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 <fabio.porcedda@gmail.com>
Cc: Arnout Vandecappelle <arnout@mind.be>
Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <jacmet@uclibc.org>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Makefile