The manual says that the default value of .SHELLFLAGS is -c, why @echo $(.SHELLFLAGS) returns nothing?
2011/1/2 Paul Smith <[email protected]>: > On Sun, 2011-01-02 at 09:42 +0330, ali hagigat wrote: > $ SHELL=/bin/someshell > $ export SHELL > $ (echo 'SHELL = /bin/sh'; echo 'all: ; @echo $$SHELL') | make -f- > /bin/someshell _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
