summaryrefslogtreecommitdiff
path: root/contrib/depends/funcs.mk
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-26 09:34:26 -0500
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-26 09:34:26 -0500
commit350d1f75847a0e079ce43fd6b4e49d430bfc1498 (patch)
tree6ec9684e955fc0abd7ac1e7d786f8de28dc542c0 /contrib/depends/funcs.mk
parent74cd654f0deb0405c34a8e58be4ec5e1cdc4382b (diff)
fix macos and darwin
Diffstat (limited to 'contrib/depends/funcs.mk')
-rw-r--r--contrib/depends/funcs.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/depends/funcs.mk b/contrib/depends/funcs.mk
index 18addcb..70b592f 100644
--- a/contrib/depends/funcs.mk
+++ b/contrib/depends/funcs.mk
@@ -196,10 +196,6 @@ endef
COMPRESS_CMD := $(shell if command -v pigz >/dev/null 2>&1; then echo "pigz"; else echo "gzip"; fi)
-ifeq ($(COMPRESS_CMD),gzip)
- $(AT)echo Slow compression used, you may want to install pigz
-endif
-
define int_add_cmds
$($(1)_fetched):
$(AT)mkdir -p $$(@D) $(SOURCES_PATH)