Skip to content

Commit a98eaa0

Browse files
committed
Put back separate install-bin target ... I was using that,
thank you ...
1 parent 65da0d6 commit a98eaa0

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

src/backend/Makefile

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.58 2000/07/06 21:33:14 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/Makefile,v 1.59 2000/07/08 02:40:27 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -113,13 +113,7 @@ $(top_builddir)/src/include/utils/fmgroids.h: utils/fmgroids.h
113113

114114
##########################################################################
115115

116-
install: all installdirs
117-
$(INSTALL_PROGRAM) postgres$(X) $(bindir)/postgres$(X)
118-
@rm -f $(bindir)/postmaster
119-
ln -s postgres$(X) $(bindir)/postmaster
120-
ifeq ($(MAKE_EXPORTS), true)
121-
$(INSTALL_DATA) $(POSTGRES_IMP) $(libdir)/$(POSTGRES_IMP)
122-
endif
116+
install: all installdirs install-bin
123117
ifeq ($(PORTNAME), win)
124118
ifeq ($(MAKE_DLL), true)
125119
$(INSTALL_DATA) libpostgres.a $(libdir)/libpostgres.a
@@ -133,6 +127,15 @@ endif
133127
installdirs:
134128
$(mkinstalldirs) $(bindir) $(libdir) $(datadir)
135129

130+
install-bin:
131+
$(INSTALL_PROGRAM) postgres$(X) $(bindir)/postgres$(X)
132+
@rm -f $(bindir)/postmaster
133+
ln -s postgres$(X) $(bindir)/postmaster
134+
ifeq ($(MAKE_EXPORTS), true)
135+
$(INSTALL_DATA) $(POSTGRES_IMP) $(libdir)/$(POSTGRES_IMP)
136+
endif
137+
138+
.PHONY: install installdirs install-bin
136139

137140
##########################################################################
138141

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