gfphoenix78 commented on code in PR #1064:
URL: https://github.com/apache/cloudberry/pull/1064#discussion_r2084391828
##########
src/backend/Makefile:
##########
@@ -85,10 +85,8 @@ libpostgres.so: $(OBJS)
$(CXX) -shared $(CXXFLAGS) $(LDFLAGS) $(LDFLAGS_SL) $(export_dynamic) \
$(filter-out main/main.o, $(call expand_subsys,$^)) $(LIBS) -o $@
-postgres: main/main.o libpostgres.so $(top_builddir)/src/port/libpgport_srv.a
$(top_builddir)/src/common/libpgcommon_srv.a
- $(CXX) $(CXXFLAGS) $(LDFLAGS) $(LDFLAGS_EX) $(export_dynamic) \
- main/main.o libpostgres.so $(top_builddir)/src/port/libpgport_srv.a \
- $(top_builddir)/src/common/libpgcommon_srv.a $(LIBS) -o $@
+postgres: $(OBJS)
Review Comment:
where is main file used?
--
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]