Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
chainweaver
ida
chain-service
Commits
47b3e46d
Commit
47b3e46d
authored
1 year ago
by
xiang zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update package path in Makefile
parent
8da996b1
master
develop
v2.0.0
v1.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Makefile
Makefile
+1
-1
No files found.
Makefile
View file @
47b3e46d
BUILD_TIME
:=
$(
shell
date
"+%F %T"
)
COMMIT_SHA1
:=
$(
shell
git rev-parse HEAD
)
VERSION
=
0.0.1
LDFLAGS
:=
-ldflags
"-X 'chain-service/internal.BuildTime=
${BUILD_TIME}
' -X 'chain-service/internal.CommitID=
${COMMIT_SHA1}
' -X 'chain-service/internal.Version=
${VERSION}
'"
LDFLAGS
:=
-ldflags
"-X '
chainmaker.org/chainmaker/ida/
chain-service/internal.BuildTime=
${BUILD_TIME}
' -X '
chainmaker.org/chainmaker/ida/
chain-service/internal.CommitID=
${COMMIT_SHA1}
' -X '
chainmaker.org/chainmaker/ida/
chain-service/internal.Version=
${VERSION}
'"
SOURCE
:=
./chain.go
BUILD_NAME
:=
chain-service
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment