Browse Source

no more getdate.c to care about

darwin-pinnedpubkey
Daniel Stenberg 19 years ago
parent
commit
f5e1beddf1
  1. 3
      buildconf.bat
  2. 1
      tests/testcurl.pl

3
buildconf.bat

@ -7,9 +7,6 @@ REM create ca-bundle.h @@ -7,9 +7,6 @@ REM create ca-bundle.h
echo /* This file is generated automatically */ >lib\ca-bundle.h
echo #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE") >>lib\ca-bundle.h
REM create getdate.c
copy lib\getdate.c.cvs lib\getdate.c
REM create hugehelp.c
copy src\hugehelp.c.cvs src\hugehelp.c

1
tests/testcurl.pl

@ -227,7 +227,6 @@ if (-d $CURLDIR) { @@ -227,7 +227,6 @@ if (-d $CURLDIR) {
logit "$CURLDIR is verified to be a fine source dir";
# remove the generated sources to force them to be re-generated each
# time we run this test
unlink "$CURLDIR/lib/getdate.c";
unlink "$CURLDIR/src/hugehelp.c";
} elsif (!$CVS && -f "$CURLDIR/tests/testcurl.pl") {
logit "$CURLDIR is verified to be a fine daily source dir"

Loading…
Cancel
Save