Ignore:
Timestamp:
May 16, 2005, 6:54:02 PM (20 years ago)
Author:
bird
Message:

Current make snaphot, 2005-05-16.

Location:
branches/GNU/src/gmake
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/GNU/src/gmake

    • Property svn:ignore
      •  

        old new  
        3434README.DOS
        3535README.W32
         36README.OS2
        3637aclocal.m4
        3738autom4te.cache
  • branches/GNU/src/gmake/rule.c

    r153 r280  
    138138
    139139              dep->changed = !dir_file_exists_p (name, "");
    140 #ifdef VMS
    141               if (dep->changed && strchr (name, ':') != 0)
    142 #else
    143               if (dep->changed && *name == '/')
    144 #endif
    145                 {
    146                   /* The name is absolute and the directory does not exist.
    147                      This rule can never possibly match, since this dependency
    148                      can never possibly exist.  So just remove the rule from
    149                      the list.  */
    150                   freerule (rule, lastrule);
    151                   --num_pattern_rules;
    152                   goto end_main_loop;
    153                 }
    154140            }
    155141          else
     
    162148
    163149      lastrule = rule;
    164     end_main_loop:
    165150      rule = next;
    166151    }
     
    225210      deps->name = depname;
    226211      deps->ignore_mtime = 0;
     212      deps->need_2nd_expansion = 0;
    227213    }
    228214
Note: See TracChangeset for help on using the changeset viewer.