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
