Skip to content

Commit

Permalink
[FAB-7395] Makefile: Remove Redundant Dependencies
Browse files Browse the repository at this point in the history
Target `clean-all` does not need to depend `release-clean` and
`unit-test-clean`. The first dependency `clean` depends on these
target.

Change-Id: I7b7a66fdef8363308a941e9a47f8da60123eceef
Signed-off-by: Yuta Namiki <y-namiki@ak.jp.nec.com>
  • Loading branch information
Yuta Namiki committed Dec 8, 2017
1 parent c44491a commit 23143ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ clean: docker-clean unit-test-clean release-clean
-@rm -rf build ||:

.PHONY: clean-all
clean-all: clean gotools-clean dist-clean release-clean unit-test-clean
clean-all: clean gotools-clean dist-clean
-@rm -rf /var/hyperledger/* ||:

.PHONY: dist-clean
Expand Down

0 comments on commit 23143ee

Please sign in to comment.