compat: ckmake: do not start all build at the same time
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 24 Jan 2013 23:44:09 +0000 (00:44 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 24 Jan 2013 23:48:21 +0000 (00:48 +0100)
commit63f5334d3cf14334a948e60154d2854f38100b4a
tree4caeb83814116b9cd348dc65ae7bbac4524668ea
parentb24d81b3794854cb7bbcbcf25fac697de263971a
compat: ckmake: do not start all build at the same time

When all builds are started at the same time this causes problems like,
because all threads want to access the same file.

In the compat-drivers build this resulted in this error for some threads:
./scripts/gen-compat-autoconf.sh: /usr/bin/env: bad interpreter: Text file busy

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
bin/ckmake