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/ops_maps/TARGETS | 2 +- src/other_tools/ops_maps/content_cas_map.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/other_tools/ops_maps') diff --git a/src/other_tools/ops_maps/TARGETS b/src/other_tools/ops_maps/TARGETS index 587b8903..a0caa476 100644 --- a/src/other_tools/ops_maps/TARGETS +++ b/src/other_tools/ops_maps/TARGETS @@ -67,7 +67,7 @@ , ["src/buildtool/common", "user_structs"] , ["src/buildtool/crypto", "hash_info"] , ["src/buildtool/execution_api/common", "common"] - , ["src/buildtool/file_system/symlinks_map", "pragma_special"] + , ["src/buildtool/file_system/symlinks", "pragma_special"] , ["src/buildtool/multithreading", "async_map_consumer"] , ["src/buildtool/serve_api/remote", "serve_api"] , ["src/buildtool/storage", "config"] diff --git a/src/other_tools/ops_maps/content_cas_map.hpp b/src/other_tools/ops_maps/content_cas_map.hpp index 2eb28879..452ce23e 100644 --- a/src/other_tools/ops_maps/content_cas_map.hpp +++ b/src/other_tools/ops_maps/content_cas_map.hpp @@ -25,7 +25,7 @@ #include "src/buildtool/common/user_structs.hpp" #include "src/buildtool/crypto/hash_info.hpp" #include "src/buildtool/execution_api/common/execution_api.hpp" -#include "src/buildtool/file_system/symlinks_map/pragma_special.hpp" +#include "src/buildtool/file_system/symlinks/pragma_special.hpp" #include "src/buildtool/multithreading/async_map_consumer.hpp" #include "src/buildtool/serve_api/remote/serve_api.hpp" #include "src/buildtool/storage/config.hpp" -- cgit v1.2.3