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

Commita98eaa0

Browse files
committed
Put back separate install-bin target ... I was using that,
thank you ...
1 parent65da0d6 commita98eaa0

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)

[8]ページ先頭

©2009-2025 Movatter.jp