[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Communicating Variables to a Sub-make
From: |
Paul D. Smith |
Subject: |
Re: Communicating Variables to a Sub-make |
Date: |
Tue, 17 Sep 2002 16:11:46 -0400 |
Your problem has nothing to do with make, and everything to do with
rsh. If you invoked the rsh from the command line after setting and
exporting the OTHER and BAR variables, you'd see exactly the same
behavior.
Rsh invokes a shell over the network, and the environment of the
original shell is _NOT_ passed to the new shell; see the rsh man page.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://make.paulandlesley.org
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
- Communicating Variables to a Sub-make, Martin d'Anjou, 2002/09/17
- Re: Communicating Variables to a Sub-make,
Paul D. Smith <=
- Re: Communicating Variables to a Sub-make, Martin d'Anjou, 2002/09/17
- Re: Communicating Variables to a Sub-make, Paul D. Smith, 2002/09/17
- Re: Communicating Variables to a Sub-make, Martin d'Anjou, 2002/09/18
- Re: Communicating Variables to a Sub-make, Paul D. Smith, 2002/09/18
- Re: Communicating Variables to a Sub-make, Martin d'Anjou, 2002/09/18
- Re: Communicating Variables to a Sub-make, Paul D. Smith, 2002/09/18