[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line
From: |
Paul Smith |
Subject: |
RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS |
Date: |
Mon, 11 Oct 2010 15:27:28 -0400 |
Hi Partha; please keep email conversations on the mailing lists. Thanks!
On Mon, 2010-10-11 at 18:01 +0000, Partha None wrote:
> Under what condition I am supposed to use $(MAKEFLAGS) while invoking
> the Sub MAKEFILE?
Never.
> If never, then what is the real purpose of $(MAKEFLAGS)?
It is used by make to know what flags to pass down. You can also set it
in your makefile (although this has limited effects for the
currently-executing make unfortunately: there's an enhancement request
on this). And you can query it in your makefile if you like (not
usually very useful).
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.mad-scientist.net
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS, (continued)
- Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS, Paul Smith, 2010/10/07
- RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS, Duane Campbell, 2010/10/08
- Re: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS, Eli Zaretskii, 2010/10/08
- RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS, Paul Smith, 2010/10/10
- Message not available
- RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS, Paul Smith, 2010/10/11
- RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS, Partha None, 2010/10/11
- Message not available
- RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS,
Paul Smith <=
- RE: How to pass a group of COMPILER OPTIONS using GNU Make Command Line under WINDOWS, Partha None, 2010/10/11