mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
aix: Remove checks for very old OS versions
Reviewed-By: Thomas Munro <thomas.munro@gmail.com> Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de
This commit is contained in:
@@ -101,15 +101,7 @@ postgres: $(POSTGRES_IMP)
|
||||
|
||||
$(POSTGRES_IMP): $(OBJS)
|
||||
$(LD) $(LDREL) $(LDOUT) SUBSYS.o $(call expand_subsys,$^)
|
||||
ifeq ($(host_os), aix3.2.5)
|
||||
$(MKLDEXPORT) SUBSYS.o $(bindir)/postgres > $@
|
||||
else
|
||||
ifneq (,$(findstring aix4.1, $(host_os)))
|
||||
$(MKLDEXPORT) SUBSYS.o $(bindir)/postgres > $@
|
||||
else
|
||||
$(MKLDEXPORT) SUBSYS.o . > $@
|
||||
endif
|
||||
endif
|
||||
@rm -f SUBSYS.o
|
||||
|
||||
endif # aix
|
||||
|
Reference in New Issue
Block a user