Skip to content

Commit

Permalink
Tweak to Makefile install target - include version
Browse files Browse the repository at this point in the history
This patch updates the Makefile install target to explicitly rebuild the
version_info package so it gets the latest version info for local,
default builds.
  • Loading branch information
akutz committed Sep 29, 2015
1 parent f42683d commit 54f15bc
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 @@ -273,7 +273,7 @@ _install: _deps _fmt
@printf " ...installing rexray $(V_OS_ARCH)..."; \
cd $(BASEDIR); \
go clean -i $(VERSIONPKG); \
go install $(GOFLAGS) $(LDFLAGS) ./rexray/; \
go install $(GOFLAGS) $(LDFLAGS) ./version_info/ ./rexray/; \
$(PRINT_STATUS); \
if [ "$$EC" -eq "0" ]; then \
FILE=$(GOPATH)/bin/rexray; \
Expand Down

0 comments on commit 54f15bc

Please sign in to comment.