Skip to content

Commit ecae3a9

Browse files
committed
Add comment about the use of pg_config_paths.h.
1 parent ca0d219 commit ecae3a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/port/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# for use only by the backend binaries
1616
#
1717
# IDENTIFICATION
18-
# $PostgreSQL: pgsql/src/port/Makefile,v 1.31 2006/05/08 02:18:50 momjian Exp $
18+
# $PostgreSQL: pgsql/src/port/Makefile,v 1.32 2006/06/26 18:40:50 momjian Exp $
1919
#
2020
#-------------------------------------------------------------------------
2121

@@ -64,6 +64,10 @@ thread_srv.o: thread.c
6464
$(CC) $(CFLAGS) $(subst -DFRONTEND,, $(CPPFLAGS)) -c $< -o $@
6565

6666
# Dependency is to ensure that path changes propagate
67+
#
68+
# We create a separate file rather than put these in pg_config.h
69+
# because many of these values come from makefiles and are not
70+
# available to configure.
6771
pg_config_paths.h: $(top_builddir)/src/Makefile.global
6872
echo "#define PGBINDIR \"$(bindir)\"" >$@
6973
echo "#define PGSHAREDIR \"$(datadir)\"" >>$@

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy