]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
heirloom-mailx: run makeconfig in configure step
authorArnout Vandecappelle <arnout@mind.be>
Sat, 12 May 2012 23:44:18 +0000 (23:44 +0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 14 May 2012 19:19:10 +0000 (21:19 +0200)
commit89726baea94bc72fe624cd5ef85b07171db0a7ea
tree868792201b7c183fc7a48aa8bdfdab4d2bc26e4d
parentb108e9b5dd8cfbf8d7f02e602993bdc174febc00
heirloom-mailx: run makeconfig in configure step

The heirloom-mailx Makefile runs makeconfig if this has not been done
before.  In a parallel build, this means makeconfig may be run several
times in parallel because there are two targets that depend on makeconfig.
See for instance
http://autobuild.buildroot.net/results/d24854be69961f71db189f9d804d4bd2cfa078da

To avoid this, run makeconfig in the configure step, which is not parallel.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/heirloom-mailx/heirloom-mailx.mk