%% Marc Martinez <[EMAIL PROTECTED]> writes:
mm> With the AIX 4.3.3. Make its run.
mm> Which profile use Make in Bourne shell if my user use the Korn shell ?
Unless you reset SHELL in your makefile, make will always invoke
/bin/sh. It is invoked as a non-interactive, non-login shell.
I don't know anything about AIX per se, but in general in the above
situation no shell init scripts at all are read in (no /etc/profile, no
~/.profile, no ~/.kshrc).
If /bin/sh is actually /bin/ksh, and it doesn't start in any special
mode by virtue of the fact that it's named /bin/sh, and you have the ENV
environment variable set, then whatever file that variable is set to
will be sourced when the shell is invoked.
See the man page for your sh program.
--
-------------------------------------------------------------------------------
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make