Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit05bf551

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 ina4ebbd2, likely because there still is a reference to it due to AIX - butthat's self contained in src/backend/MakefileDiscussion:https://postgr.es/m/20220820174213.d574qde4ptwdzoqz@awork3.anarazel.de
1 parent68fc18d commit05bf551

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)

[8]ページ先頭

©2009-2025 Movatter.jp