Github user radarwave commented on a diff in the pull request:
https://github.com/apache/hawq/pull/1396#discussion_r220488626
--- Diff: contrib/hawq-docker/Makefile ---
@@ -39,6 +41,17 @@ all:
@echo ""
@echo " To build images locally: make build"
@echo " To pull latest images: make pull"
+ @echo ""
+ @echo " To build Hawq runtime: make hawq"
--- End diff --
'make hawq' better to be 'make build-hawq', 'make build' better to be 'make
build-image'. If changed, please update related code and the README as well.
---