Skip to content

Commit e7625ae

Browse files
committed
remains v2 suffix
1 parent 458a43e commit e7625ae

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@ rpm-v2-arm:
8181
--target aarch64 -bb packaging/rpm/mackerel-check-plugins-v2.spec
8282

8383
.PHONY: deb
84-
deb: deb-x86 deb-arm
84+
deb: deb-v2-x86 deb-v2-arm
8585

86-
.PHONY: deb-x86
87-
deb-x86:
86+
.PHONY: deb-v2-x86
87+
deb-v2-x86:
8888
make build/mackerel-check GOOS=linux GOARCH=amd64
8989
cp build/mackerel-check packaging/deb-v2/debian/
9090
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us
9191

92-
.PHONY: deb-arm
93-
deb-arm:
92+
.PHONY: deb-v2-arm
93+
deb-v2-arm:
9494
make build/mackerel-check GOOS=linux GOARCH=arm64
9595
cp build/mackerel-check packaging/deb-v2/debian/
9696
cd packaging/deb-v2 && debuild --no-tgz-check -rfakeroot -uc -us -aarm64

0 commit comments

Comments
 (0)