Home | History | Annotate | Download | only in make-3.81

Lines Matching defs:goals

441 static struct dep *goals, *lastgoal;
2149 /* If there were no command-line goals, use the default. */
2150 if (goals == 0)
2182 goals = alloc_dep ();
2183 goals->file = default_goal_file;
2190 if (!goals)
2198 /* Update the goals. */
2202 switch (update_goal_chain (goals))
2333 goals. */
2337 if (goals == 0)
2339 goals = alloc_dep ();
2340 lastgoal = goals;