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
9623b727
Commit
9623b727
authored
Feb 26, 2008
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't build the win32 support files in the all target, only in distprep and
when they are actually needed as prerequisites.
parent
f6f8d61a
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
10 deletions
+4
-10
src/Makefile.shlib
src/Makefile.shlib
+2
-8
src/interfaces/libpq/Makefile
src/interfaces/libpq/Makefile
+2
-2
No files found.
src/Makefile.shlib
View file @
9623b727
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
# Copyright (c) 1998, Regents of the University of California
# Copyright (c) 1998, Regents of the University of California
#
#
# IDENTIFICATION
# IDENTIFICATION
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.11
2 2008/02/26 10:45:24
petere Exp $
# $PostgreSQL: pgsql/src/Makefile.shlib,v 1.11
3 2008/02/26 14:26:16
petere Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -363,13 +363,7 @@ endif # enable_shared
...
@@ -363,13 +363,7 @@ endif # enable_shared
# tarballs.
# tarballs.
ifneq
(,$(SHLIB_EXPORTS))
ifneq
(,$(SHLIB_EXPORTS))
all
:
def-files
distprep
:
$(srcdir)/lib$(NAME)dll.def $(srcdir)/lib$(NAME)ddll.def $(srcdir)/blib$(NAME)dll.def
distprep
:
def-files
.PHONY
:
def-files
def-files
:
$(srcdir)/lib$(NAME)dll.def $(srcdir)/lib$(NAME)ddll.def $(srcdir)/blib$(NAME)dll.def
UC_NAME
=
$(
shell
echo
$(NAME)
|
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
)
UC_NAME
=
$(
shell
echo
$(NAME)
|
tr
'abcdefghijklmnopqrstuvwxyz'
'ABCDEFGHIJKLMNOPQRSTUVWXYZ'
)
...
...
src/interfaces/libpq/Makefile
View file @
9623b727
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.16
2 2008/02/26 13:31:40
petere Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.16
3 2008/02/26 14:26:16
petere Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -66,7 +66,7 @@ endif
...
@@ -66,7 +66,7 @@ endif
SHLIB_EXPORTS
=
exports.txt
SHLIB_EXPORTS
=
exports.txt
all
:
$(srcdir)/libpq-dist.rc
all-lib
all
:
all-lib
# Shared library stuff
# Shared library stuff
include
$(top_srcdir)/src/Makefile.shlib
include
$(top_srcdir)/src/Makefile.shlib
...
...
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