summaryrefslogtreecommitdiff
path: root/buildconf.bat
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-23 14:04:26 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-23 14:04:26 +0100
commiteb9ce5145b08b182d740f0d627d0a451220c419a (patch)
tree1d69f70d22116d85241f99e0236a29ed752d37b1 /buildconf.bat
parent941bb3aabaf4ed5f8e5143edbe73f70d9bb1fa15 (diff)
downloadc-ares-eb9ce5145b08b182d740f0d627d0a451220c419a.tar.gz
c-ares-eb9ce5145b08b182d740f0d627d0a451220c419a.tar.bz2
c-ares-eb9ce5145b08b182d740f0d627d0a451220c419a.zip
s/CVS/git
Diffstat (limited to 'buildconf.bat')
-rw-r--r--buildconf.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/buildconf.bat b/buildconf.bat
index 4b6a6e2..36ae838 100644
--- a/buildconf.bat
+++ b/buildconf.bat
@@ -2,14 +2,14 @@
REM
REM $Id$
REM
-REM This batch file must be used to set up a CVS tree to build on
+REM This batch file must be used to set up a git tree to build on
REM systems where there is no autotools support (i.e. Microsoft).
REM
REM This file is not included nor needed for c-ares' release
REM archives, neither for c-ares' daily snapshot archives.
-if exist CVS-INFO goto start_doing
-ECHO ERROR: This file shall only be used with a c-ares CVS tree checkout.
+if exist GIT-INFO goto start_doing
+ECHO ERROR: This file shall only be used with a c-ares git checkout.
goto end_all
:start_doing