From 7bbb182de03960e78964b575c87f8d9c85887923 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 6 Feb 2025 17:33:09 +0100 Subject: code structure: rename symlinks_map folder to symlinks ...to remove the unnecessary link between folder name and the logic of resolve_symlinks_map. --- src/other_tools/repo_map/TARGETS | 2 +- src/other_tools/repo_map/repos_to_setup_map.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/other_tools/repo_map') diff --git a/src/other_tools/repo_map/TARGETS b/src/other_tools/repo_map/TARGETS index f6362327..f4348ec1 100644 --- a/src/other_tools/repo_map/TARGETS +++ b/src/other_tools/repo_map/TARGETS @@ -24,7 +24,7 @@ , ["src/buildtool/crypto", "hash_info"] , ["src/buildtool/file_system", "file_root"] , ["src/buildtool/file_system", "precomputed_root"] - , ["src/buildtool/file_system/symlinks_map", "pragma_special"] + , ["src/buildtool/file_system/symlinks", "pragma_special"] , ["src/buildtool/multithreading", "task_system"] , ["src/other_tools/just_mr", "utils"] , ["src/other_tools/ops_maps", "content_cas_map"] diff --git a/src/other_tools/repo_map/repos_to_setup_map.cpp b/src/other_tools/repo_map/repos_to_setup_map.cpp index a7cf8e1d..e819a943 100644 --- a/src/other_tools/repo_map/repos_to_setup_map.cpp +++ b/src/other_tools/repo_map/repos_to_setup_map.cpp @@ -27,7 +27,7 @@ #include "src/buildtool/crypto/hash_info.hpp" #include "src/buildtool/file_system/file_root.hpp" #include "src/buildtool/file_system/precomputed_root.hpp" -#include "src/buildtool/file_system/symlinks_map/pragma_special.hpp" +#include "src/buildtool/file_system/symlinks/pragma_special.hpp" #include "src/buildtool/multithreading/task_system.hpp" #include "src/other_tools/just_mr/utils.hpp" #include "src/other_tools/ops_maps/content_cas_map.hpp" -- cgit v1.2.3