Re: [U-Boot] [PATCH 2/2] build: force migration away from $(AR)

2011-10-21 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1318483520-2035-2-git-send-email-vap...@gentoo.org> you wrote: > People keep adding new code that still uses $(AR) instead of > $(cmd_link_o_target), so turn it into a build time error. > > We still use $(AR) locally, but we don't use $(ARFLAGS). > > Signed-off-b

[U-Boot] [PATCH 2/2] build: force migration away from $(AR)

2011-10-12 Thread Mike Frysinger
People keep adding new code that still uses $(AR) instead of $(cmd_link_o_target), so turn it into a build time error. We still use $(AR) locally, but we don't use $(ARFLAGS). Signed-off-by: Mike Frysinger --- config.mk |8 +++- 1 files changed, 3 insertions(+), 5 deletions(-) diff --g