Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitecae3a9

Browse files
committed
Add comment about the use of pg_config_paths.h.
1 parentca0d219 commitecae3a9

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)

[8]ページ先頭

©2009-2025 Movatter.jp