diff options
author | Wolfgang Denk <wd@denx.de> | 2008-12-16 14:41:02 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2008-12-16 14:41:02 +0100 |
commit | 4a0f7538c5c0805fd9a791967bbabacc41deadd9 (patch) | |
tree | f0a967b9fd1de936b352e96d359664462ab7e782 /post | |
parent | 455ae7e87f67c44e6aea68865c83acadd3fcd36c (diff) | |
download | u-boot-imx-4a0f7538c5c0805fd9a791967bbabacc41deadd9.zip u-boot-imx-4a0f7538c5c0805fd9a791967bbabacc41deadd9.tar.gz u-boot-imx-4a0f7538c5c0805fd9a791967bbabacc41deadd9.tar.bz2 |
Makefile: fix dependency problem with parallel builds
Parallel builds (using "make -jN") would occasionally fail with error
messages like
include/autoconf.mk:212: *** missing separator. Stop.
Line numbers and affected boards were changing. Obviously some
Makefiles included autoconf.mk while it was still being written to.
As a fix, we now write to a temporary file first and then rename it,
so that it is really ready to use as soon as it appears.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'post')
0 files changed, 0 insertions, 0 deletions