alertmanager/0001-use-local-promu.patch
guozhengxin e7f6a4141b update to v0.26.0
(cherry picked from commit 965909d4d75d6aae95e2e282f592b698f657034f)
2023-09-06 08:59:39 +08:00

26 lines
615 B
Diff

From aff2dabb339e1b7a249ac60dd0b341a35210acc3 Mon Sep 17 00:00:00 2001
From: yangzhao_kl <yangzhao1@kylinos.cn>
Date: Tue, 5 Sep 2023 15:52:42 +0800
Subject: [PATCH] use local promu
---
Makefile.common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.common b/Makefile.common
index e372d34..52658d5 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -195,7 +195,7 @@ common-unused:
@git diff --exit-code -- go.sum go.mod
.PHONY: common-build
-common-build: promu
+common-build:
@echo ">> building binaries"
$(PROMU) build --prefix $(PREFIX) $(PROMU_BINARIES)
--
2.33.0