> Date: Sun, 2 Jan 2011 09:42:40 +0330 > From: ali hagigat <[email protected]> > > 5.3.2 Choosing the Shell > Furthermore, when you do set SHELL in your makefile that value is not > exported in the > environment to recipe lines that make invokes. Instead, the value > inherited from the user’s > environment, if any, is exported. > ----------------------------------------------------------------------------- > Would you please give an example?(when SHELL value is inherited from the > user’s > environment)
>From the Unix shell prompt, type "env | fgrep SHELL". Whatever value you see will be exported to the environment of the commands that Make invokes; the value of SHELL set in the Makefile, if any, will _not_ be exported. _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
