Skip to content

Commit d315e2e

Browse files
committed
Document gpbackup metadata run
1 parent c25c732 commit d315e2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ BUILD_DIR=build
171171
# CGO is required for SQLite support
172172
CGO ?= 1
173173

174-
package: build
174+
package:
175175
@echo "Building package for $(GOOS)/$(GOARCH) with CGO_ENABLED=$(CGO)..."
176176
@mkdir -p $(BUILD_DIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(GOOS)-$(GOARCH)/bin
177177
@GOOS=$(GOOS) GOARCH=$(GOARCH) CGO_ENABLED=$(CGO) go build -tags '$(BACKUP)' -o $(BUILD_DIR)/$(PACKAGE_NAME)-$(PACKAGE_VERSION)-$(GOOS)-$(GOARCH)/bin/$(BACKUP) --ldflags '-X $(BACKUP_VERSION_STR)'

0 commit comments

Comments
 (0)