mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 07:38:49 -05:00
no more getdate.c to care about
This commit is contained in:
parent
d4076c9a8a
commit
f5e1beddf1
@ -7,9 +7,6 @@ REM create ca-bundle.h
|
|||||||
echo /* This file is generated automatically */ >lib\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
|
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
|
REM create hugehelp.c
|
||||||
copy src\hugehelp.c.cvs src\hugehelp.c
|
copy src\hugehelp.c.cvs src\hugehelp.c
|
||||||
|
|
||||||
|
@ -227,7 +227,6 @@ if (-d $CURLDIR) {
|
|||||||
logit "$CURLDIR is verified to be a fine source dir";
|
logit "$CURLDIR is verified to be a fine source dir";
|
||||||
# remove the generated sources to force them to be re-generated each
|
# remove the generated sources to force them to be re-generated each
|
||||||
# time we run this test
|
# time we run this test
|
||||||
unlink "$CURLDIR/lib/getdate.c";
|
|
||||||
unlink "$CURLDIR/src/hugehelp.c";
|
unlink "$CURLDIR/src/hugehelp.c";
|
||||||
} elsif (!$CVS && -f "$CURLDIR/tests/testcurl.pl") {
|
} elsif (!$CVS && -f "$CURLDIR/tests/testcurl.pl") {
|
||||||
logit "$CURLDIR is verified to be a fine daily source dir"
|
logit "$CURLDIR is verified to be a fine daily source dir"
|
||||||
|
Loading…
Reference in New Issue
Block a user