From b6a4271feaa2ed9eaa553189183a74cb28c4b5fd Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 15 Feb 2023 13:07:27 +0100 Subject: structure cleanup: move libarchive utilities to other_tools... ...in order to not include unwanted dependencies in just proper. As the whole other_tools folder is meant to be excluded from bootstrapping, also remove the bootstrap guards. --- src/utils/cpp/TARGETS | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/utils/cpp/TARGETS') diff --git a/src/utils/cpp/TARGETS b/src/utils/cpp/TARGETS index b835023f..4bc79e8e 100644 --- a/src/utils/cpp/TARGETS +++ b/src/utils/cpp/TARGETS @@ -79,16 +79,6 @@ , ["", "libcurl"] ] } -, "archive_ops": - { "type": ["@", "rules", "CC", "library"] - , "name": ["archive_ops"] - , "hdrs": ["archive_ops.hpp"] - , "srcs": ["archive_ops.cpp"] - , "deps": [["@", "gsl-lite", "", "gsl-lite"]] - , "stage": ["src", "utils", "cpp"] - , "private-deps": - [["src/buildtool/file_system", "file_system_manager"], ["", "libarchive"]] - } , "file_locking": { "type": ["@", "rules", "CC", "library"] , "name": ["file_locking"] -- cgit v1.2.3