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

Commit2ede0ec

Browse files
committed
Log directory we're installing into.
Per request from Andrew Dunstan.
1 parentc59cb9d commit2ede0ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/tools/msvc/Install.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package Install;
33
#
44
# Package that provides 'make install' functionality for msvc builds
55
#
6-
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.14 2007/04/25 19:00:05 mha Exp $
6+
# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.15 2007/05/13 15:33:07 mha Exp $
77
#
88
use strict;
99
use warnings;
@@ -35,7 +35,7 @@ sub Install
3535
$conf ="release";
3636
}
3737
die"Could not find debug or release binaries"if ($confeq"");
38-
print"Installing for$conf\n";
38+
print"Installing for$conf in$target\n";
3939

4040
EnsureDirectories($target,'bin','lib','share','share/timezonesets','share/contrib','doc',
4141
'doc/contrib','symbols');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp