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

commit b5fdb479a0faff868542094e20158d962cbd4374
Author: oushu1tuyu1 <[email protected]>
AuthorDate: Mon Apr 29 18:08:35 2019 +0800

    HAWQ-1695. Optimize hawq compilation structure
---
 GNUmakefile.in | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/GNUmakefile.in b/GNUmakefile.in
index cdaef1f..cbe1f25 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -11,13 +11,19 @@ include $(top_builddir)/src/Makefile.global
 all:
 #      $(MAKE) -C doc $@
        $(MAKE) -C depends/thirdparty/googletest $@
+       $(MAKE) -C depends/thirdparty/googletest install
        $(MAKE) -C depends/libhdfs3 $@
+       $(MAKE) -C depends/libhdfs3 install
        $(MAKE) -C depends/libyarn $@
+       $(MAKE) -C depends/libyarn install
        $(MAKE) -C depends/dbcommon $@
+       $(MAKE) -C depends/dbcommon unittest
        $(MAKE) -C depends/dbcommon install
        $(MAKE) -C depends/univplan $@
+       $(MAKE) -C depends/univplan unittest
        $(MAKE) -C depends/univplan install
        $(MAKE) -C depends/storage $@
+       $(MAKE) -C depends/storage unittest
        $(MAKE) -C depends/storage install
        $(MAKE) -C src $@
        $(MAKE) -C config $@
@@ -28,9 +34,6 @@ all:
 
 install:
 #      $(MAKE) -C doc $@
-       $(MAKE) -C depends/thirdparty/googletest $@ 
-       $(MAKE) -C depends/libhdfs3 $@
-       $(MAKE) -C depends/libyarn $@
        $(MAKE) -C src $@
        $(MAKE) -C config $@
        $(MAKE) -C contrib $@

Reply via email to