mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Remove BEOS port.
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
MK_NO_LORDER=true
|
||||
AROPT = crs
|
||||
|
||||
ifdef ELF_SYSTEM
|
||||
export_dynamic = -Wl,-E
|
||||
endif
|
||||
|
||||
DLSUFFIX = .so
|
||||
CFLAGS_SL = -fpic -DPIC
|
||||
|
||||
%.so: %.o
|
||||
ifdef PGXS
|
||||
ln -fs $(DESTDIR)$(bindir)/postgres _APP_
|
||||
else
|
||||
ln -fs $(top_builddir)/src/backend/postgres _APP_
|
||||
endif
|
||||
$(CC) -nostart -Xlinker -soname=$@ -o $@ _APP_ $<
|
||||
|
||||
sqlmansect = 7
|
Reference in New Issue
Block a user