From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Frysinger Date: Wed, 21 Jun 2006 14:52:01 -0400 Subject: [U-Boot-Users] [patch] move ar flags to ARFLAGS Message-ID: <200606211452.01537.vapier@gentoo.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de i like to run `make -s` to better pick out warnings and stuff ... the hardcoded "$(AR) crv" gets in the way ive moved all of the "crv" stuff to the toplevel config.mk as ARFLAGS so people can change as they see fit without having to edit a ton of makefiles -mike -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 827 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20060621/7330d115/attachment.pgp -------------- next part -------------- A non-text attachment was scrubbed... Name: u-boot-ARFLAGS.patch.bz2 Type: application/x-bzip2 Size: 6224 bytes Desc: not available Url : http://lists.denx.de/pipermail/u-boot/attachments/20060621/7330d115/attachment.bin