mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
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 a4ebbd27527, 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
This commit is contained in:
parent
68fc18d14c
commit
05bf551040
@ -17,9 +17,6 @@ ifneq ($(subdir), src/backend)
|
|||||||
all: $(subsysfilename)
|
all: $(subsysfilename)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBSYS.o: $(SUBDIROBJS) $(OBJS)
|
|
||||||
$(LD) $(LDREL) $(LDOUT) $@ $^
|
|
||||||
|
|
||||||
objfiles.txt: Makefile $(SUBDIROBJS) $(OBJS)
|
objfiles.txt: Makefile $(SUBDIROBJS) $(OBJS)
|
||||||
# Don't rebuild the list if only the OBJS have changed.
|
# Don't rebuild the list if only the OBJS have changed.
|
||||||
$(if $(filter-out $(OBJS),$?),( $(if $(SUBDIROBJS),cat $(SUBDIROBJS); )echo $(addprefix $(subdir)/,$(OBJS)) ) >$@,touch $@)
|
$(if $(filter-out $(OBJS),$?),( $(if $(SUBDIROBJS),cat $(SUBDIROBJS); )echo $(addprefix $(subdir)/,$(OBJS)) ) >$@,touch $@)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user