[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: AR environment variable
From: |
Jim Meyering |
Subject: |
Re: AR environment variable |
Date: |
Sat, 04 Nov 2006 18:24:09 +0100 |
Robert Connolly <address@hidden> wrote:
> Hello. While building Coreutils with Intel's compiler I noticed the AR
> environment variable is being ignored, and 'ar' is being used regardless
> of "AR=another_ar".
>
> The top level Makefile needs to pass AR down to lib/Makefile.
That shouldn't be necessary.
Run make like this, and it will do what you want:
make AR=another_ar ...