From 52e0ad5dbcdfa9342e328a383742faced554e471 Mon Sep 17 00:00:00 2001 From: Debian Javascript Maintainers Date: Mon, 10 Feb 2025 15:45:36 +0100 Subject: [PATCH] skip useless files in build target Forwarded: https://github.com/nodejs/node/issues/55787 Gbp-Pq: Topic build Gbp-Pq: Name no-deps.patch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 837474447..2ceec0bfe 100644 --- a/Makefile +++ b/Makefile @@ -171,7 +171,7 @@ with-code-cache test-code-cache: $(warning '$@' target is a noop) out/Makefile: config.gypi common.gypi node.gyp \ - deps/uv/uv.gyp deps/llhttp/llhttp.gyp deps/zlib/zlib.gyp \ + deps/llhttp/llhttp.gyp \ deps/simdutf/simdutf.gyp deps/ada/ada.gyp \ tools/v8_gypfiles/toolchain.gypi tools/v8_gypfiles/features.gypi \ tools/v8_gypfiles/inspector.gypi tools/v8_gypfiles/v8.gyp -- 2.30.2