help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: override make file variables


From: Ralf Wildenhues
Subject: Re: override make file variables
Date: Thu, 17 Apr 2008 00:19:56 +0200
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

* parag wrote on Wed, Apr 16, 2008 at 08:49:43AM CEST:
> cat makefil
> CPP=cc

> Now I want to override this CPP from the invocation line for the
> makefile. Is it possible to do the same . please help me

Try
  make CPP="cc -E"

or similar.

Cheers,
Ralf




reply via email to

[Prev in Thread] Current Thread [Next in Thread]