makefile23:
MAKEFLAGS=k
e12:
        @MAKEFLAGS= && echo $(MAKEFLAGS)
--------------------------------------
/root> export MAKEFLAGS=--ignore-errorsuuzzz
/root> make -f makefile23
k
-------------------------------------
/root> export MAKEFLAGS=-ignore-errorsuuzzz
/root> make -f makefile23
MAKEFLAGS= && echo nki
---------------------------------------
Why in the second example MAKEFLAGS was set to n?!!

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

Reply via email to