Skip to content

Commit

Permalink
[FAB-5140]Fix comment messages in Makefile
Browse files Browse the repository at this point in the history
Comment messages in Makefile is not updated after merging
CR10413 (https://gerrit.hyperledger.org/r/#/c/10413/).
The following commands don't work as comment suggests.
 - dist-clean
 - clean-all
In addition, configtxlator doesn't have instruction.

This patch set fixes the comments above.

Change-Id: I55ec8e1e57db255ede99b0151f30833f86a5c2c1
Signed-off-by: Yuki Kondo <yuki.kondo@hal.hitachi.com>
  • Loading branch information
yuki-kon committed Jun 30, 2017
1 parent ace2a64 commit 95b84e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# - checks - runs all tests/checks
# - desk-check - runs linters and verify to test changed packages
# - configtxgen - builds a native configtxgen binary
# - configtxlator - builds a native configtxlator binary
# - cryptogen - builds a native cryptogen binary
# - peer - builds a native fabric peer binary
# - orderer - builds a native fabric orderer binary
Expand All @@ -30,7 +31,8 @@
# - tools-docker[-clean] - ensures the tools container is available[/cleaned]
# - protos - generate all protobuf artifacts based on .proto files
# - clean - cleans the build area
# - dist-clean - superset of 'clean' that also removes persistent state
# - clean-all - superset of 'clean' that also removes persistent state
# - dist-clean - clean release packages for all target platforms
# - unit-test-clean - cleans unit test state (particularly from docker)

PROJECT_NAME = hyperledger/fabric
Expand Down

0 comments on commit 95b84e8

Please sign in to comment.