chenjinbao1989 commented on code in PR #1760:
URL: https://github.com/apache/cloudberry/pull/1760#discussion_r3299147934
##########
GNUmakefile.in:
##########
@@ -61,24 +61,24 @@ html man:
$(MAKE) -C doc $@
install:
- $(MAKE) -C contrib/auto_explain $@
+# $(MAKE) -C contrib/auto_explain $@
$(MAKE) -C contrib/citext $@
$(MAKE) -C contrib/file_fdw $@
$(MAKE) -C contrib/formatter $@
- $(MAKE) -C contrib/formatter_fixedwidth $@
- $(MAKE) -C contrib/fuzzystrmatch $@
+# $(MAKE) -C contrib/formatter_fixedwidth $@
+# $(MAKE) -C contrib/fuzzystrmatch $@
$(MAKE) -C contrib/extprotocol $@
- $(MAKE) -C contrib/dblink $@
- $(MAKE) -C contrib/indexscan $@
+# $(MAKE) -C contrib/dblink $@
+# $(MAKE) -C contrib/indexscan $@
$(MAKE) -C contrib/interconnect $@
$(MAKE) -C contrib/pageinspect $@ # needed by src/test/isolation
- $(MAKE) -C contrib/hstore $@
- $(MAKE) -C contrib/pgcrypto $@
- $(MAKE) -C contrib/btree_gin $@
- $(MAKE) -C contrib/pg_trgm $@
- $(MAKE) -C contrib/tablefunc $@
- $(MAKE) -C contrib/passwordcheck $@
- $(MAKE) -C contrib/pg_buffercache $@
+# $(MAKE) -C contrib/hstore $@
+# $(MAKE) -C contrib/pgcrypto $@
+# $(MAKE) -C contrib/btree_gin $@
+# $(MAKE) -C contrib/pg_trgm $@
+# $(MAKE) -C contrib/tablefunc $@
+# $(MAKE) -C contrib/passwordcheck $@
+# $(MAKE) -C contrib/pg_buffercache $@
Review Comment:
I forgot to enable it. @lss602726449 has fix it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]