Hi Benoît,

On Wed, 15 May 2013 00:12:24 +0200 (CEST), Benoît Thébaudeau
<benoit.thebaud...@advansee.com> wrote:

> Hi Albert,

> > --- a/Makefile
> > +++ b/Makefile
> > @@ -746,6 +746,13 @@ tools: $(VERSION_FILE) $(TIMESTAMP_FILE)
> >     $(MAKE) -C $@ all
> >  endif      # config.mk
> >  
> > +# ARM relocations should all be R_ARM_RELATIVE.
> > +checkarmreloc: $(obj)u-boot
> > +   @if test "R_ARM_RELATIVE" != \
> > +           "`readelf -r $(obj)u-boot | cut -d ' ' -f 4 | grep R_ARM | sort 
> > -u`"; \
>                              ^
>                              or $$< to avoid a duplicate?

Will fix as suggested.

> > +           then echo "$(obj)u-boot contains relocations other than \
>                            ^
>                            or $$< too, or no $(obj) prefix at all for this 
> message?

I prefer leaving the prefix so that failures during out-of-tree builds
or during MAKEALL builds with BUILD_NBUILDS>1 log the correct path.

> Best regards,
> Benoît

Thanks!

Amicalement,
-- 
Albert.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to