summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-06 17:33:09 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-14 18:17:07 +0100
commit7bbb182de03960e78964b575c87f8d9c85887923 (patch)
treed9b03947bb1089ccc09807e6cebda1fb1c82befa /src/other_tools/root_maps
parentc33435b85f94b2403f5a782a5f2eb12d5de57772 (diff)
downloadjustbuild-7bbb182de03960e78964b575c87f8d9c85887923.tar.gz
code structure: rename symlinks_map folder to symlinks
...to remove the unnecessary link between folder name and the logic of resolve_symlinks_map.
Diffstat (limited to 'src/other_tools/root_maps')
-rw-r--r--src/other_tools/root_maps/TARGETS6
-rw-r--r--src/other_tools/root_maps/content_git_map.hpp2
-rw-r--r--src/other_tools/root_maps/fpath_git_map.hpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/src/other_tools/root_maps/TARGETS b/src/other_tools/root_maps/TARGETS
index 9125cb4b..4e5c9203 100644
--- a/src/other_tools/root_maps/TARGETS
+++ b/src/other_tools/root_maps/TARGETS
@@ -84,8 +84,8 @@
, "deps":
[ ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
- , ["src/buildtool/file_system/symlinks_map", "pragma_special"]
- , ["src/buildtool/file_system/symlinks_map", "resolve_symlinks_map"]
+ , ["src/buildtool/file_system/symlinks", "pragma_special"]
+ , ["src/buildtool/file_system/symlinks", "resolve_symlinks_map"]
, ["src/buildtool/multithreading", "async_map_consumer"]
, ["src/buildtool/serve_api/remote", "serve_api"]
, ["src/buildtool/storage", "config"]
@@ -119,7 +119,7 @@
[ ["@", "gsl", "", "gsl"]
, ["@", "json", "", "json"]
, ["src/buildtool/common", "user_structs"]
- , ["src/buildtool/file_system/symlinks_map", "resolve_symlinks_map"]
+ , ["src/buildtool/file_system/symlinks", "resolve_symlinks_map"]
, ["src/buildtool/multithreading", "async_map_consumer"]
, ["src/buildtool/serve_api/remote", "serve_api"]
, ["src/buildtool/storage", "config"]
diff --git a/src/other_tools/root_maps/content_git_map.hpp b/src/other_tools/root_maps/content_git_map.hpp
index 60b212ab..e9a83abb 100644
--- a/src/other_tools/root_maps/content_git_map.hpp
+++ b/src/other_tools/root_maps/content_git_map.hpp
@@ -21,7 +21,7 @@
#include "gsl/gsl"
#include "nlohmann/json.hpp"
#include "src/buildtool/common/user_structs.hpp"
-#include "src/buildtool/file_system/symlinks_map/resolve_symlinks_map.hpp"
+#include "src/buildtool/file_system/symlinks/resolve_symlinks_map.hpp"
#include "src/buildtool/multithreading/async_map_consumer.hpp"
#include "src/buildtool/serve_api/remote/serve_api.hpp"
#include "src/buildtool/storage/config.hpp"
diff --git a/src/other_tools/root_maps/fpath_git_map.hpp b/src/other_tools/root_maps/fpath_git_map.hpp
index 29ca8832..66f7ac9a 100644
--- a/src/other_tools/root_maps/fpath_git_map.hpp
+++ b/src/other_tools/root_maps/fpath_git_map.hpp
@@ -23,8 +23,8 @@
#include "gsl/gsl"
#include "nlohmann/json.hpp"
-#include "src/buildtool/file_system/symlinks_map/pragma_special.hpp"
-#include "src/buildtool/file_system/symlinks_map/resolve_symlinks_map.hpp"
+#include "src/buildtool/file_system/symlinks/pragma_special.hpp"
+#include "src/buildtool/file_system/symlinks/resolve_symlinks_map.hpp"
#include "src/buildtool/multithreading/async_map_consumer.hpp"
#include "src/buildtool/serve_api/remote/serve_api.hpp"
#include "src/buildtool/storage/config.hpp"