Skip to content
Snippets Groups Projects
Commit 4a0f7538 authored by Wolfgang Denk's avatar Wolfgang Denk
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
parent 455ae7e8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment