Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
ff49b480
Unverified
Commit
ff49b480
authored
Dec 16, 2019
by
vipwzw
Committed by
GitHub
Dec 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #743 from zhengjunhe/bugfix_makefile
remove unused code
parents
bece99e4
c958e4c7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
Makefile
Makefile
+0
-1
No files found.
Makefile
View file @
ff49b480
...
@@ -9,7 +9,6 @@ CLI := build/chain33-cli
...
@@ -9,7 +9,6 @@ CLI := build/chain33-cli
SRC_CLI
:=
github.com/33cn/plugin/cli
SRC_CLI
:=
github.com/33cn/plugin/cli
APP
:=
build/chain33
APP
:=
build/chain33
export
CHAIN33_PATH
=
$(
shell
go list
-f
{{
.Dir
}}
github.com/33cn/chain33
)
export
CHAIN33_PATH
=
$(
shell
go list
-f
{{
.Dir
}}
github.com/33cn/chain33
)
export
PLUGIN_PATH
=
$(
shell
go list
-f
{{
.Dir
}}
github.com/33cn/plugin
)
BUILD_FLAGS
=
-ldflags
"-X github.com/33cn/chain33/common/version.GitCommit=
`
git rev-parse
--short
=
8 HEAD
`
"
BUILD_FLAGS
=
-ldflags
"-X github.com/33cn/chain33/common/version.GitCommit=
`
git rev-parse
--short
=
8 HEAD
`
"
LDFLAGS
:=
-ldflags
"-w -s"
LDFLAGS
:=
-ldflags
"-w -s"
PKG_LIST_VET
:=
`
go list ./... |
grep
-v
"vendor"
|
grep
-v
plugin/dapp/evm/executor/vm/common/crypto/bn256
`
PKG_LIST_VET
:=
`
go list ./... |
grep
-v
"vendor"
|
grep
-v
plugin/dapp/evm/executor/vm/common/crypto/bn256
`
...
...
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