Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
930dd709
Commit
930dd709
authored
20 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Improve cleanup from win32 client-only build.
parent
7cebfdf2
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/interfaces/libpq/Makefile
+2
-2
2 additions, 2 deletions
src/interfaces/libpq/Makefile
src/interfaces/libpq/bcc32.mak
+1
-1
1 addition, 1 deletion
src/interfaces/libpq/bcc32.mak
with
3 additions
and
3 deletions
src/interfaces/libpq/Makefile
+
2
−
2
View file @
930dd709
...
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.13
2
2005/04/29 1
3:42
:2
1
momjian Exp $
# $PostgreSQL: pgsql/src/interfaces/libpq/Makefile,v 1.13
3
2005/04/29 1
4:07
:2
7
momjian Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -145,8 +145,8 @@ uninstall: uninstall-lib
rm
-f
$(
DESTDIR
)$(
includedir
)
/libpq-fe.h
$(
DESTDIR
)$(
includedir_internal
)
/libpq-int.h
$(
DESTDIR
)$(
includedir_internal
)
/pqexpbuffer.h
clean distclean
:
clean-lib
# pg_config_paths.h might be left over from a Win32 client-only build
rm
-f
$(
OBJS
)
pg_config_paths.h crypt.c getaddrinfo.c inet_aton.c noblock.c pgstrcasecmp.c snprintf.c strerror.c open.c thread.c md5.c ip.c encnames.c wchar.c pthread.h
rm
-f
pg_config_paths.h
# Might be left over from a Win32 client-only build
maintainer-clean
:
distclean
rm
-f
$(
srcdir
)
/libpqdll.def
$(
srcdir
)
/libpqddll.def
$(
srcdir
)
/blibpqdll.def
$(
srcdir
)
/libpq.rc
This diff is collapsed.
Click to expand it.
src/interfaces/libpq/bcc32.mak
+
1
−
1
View file @
930dd709
...
...
@@ -4,7 +4,7 @@
# and a Win32 dynamic library libpq.dll with import library libpqdll.lib
# Borland C++ base install directory goes here
#
BCB=c:\Borland\Bcc55
BCB
=
c:
\B
orland
\B
cc55
!IF
"$(BCB)"
==
""
!MESSAGE
You
must
edit
bcc32.mak
and
define
BCB at the top
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment