]> git.ipfire.org Git - people/ms/u-boot.git/commit
post/Makefile: fix dependency problem with parallel builds
authorWolfgang Denk <wd@denx.de>
Tue, 16 Dec 2008 13:44:06 +0000 (14:44 +0100)
committerWolfgang Denk <wd@denx.de>
Tue, 16 Dec 2008 13:44:06 +0000 (14:44 +0100)
commitaa1bcca3d2e22af4dea9f02132f9b56a30378ded
tree7779c86b36e252709a79349bfcc866fe132aba2d
parent4a0f7538c5c0805fd9a791967bbabacc41deadd9
post/Makefile: fix dependency problem with parallel builds

Parallel builds (using "make -jN") would occasionally fail with error
messages like
ppc_4xxFP-objdump: string.o: File format not recognized
or
post/libpost.a(cpu.o): In function `cpu_post_test':
/home/wd/git/u-boot/work/post/lib_ppc/cpu.c:130: undefined reference to `cpu_post_test_string'
or similar. We now make sure to run the 'postdeps" step before
attempting to build the specific POST libraries.

Signed-off-by: Wolfgang Denk <wd@denx.de>
post/Makefile