Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
908eb1f
)
Treat config.pl as optional in vcregress.pl
author
Peter Eisentraut
<peter_e@gmx.net>
Tue, 19 Apr 2011 19:01:15 +0000
(22:01 +0300)
committer
Peter Eisentraut
<peter_e@gmx.net>
Tue, 19 Apr 2011 19:01:15 +0000
(22:01 +0300)
This is how build.pl treats it and how it's documented.
src/tools/msvc/vcregress.pl
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/vcregress.pl
b/src/tools/msvc/vcregress.pl
index ac7e6aac2a42e52789bd735c6ea22bac0d6a78f5..8a100bf2eadeaaadf9357dcec91bdf1ee5468769 100644
(file)
--- a/
src/tools/msvc/vcregress.pl
+++ b/
src/tools/msvc/vcregress.pl
@@
-13,7
+13,8
@@
my $startdir = getcwd();
chdir "../../.." if (-d "../../../src/tools/msvc");
-require 'src/tools/msvc/config.pl';
+require 'src/tools/msvc/config_default.pl';
+require 'src/tools/msvc/config.pl' if (-f 'src/tools/msvc/config.pl');
# buildenv.pl is for specifying the build environment settings
# it should contian lines like: