This is an automated email from the ASF dual-hosted git repository.
huor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hawq.git
The following commit(s) were added to refs/heads/master by this push:
new f630d30 HAWQ-1746. fix make install bug when building hawq rpm
f630d30 is described below
commit f630d3098ed84e4620b19dc27185f6340127f45b
Author: oushu1tuyu1 <[email protected]>
AuthorDate: Thu Aug 15 10:55:15 2019 +0800
HAWQ-1746. fix make install bug when building hawq rpm
---
GNUmakefile.in | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index cbe1f25..6e3a476 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -34,6 +34,12 @@ all:
install:
# $(MAKE) -C doc $@
+ $(MAKE) -C depends/thirdparty/googletest install
+ $(MAKE) -C depends/libhdfs3 install
+ $(MAKE) -C depends/libyarn install
+ $(MAKE) -C depends/dbcommon install
+ $(MAKE) -C depends/univplan install
+ $(MAKE) -C depends/storage install
$(MAKE) -C src $@
$(MAKE) -C config $@
$(MAKE) -C contrib $@