On Thu, 24 May 2012 14:43:49 -0600
Eduardo Silva <[email protected]> wrote:

> On Wed, May 23, 2012 at 8:10 AM, Lauri Kasanen <[email protected]> wrote:
> > Hi
> >
> > This allows the use of custom CC, such as clang's static analyzer.
> >
> > - Lauri
> 
> If i do export CC=something it works properly. Whats the difference
> with clang, how it fails ?
> 
> regards,

export CC="echo"
$ make
  CC    tiedostot/mv/c/monkey/plugins/logger/pointers.o

Without the question mark, CC from the environment is not taken into account.

But I noticed there is some more interaction, make itself sets CC=cc if it's 
not set by the user and so the kernel-style compile doesn't show.

- Lauri
_______________________________________________
Monkey mailing list
[email protected]
http://lists.monkey-project.com/listinfo/monkey

Reply via email to