makefile21:

.ONESHELL:
all:
        y1=bbeeggiinn;echo $$y1
        echo $$y1
        echo eenndd

/root/makefiles_examples> make -s -f makefile21
bbeeggiinn

eenndd
----------------------------------------------------------------------------------
Why the value of the variable, y1, is not recognized by the second
"echo $$y1" while only one shell is considered for the commands?

_______________________________________________
Help-make mailing list
Help-make@gnu.org
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to