Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
ecae3a96
Commit
ecae3a96
authored
Jun 26, 2006
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comment about the use of pg_config_paths.h.
parent
ca0d2197
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
src/port/Makefile
src/port/Makefile
+5
-1
No files found.
src/port/Makefile
View file @
ecae3a96
...
...
@@ -15,7 +15,7 @@
# for use only by the backend binaries
#
# IDENTIFICATION
# $PostgreSQL: pgsql/src/port/Makefile,v 1.3
1 2006/05/08 02:18
:50 momjian Exp $
# $PostgreSQL: pgsql/src/port/Makefile,v 1.3
2 2006/06/26 18:40
:50 momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -64,6 +64,10 @@ thread_srv.o: thread.c
$(CC)
$(CFLAGS)
$(
subst
-DFRONTEND
,,
$(CPPFLAGS)
)
-c
$<
-o
$@
# Dependency is to ensure that path changes propagate
#
# We create a separate file rather than put these in pg_config.h
# because many of these values come from makefiles and are not
# available to configure.
pg_config_paths.h
:
$(top_builddir)/src/Makefile.global
echo
"#define PGBINDIR
\"
$(bindir)
\"
"
>
$@
echo
"#define PGSHAREDIR
\"
$(datadir)
\"
"
>>
$@
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment