[U-Boot] [PATCH v2] Makefile: fix parallel build

Mike Frysinger vapier at gentoo.org
Tue Dec 15 18:15:37 CET 2009


On Tuesday 15 December 2009 08:51:46 Daniel Hobi wrote:
>  depend dep:	$(TIMESTAMP_FILE) $(VERSION_FILE) $(obj)include/autoconf.mk
> -		for dir in $(SUBDIRS) ; do $(MAKE) -C $$dir _depend ; done
> +		for dir in $(SUBDIRS) cpu/$(CPU) $(dir $(LDSCRIPT)) ; do \
> +			$(MAKE) -C $$dir _depend ; done

i'd stick a short comment here explaining the reason for the specific subdirs.  
otherwise, the new additions all look good to me.  this is something that has 
annoyed me for quite a long time, but has been hard to reproduce to figure out 
what exactly was failing.  thanks !
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20091215/14c3d5b2/attachment.pgp 


More information about the U-Boot mailing list