From 651377933e031526379cae97034d1c50cdaad28c Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Wed, 22 Sep 2010 19:51:39 -0400 Subject: Fix remaining stray references to CVS. These are just cosmetic and don't seem worth back-patching far. I put them into 9.0 just because it was trivial to do so. --- src/tools/codelines | 2 +- src/tools/msvc/Install.pm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/tools/codelines b/src/tools/codelines index 9a8e11bf400..11e86accf27 100755 --- a/src/tools/codelines +++ b/src/tools/codelines @@ -3,5 +3,5 @@ # src/tools/codelines # This script is used to compute the total number of "C" lines in the release -# This should be run from the top of the CVS tree after a 'make distclean' +# This should be run from the top of the Git tree after a 'make distclean' find . -name '*.[chyl]' | xargs cat| wc -l diff --git a/src/tools/msvc/Install.pm b/src/tools/msvc/Install.pm index 4d070b93030..784d7884281 100644 --- a/src/tools/msvc/Install.pm +++ b/src/tools/msvc/Install.pm @@ -438,6 +438,7 @@ sub CopyIncludeFiles while (my $d = readdir($D)) { next if ($d =~ /^\./); + next if ($d eq '.git'); next if ($d eq 'CVS'); next unless (-d 'src/include/' . $d); -- cgit v1.2.3