Much appreciate you for the reply.
At the first example we had n too:
/root> export MAKEFLAGS=--ignore-errorsuuzzz
/root> make -f makefile23
k
But MAKEFLAGS was not set to n. How make parses the string,
"--ignore-errorsuuzzz"? It adds, hyphen first, it becomes:
"---ignore-errorsuuzzz" then it chops the words, is that right? what
will be the words?
How n is extracted from "---ignore-errorsuuzzz"?

On Mon, Feb 7, 2011 at 8:53 AM, Paul Smith <[email protected]> wrote:
> On Mon, 2011-02-07 at 08:23 +0330, ali hagigat wrote:
>> /root> export MAKEFLAGS=-ignore-errorsuuzzz
>> /root> make -f makefile23
>> MAKEFLAGS= && echo nki
>> ---------------------------------------
>> Why in the second example MAKEFLAGS was set to n?!!
>
> Because "-ignore-errorsuuzzz" has an "n" in it.
>
> --
> -------------------------------------------------------------------------------
>  Paul D. Smith <[email protected]>          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
>
>

_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to