From 1f858eb417ffc71f1501de1a4d74c8b6aeea3e69 Mon Sep 17 00:00:00 2001 From: Alexander Marshalov <_@marshalov.org> Date: Thu, 25 Jan 2024 10:03:46 +0100 Subject: [PATCH] Follow up after https://github.com/VictoriaMetrics/VictoriaMetrics/pull/5685 (#5686) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4a5bb58d63..c782eb3555 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PKG_PREFIX := github.com/VictoriaMetrics/VictoriaMetrics -MAKE_CONCURRENCY ?= $(getconf _NPROCESSORS_ONLN) +MAKE_CONCURRENCY ?= $(shell getconf _NPROCESSORS_ONLN) MAKE_PARALLEL := $(MAKE) -j $(MAKE_CONCURRENCY) DATEINFO_TAG ?= $(shell date -u +'%Y%m%d-%H%M%S') BUILDINFO_TAG ?= $(shell echo $$(git describe --long --all | tr '/' '-')$$( \