зеркало из https://github.com/mozilla/gecko-dev.git
Announce alias copying once per directory, not once per file.
This commit is contained in:
Родитель
4683ae39fe
Коммит
1a23d195ca
|
@ -632,11 +632,11 @@ sub BuildFolderResourceAliases($$)
|
|||
closedir(SRCDIR);
|
||||
|
||||
# make aliases for each one into the dest directory
|
||||
print("Placing aliases to all files from $src_dir in $dest_dir\n");
|
||||
for ( @resource_files ) {
|
||||
next if $_ eq "CVS";
|
||||
|
||||
my($file_name) = $src_dir . $_;
|
||||
print("Placing alias to file $file_name in $dest_dir\n");
|
||||
MakeAlias($file_name, $dest_dir);
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче