git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c59cb9d)
Log directory we're installing into.
2007年5月13日 15:33:07 +0000 (15:33 +0000)
2007年5月13日 15:33:07 +0000 (15:33 +0000)
Per request from Andrew Dunstan.


diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm
index fd461a9ace3ef36b2dfcedd5d5ae08bce542f2ab..26ad8f4a4e24209695b6a92f01f584616eaa4a4a 100644 (file)
--- a/src/tools/msvc/Install.pm
+++ b/src/tools/msvc/Install.pm
@@ -3,7 +3,7 @@ package Install;
#
# Package that provides 'make install' functionality for msvc builds
#
-# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.14 2007年04月25日 19:00:05 mha Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/Install.pm,v 1.15 2007年05月13日 15:33:07 mha Exp $
#
use strict;
use warnings;
@@ -35,7 +35,7 @@ sub Install
$conf = "release";
}
die "Could not find debug or release binaries" if ($conf eq "");
- print "Installing for $conf\n";
+ print "Installing for $conf in $target\n";
EnsureDirectories($target, 'bin','lib','share','share/timezonesets','share/contrib','doc',
'doc/contrib', 'symbols');
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /