1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Set SQL man pages to be section 7 by default, and only transform them to

another section if required by the platform (instead of the old way of
building them in section "l" and always transforming them to the
platform-specific section).

This speeds up the installation on common platforms, and it avoids some
funny business with the man page tools and build process.
This commit is contained in:
Peter Eisentraut
2008-11-14 10:22:48 +00:00
parent e339ed5f50
commit d129255077
144 changed files with 287 additions and 176 deletions

View File

@ -1,5 +1,5 @@
# -*-makefile-*-
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.245 2008/10/29 16:06:46 petere Exp $
# $PostgreSQL: pgsql/src/Makefile.global.in,v 1.246 2008/11/14 10:22:47 petere Exp $
#------------------------------------------------------------------------------
# All PostgreSQL makefiles include this file and use the variables it sets,
@ -142,8 +142,6 @@ includedir_server = $(pkgincludedir)/server
includedir_internal = $(pkgincludedir)/internal
pgxsdir = $(pkglibdir)/pgxs
sqlmansect_dummy = l
##########################################################################
#

View File

@ -39,5 +39,3 @@ MKLDEXPORT=$(top_srcdir)/src/backend/port/aix/mkldexport.sh
%$(DLSUFFIX): %.o %.exp
$(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -o $@ $*.o -Wl,-bE:$*.exp $(SHLIB_LINK)
sqlmansect = 7

View File

@ -22,5 +22,3 @@ endif
%.so: %.o
$(CC) $(CFLAGS) -shared -o $@ $<
sqlmansect = 7

View File

@ -1,4 +1,4 @@
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.10 2007/08/22 06:34:18 tgl Exp $
# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.11 2008/11/14 10:22:47 petere Exp $
DLLTOOL= dlltool
DLLWRAP= dllwrap
ifdef PGXS
@ -40,5 +40,3 @@ endif
ifneq (,$(findstring src/pl/plpython,$(subdir)))
override CPPFLAGS+= -DUSE_DL_IMPORT
endif
sqlmansect = 7

View File

@ -14,5 +14,3 @@ endif
# shlib ... should go away, since this is not really enough knowledge)
%.so: %.o
$(CC) $(CFLAGS) -bundle -o $@ $< $(BE_DLLLIBS)
sqlmansect = 7

View File

@ -26,5 +26,3 @@ else
@rm -f $@
$(LD) -x -Bshareable -Bforcearchive -o $@ $@.pic
endif
sqlmansect = 7

View File

@ -12,5 +12,3 @@ endif
%.so: %.o
$(CC) $(CFLAGS) -shared -o $@ $<
sqlmansect = 7

View File

@ -28,5 +28,3 @@ else
@rm -f $@
$(LD) -x -Bshareable -Bforcearchive -o $@ $@.pic
endif
sqlmansect = 7

View File

@ -26,5 +26,3 @@ else
@rm -f $@
$(LD) -x -Bshareable -Bforcearchive -o $@ $@.pic
endif
sqlmansect = 7

View File

@ -10,4 +10,3 @@ endif
%.so: %.o
$(LD) -G -Bdynamic -o $@ $<
sqlmansect = 7

View File

@ -9,5 +9,3 @@ endif
%.so: %.o
$(LD) -assert pure-text -Bdynamic -o $@ $<
sqlmansect = 7

View File

@ -8,5 +8,3 @@ CFLAGS_SL = -G 0
%.so: %.c
$(CC) -c -G 0 $(CPPFLAGS) $(CFLAGS) -o $@ $<
sqlmansect = 7