Skip to content

Commit 05bf551

Browse files
committed
Remove SUBSYS.o rule in common.mk, hasn't been used in a long time
Apparently I missed that this SUBSYS.o rule isn't needed anymore in a4ebbd2, likely because there still is a reference to it due to AIX - but that's self contained in src/backend/Makefile Discussion: https://postgr.es/m/20220820174213.d574qde4ptwdzoqz@awork3.anarazel.de
1 parent 68fc18d commit 05bf551

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/backend/common.mk

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ ifneq ($(subdir), src/backend)
1717
all: $(subsysfilename)
1818
endif
1919

20-
SUBSYS.o: $(SUBDIROBJS) $(OBJS)
21-
$(LD) $(LDREL) $(LDOUT) $@ $^
22-
2320
objfiles.txt: Makefile $(SUBDIROBJS) $(OBJS)
2421
# Don't rebuild the list if only the OBJS have changed.
2522
$(if $(filter-out $(OBJS),$?),( $(if $(SUBDIROBJS),cat $(SUBDIROBJS); )echo $(addprefix $(subdir)/,$(OBJS)) ) >$@,touch $@)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy