(collect_and_sort_names): Update dir_contents of the first non-fake name entry when in listed incremental mode.

This commit is contained in:
Sergey Poznyakoff
2006-05-08 12:10:36 +00:00
parent c9e7465642
commit 67877f7de2

View File

@@ -787,6 +787,14 @@ collect_and_sort_names (void)
for (name = namelist; name; name = name->next)
name->found_count = 0;
if (listed_incremental_option)
{
for (name = namelist; name && name->fake; name++)
;
if (name)
name->dir_contents = append_incremental_renames (name->dir_contents);
}
}
/* This is like name_match, except that