#
535b7c5e |
| 27-Apr-2009 |
Yang Tse |
Log MAKEFLAGS environment variable along with the others.
|
Revision tags: curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1 |
|
#
ac0e0351 |
| 02-Oct-2008 |
Yang Tse |
runtests.pl enables picky compiler warnings unless explicitly disabled
|
Revision tags: curl-7_19_0 |
|
#
e5b713ee |
| 22-Aug-2008 |
Yang Tse |
Increase to 20 the number of CVS update retries.
|
#
3a1d2837 |
| 11-Aug-2008 |
Yang Tse |
Die when curlbuild.h is not created or available
|
#
68cfe929 |
| 10-Aug-2008 |
Yang Tse |
Fix NetWare curlbuild.h NetWare curlbuild.h settings depend on whether LIBC or CLIB is used. The NetWare specific Makefile is capable of knowing which target is being built. So,
Fix NetWare curlbuild.h NetWare curlbuild.h settings depend on whether LIBC or CLIB is used. The NetWare specific Makefile is capable of knowing which target is being built. So, finally, the NetWare Makefile will take care of generating curlbuild.h
show more ...
|
#
b023f9bd |
| 09-Aug-2008 |
Yang Tse |
When running testcurl.pl display definitions from curlbuild.h
|
#
f01d18e4 |
| 08-Aug-2008 |
Yang Tse |
Reintroduce the adjustment previously done in testcurl.pl so that it copies the CVS checked out curlbuild.h.dist as curlbuild.h for any non-configure target when host system is not running bu
Reintroduce the adjustment previously done in testcurl.pl so that it copies the CVS checked out curlbuild.h.dist as curlbuild.h for any non-configure target when host system is not running buildconf.bat. All the curlbuild.h stuff was done taking in consideration that no adjustment would be needed in non-configure makefiles. As it is documented, when trying to build on non-configure capable systems or on systems which for any reason don't run the true configure script, it is required to have the proper curlbuild.h in place before calling any makefile. Due to the hardcore memory debugging stuff c-ares enabled debug builds also need the file in the proper place before attempting to build c-ares.
show more ...
|
#
80084990 |
| 08-Aug-2008 |
Yang Tse |
Peek at predefined symbols done. and now removed. Netware's autobuilds gcc can not been told apart from a standard built gcc.
|
#
8d36acd2 |
| 08-Aug-2008 |
Yang Tse |
Take a peek at netware's gcc predefined symbols.
|
#
f6a958dc |
| 07-Aug-2008 |
Yang Tse |
Remove last adjustment done to testcurl.pl to verify if change introduced by Guenter Knauf in lib/Makefile.netware is enough to get the netware autobuilds going again.
|
#
a7d52c41 |
| 07-Aug-2008 |
Yang Tse |
Adjust testcurl.pl to copy checked out curlbuild.h.dist as curlbuild.h for non-configure targets when host system doesn't run buildconf.bat.
|
#
0de08d41 |
| 31-Jul-2008 |
Yang Tse |
s/silly/underquoted definition/
|
#
7a588144 |
| 30-Jul-2008 |
Yang Tse |
Reinstate hiding aclocal 'underquoted definition' warnings.
|
#
b217e6ee |
| 26-Jul-2008 |
Yang Tse |
No longer hide aclocal 'underquoted definition' warnings. http://sources.redhat.com/automake/automake.html#Extending-aclocal documents that starting with Automake 1.8, aclocal will warn
No longer hide aclocal 'underquoted definition' warnings. http://sources.redhat.com/automake/automake.html#Extending-aclocal documents that starting with Automake 1.8, aclocal will warn about all underquoted calls to AC_DEFUN due to the fact that in a single aclocal run it might include more than once all .m4 files which it finds available, this includes .m4 files from other software packages. If the first argument to AC_DEFUN is underquoted and the same macro is included more than once, successive inclusions after the first one will expand the macro instead of assuming it is the same as the first one included.
show more ...
|
Revision tags: curl-7_18_2, curl-7_18_1 |
|
#
c0a30b04 |
| 20-Mar-2008 |
Gunter Knauf |
added --extvercmd parameter which can be used to specify an external command to display 'curl --version', f.e. with MinW32 crosscompile --extvercmd=/usr/bin/wine can be used.
|
Revision tags: curl-7_18_0 |
|
#
d639ed1a |
| 20-Dec-2007 |
Dan Fandrich |
Use getcwd() to get the directory, which works even if one of the directory components doesn't have read permission set.
|
Revision tags: curl-7_17_1, curl-7_17_0, curl-7_17_0-preldapfix, curl-7_16_4 |
|
#
c8a47bf6 |
| 28-Jun-2007 |
Gunter Knauf |
revert previous patch since it turned out that older cp dont know this switch, argh!
|
#
5df5a2aa |
| 28-Jun-2007 |
Gunter Knauf |
fixed nasty cp warnings about not beeing able to preserve ownership.
|
Revision tags: curl-7_16_3, curl-7_16_2 |
|
#
0839621f |
| 01-Apr-2007 |
Gunter Knauf |
print update message only if we really update CVS.
|
#
42406323 |
| 26-Mar-2007 |
Gunter Knauf |
catch up new lib extension when build with gcc/nlmconv.
|
#
e817eb6c |
| 27-Feb-2007 |
Yang Tse |
log a 1120 chars long string to aid in quoted-printable and soft line break detection in daily build logs.
|
#
141b3d0c |
| 22-Feb-2007 |
Yang Tse |
remove redundant check in timestamp detection
|
#
37f07a54 |
| 20-Feb-2007 |
Yang Tse |
Several corrections & changes to what has been stated in revision 1.45 1) The maketgz script does not insert the timestamp in curlver.h, it actually updates it. For CVS versions it is
Several corrections & changes to what has been stated in revision 1.45 1) The maketgz script does not insert the timestamp in curlver.h, it actually updates it. For CVS versions it is the "CVS" string. 2) testcurl.pl will always print the "date" string which represents the moment the test build is run. 3) testcurl.pl may not print the "timestamp" string since the script may end before it is printed out. (i.e. unable to update from CVS) 4) The "timestamp" string printed will be the same as the "date" one unless one of the following conditions is met. *) It is a tarball-based build. Timestamp will be creation time. *) CVS update has been done. Timestamp will be end of CVS update.
show more ...
|
#
78a1e5d1 |
| 19-Feb-2007 |
Yang Tse |
fix typo
|
#
116f60e0 |
| 19-Feb-2007 |
Yang Tse |
Show libcurl's timestamp. This timestamp is only available in curlver.h for tarball-based tests and builds, the maketgz script inserts it when the tarball is created. For CVS-based tests and
Show libcurl's timestamp. This timestamp is only available in curlver.h for tarball-based tests and builds, the maketgz script inserts it when the tarball is created. For CVS-based tests and builds the timestamp we show is the current UTC build time as it is the CVS version timestamp. In this way, all builds will have a valid source code timestamp which isn't related to the moment the tests and build is performed, with the exception of CVS-based ones which have the same "date" and "timestamp"
show more ...
|