Skip to content

Commit 95b84e8

Browse files
committed
[FAB-5140]Fix comment messages in Makefile
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 <[email protected]>
1 parent ace2a64 commit 95b84e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
# - checks - runs all tests/checks
1111
# - desk-check - runs linters and verify to test changed packages
1212
# - configtxgen - builds a native configtxgen binary
13+
# - configtxlator - builds a native configtxlator binary
1314
# - cryptogen - builds a native cryptogen binary
1415
# - peer - builds a native fabric peer binary
1516
# - orderer - builds a native fabric orderer binary
@@ -30,7 +31,8 @@
3031
# - tools-docker[-clean] - ensures the tools container is available[/cleaned]
3132
# - protos - generate all protobuf artifacts based on .proto files
3233
# - clean - cleans the build area
33-
# - dist-clean - superset of 'clean' that also removes persistent state
34+
# - clean-all - superset of 'clean' that also removes persistent state
35+
# - dist-clean - clean release packages for all target platforms
3436
# - unit-test-clean - cleans unit test state (particularly from docker)
3537

3638
PROJECT_NAME = hyperledger/fabric

0 commit comments

Comments
 (0)