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

Commit13612a9

Browse files
committed
Repair incorrect assumption that all versions of 'install' know
how to install multiple files in one invocation.
1 parentf0b0016 commit13612a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/scripts/Makefile

Lines changed: 2 additions & 2 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/bin/scripts/Makefile,v 1.5 2000/06/27 00:31:44 petere Exp $
7+
# $Header: /cvsroot/pgsql/src/bin/scripts/Makefile,v 1.6 2000/06/28 05:09:37 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -20,7 +20,7 @@ createlang: createlang.sh
2020
sed -e's/__DLSUFFIX__/$(DLSUFFIX)/'$<>$@
2121

2222
install: all installdirs
23-
$(INSTALL_SCRIPT)$(SCRIPTS)$(bindir)
23+
foriin$(SCRIPTS);do$(INSTALL_SCRIPT)$$i$(bindir);done
2424

2525
installdirs:
2626
$(mkinstalldirs)$(bindir)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp