Skip to content

Commit 49f7384

Browse files
authored
Merge pull request mackerelio#764 from mackerelio/remove-old-rpm-packaging
Remove old rpm packaging
2 parents d59cfee + 2ffd27b commit 49f7384

File tree

2 files changed

+1
-611
lines changed

2 files changed

+1
-611
lines changed

Makefile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,7 @@ depends_on:
4848
@:
4949

5050
.PHONY: rpm
51-
rpm: rpm-v1 rpm-v2
52-
53-
.PHONY: rpm-v1
54-
rpm-v1:
55-
make build GOOS=linux GOARCH=386
56-
rpmbuild --define "_sourcedir `pwd`" --define "_version ${VERSION}" --define "buildarch noarch" --target noarch -bb packaging/rpm/mackerel-check-plugins.spec
57-
make build GOOS=linux GOARCH=amd64
58-
rpmbuild --define "_sourcedir `pwd`" --define "_version ${VERSION}" --define "buildarch x86_64" --target x86_64 -bb packaging/rpm/mackerel-check-plugins.spec
51+
rpm: rpm-v2
5952

6053
.PHONY: rpm-v2
6154
rpm-v2: rpm-v2-x86 rpm-v2-arm

0 commit comments

Comments
 (0)