This is an automated email from the ASF dual-hosted git repository.
xsheng pushed a commit to branch taoz
in repository https://gitbox.apache.org/repos/asf/hawq.git
The following commit(s) were added to refs/heads/taoz by this push:
new 2c7fe33 avoid pxf distclean when doing 'make distclean'
2c7fe33 is described below
commit 2c7fe339ea5dc72043b6de6b5d60c285fdf653b1
Author: xsheng <[email protected]>
AuthorDate: Tue Jan 14 14:52:49 2020 +0800
avoid pxf distclean when doing 'make distclean'
---
GNUmakefile.in | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/GNUmakefile.in b/GNUmakefile.in
index e6d01d0..14d3d12 100644
--- a/GNUmakefile.in
+++ b/GNUmakefile.in
@@ -48,7 +48,7 @@ distprep:
rpm:
$(MAKE) -C contrib/hawq-package $@
- $(MAKE) -C pxf $@
+# $(MAKE) -C pxf $@
$(MAKE) -C ranger-plugin $@
$(MAKE) -C contrib/hawq-package rpm-tarball
@@ -71,7 +71,7 @@ clean:
$(MAKE) -C contrib $@
$(MAKE) -C tools $@
$(MAKE) -C contrib/hawq-package $@
- $(MAKE) -C pxf $@
+# $(MAKE) -C pxf $@
$(MAKE) -C ranger-plugin $@
-$(MAKE) -C src feature-test-clean
# Garbage from autoconf:
@@ -89,7 +89,7 @@ distclean maintainer-clean:
-$(MAKE) -C tools $@
-$(MAKE) -C src feature-test-clean
-$(MAKE) -C src $@
- -$(MAKE) -C pxf $@
+# -$(MAKE) -C pxf $@
-$(MAKE) -C ranger-plugin $@
-rm -f config.cache config.log config.status GNUmakefile
# Garbage from autoconf: