/[make]/make/function.c
ViewVC logotype

Diff of /make/function.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.87 by psmith, Fri Mar 4 12:52:32 2005 UTC revision 1.88 by psmith, Mon Jun 27 01:01:07 2005 UTC
# Line 1482  func_shell (char *o, char **argv, const Line 1482  func_shell (char *o, char **argv, const
1482       because target_environment hits a loop trying to expand $(var)       because target_environment hits a loop trying to expand $(var)
1483       to put it in the environment.  This is even more confusing when       to put it in the environment.  This is even more confusing when
1484       var was not explicitly exported, but just appeared in the       var was not explicitly exported, but just appeared in the
1485       calling environment.  */       calling environment.
1486    
1487      envp = target_environment (NILF);
1488      */
1489    
1490    envp = environ;    envp = environ;
1491    

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26