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

Diff of /make/main.c

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

revision 1.211 by psmith, Mon Aug 8 05:08:00 2005 UTC revision 1.212 by psmith, Mon Oct 24 13:01:39 2005 UTC
# Line 486  struct file *default_file; Line 486  struct file *default_file;
486    
487  int posix_pedantic;  int posix_pedantic;
488    
489    /* Nonzero if we have seen the '.SECONDEXPANSION' target.
490       This turns on secondary expansion of prerequisites.  */
491    
492    int second_expansion;
493    
494  /* Nonzero if we have seen the `.NOTPARALLEL' target.  /* Nonzero if we have seen the `.NOTPARALLEL' target.
495     This turns off parallel builds for this invocation of make.  */     This turns off parallel builds for this invocation of make.  */
496    
# Line 1437  main (int argc, char **argv, char **envp Line 1442  main (int argc, char **argv, char **envp
1442          starting_directory = current_directory;          starting_directory = current_directory;
1443      }      }
1444    
1445    (void) define_variable ("CURDIR", 6, current_directory, o_default, 0);    (void) define_variable ("CURDIR", 6, current_directory, o_file, 0);
1446    
1447    /* Read any stdin makefiles into temporary files.  */    /* Read any stdin makefiles into temporary files.  */
1448    
# Line 2174  main (int argc, char **argv, char **envp Line 2179  main (int argc, char **argv, char **envp
2179              goals->next = 0;              goals->next = 0;
2180              goals->name = 0;              goals->name = 0;
2181              goals->ignore_mtime = 0;              goals->ignore_mtime = 0;
2182                goals->staticpattern = 0;
2183              goals->need_2nd_expansion = 0;              goals->need_2nd_expansion = 0;
2184              goals->file = default_goal_file;              goals->file = default_goal_file;
2185            }            }
# Line 2341  handle_non_switch_argument (char *arg, i Line 2347  handle_non_switch_argument (char *arg, i
2347        lastgoal->name = 0;        lastgoal->name = 0;
2348        lastgoal->file = f;        lastgoal->file = f;
2349        lastgoal->ignore_mtime = 0;        lastgoal->ignore_mtime = 0;
2350          lastgoal->staticpattern = 0;
2351        lastgoal->need_2nd_expansion = 0;        lastgoal->need_2nd_expansion = 0;
2352    
2353        {        {

Legend:
Removed from v.1.211  
changed lines
  Added in v.1.212

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