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 edb727e319f0d89acb32618920e1f295502d9580 Author: oushu1tuyu1 <[email protected]> AuthorDate: Sun Apr 28 10:50:32 2019 +0800 HAWQ-1707. install dbcommon,univplan,storage once they are made --- GNUmakefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile.in b/GNUmakefile.in index db8e53f..cdaef1f 100644 --- a/GNUmakefile.in +++ b/GNUmakefile.in @@ -14,8 +14,11 @@ all: $(MAKE) -C depends/libhdfs3 $@ $(MAKE) -C depends/libyarn $@ $(MAKE) -C depends/dbcommon $@ + $(MAKE) -C depends/dbcommon install $(MAKE) -C depends/univplan $@ + $(MAKE) -C depends/univplan install $(MAKE) -C depends/storage $@ + $(MAKE) -C depends/storage install $(MAKE) -C src $@ $(MAKE) -C config $@ $(MAKE) -C contrib $@ @@ -28,9 +31,6 @@ install: $(MAKE) -C depends/thirdparty/googletest $@ $(MAKE) -C depends/libhdfs3 $@ $(MAKE) -C depends/libyarn $@ - $(MAKE) -C depends/dbcommon $@ - $(MAKE) -C depends/univplan $@ - $(MAKE) -C depends/storage $@ $(MAKE) -C src $@ $(MAKE) -C config $@ $(MAKE) -C contrib $@
