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

Diff of /make/variable.c

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

revision 1.73 by psmith, Mon Mar 22 15:11:49 2004 UTC revision 1.74 by bosk, Mon Sep 27 18:09:52 2004 UTC
# Line 493  initialize_file_variables (struct file * Line 493  initialize_file_variables (struct file *
493            current_variable_set_list = file->pat_variables;            current_variable_set_list = file->pat_variables;
494    
495            do            do
496              /* We found one, so insert it into the set.  */              {
497              do_variable_definition (&p->variable.fileinfo, p->variable.name,                /* We found one, so insert it into the set.  */
498                                      p->variable.value, p->variable.origin,                struct variable *v = do_variable_definition (
499                                      p->variable.flavor, 1);                  &p->variable.fileinfo, p->variable.name,
500                    p->variable.value, p->variable.origin,
501                    p->variable.flavor, 1);
502    
503                  /* Also mark it as a per-target and copy export status. */
504                  v->per_target = p->variable.per_target;
505                  v->export = p->variable.export;
506                }
507            while ((p = lookup_pattern_var (p, file->name)) != 0);            while ((p = lookup_pattern_var (p, file->name)) != 0);
508    
509            current_variable_set_list = global;            current_variable_set_list = global;

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74

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