Skip to content

Commit 2ede0ec

Browse files
committed
Log directory we're installing into.
Per request from Andrew Dunstan.
1 parent c59cb9d commit 2ede0ec

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 ($conf eq "");
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)