summaryrefslogtreecommitdiff
path: root/src/other_tools/utils
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/utils
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/utils')
-rw-r--r--src/other_tools/utils/TARGETS2
-rw-r--r--src/other_tools/utils/parse_archive.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/other_tools/utils/TARGETS b/src/other_tools/utils/TARGETS
index 24d6c5ac..5890dbe7 100644
--- a/src/other_tools/utils/TARGETS
+++ b/src/other_tools/utils/TARGETS
@@ -72,7 +72,7 @@
, ["src/buildtool/build_engine/expression", "expression"]
, ["src/buildtool/crypto", "hash_function"]
, ["src/buildtool/crypto", "hash_info"]
- , ["src/buildtool/file_system/symlinks_map", "pragma_special"]
+ , ["src/buildtool/file_system/symlinks", "pragma_special"]
, ["src/utils/cpp", "path"]
]
, "stage": ["src", "other_tools", "utils"]
diff --git a/src/other_tools/utils/parse_archive.cpp b/src/other_tools/utils/parse_archive.cpp
index e31109a9..848eaace 100644
--- a/src/other_tools/utils/parse_archive.cpp
+++ b/src/other_tools/utils/parse_archive.cpp
@@ -25,7 +25,7 @@
#include "src/buildtool/build_engine/expression/expression.hpp"
#include "src/buildtool/crypto/hash_function.hpp"
#include "src/buildtool/crypto/hash_info.hpp"
-#include "src/buildtool/file_system/symlinks_map/pragma_special.hpp"
+#include "src/buildtool/file_system/symlinks/pragma_special.hpp"
#include "src/utils/cpp/path.hpp"
auto ParseArchiveContent(ExpressionPtr const& repo_desc,