File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ VERSION_PACKAGE:=$(REPOSITORY_PACKAGE)/application
2828GO_BUILD_FLAGS:=-buildvcs =false
2929GO_LD_FLAGS: =-ldflags '-X $(VERSION_PACKAGE ) .VersionBase=$(VERSION_BASE ) -X $(VERSION_PACKAGE ) .VersionShortCommit=$(VERSION_SHORT_COMMIT ) -X $(VERSION_PACKAGE ) .VersionFullCommit=$(VERSION_FULL_COMMIT ) '
3030
31- FIND_MAIN_CMD: =find . -path './$(BUILD ) *' -not -path './.gvm_local/*' -not -path './vendor/*' -name '*.go' -not -name '*_test.go' -type f -exec egrep -l '^\s*func\s+main\s*(\s*)' {} \;
31+ FIND_MAIN_CMD: =find . -path './$(BUILD ) *' -not -path './.gvm_local/*' -not -path './vendor/*' -name '*.go' -not -name '*_test.go' -type f -exec grep -E -l '^\s*func\s+main\s*(\s*)' {} \;
3232TRANSFORM_GO_BUILD_CMD: =sed 's|\.\(.*\)\(/[^/]*\)/[^/]*|_bin\1\2\2 .\1\2/.|'
3333
3434GO_BUILD_CMD: =go build $(GO_BUILD_FLAGS ) $(GO_LD_FLAGS ) -o
You can’t perform that action at this time.
0 commit comments