Skip to content

Commit

Permalink
Merge pull request #654 from mackerelio/fix-mkdir
Browse files Browse the repository at this point in the history
revert mkdir with shell expansion
  • Loading branch information
lufia committed Aug 21, 2020
2 parents 6707b22 + 121232b commit 2613d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ cover: deps
# We should be installed tools of native architecture.
.PHONY: crossbuild-package
crossbuild-package: deps
mkdir -p ./build-linux-{386,amd64,arm64,mips,armhf}
mkdir -p ./build-linux-386 ./build-linux-amd64 ./build-linux-arm64 ./build-linux-mips ./build-linux-armhf
GOOS=linux GOARCH=386 make build
mv build/$(MACKEREL_AGENT_NAME) build-linux-386/
GOOS=linux GOARCH=amd64 make build
Expand Down

0 comments on commit 2613d00

Please sign in to comment.