Home
last modified time | relevance | path

Searched hist:"4 a0f7538c5c0805fd9a791967bbabacc41deadd9" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/
H A DMakefile4a0f7538c5c0805fd9a791967bbabacc41deadd9 Tue Dec 16 13:41:02 UTC 2008 Wolfgang Denk <wd@denx.de> 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>