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

Diff of /make/main.c

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

revision 1.201 by psmith, Fri Apr 8 12:51:20 2005 UTC revision 1.202 by psmith, Wed Apr 13 03:16:33 2005 UTC
# Line 2125  main (int argc, char **argv, char **envp Line 2125  main (int argc, char **argv, char **envp
2125              goals->next = 0;              goals->next = 0;
2126              goals->name = 0;              goals->name = 0;
2127              goals->ignore_mtime = 0;              goals->ignore_mtime = 0;
2128                goals->need_2nd_expansion = 0;
2129              goals->file = default_goal_file;              goals->file = default_goal_file;
2130            }            }
2131        }        }
# Line 2290  handle_non_switch_argument (char *arg, i Line 2291  handle_non_switch_argument (char *arg, i
2291        lastgoal->name = 0;        lastgoal->name = 0;
2292        lastgoal->file = f;        lastgoal->file = f;
2293        lastgoal->ignore_mtime = 0;        lastgoal->ignore_mtime = 0;
2294          lastgoal->need_2nd_expansion = 0;
2295    
2296        {        {
2297          /* Add this target name to the MAKECMDGOALS variable. */          /* Add this target name to the MAKECMDGOALS variable. */

Legend:
Removed from v.1.201  
changed lines
  Added in v.1.202

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