Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,10 @@ Yang Tse (7 Aug 2008) - Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow away our CVS checked files 'missing' and 'hiper/Makefile'. - Remove 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. Yang Tse (5 Aug 2008) - Changes done to buildconf script. Validate that autom4te and autoconf, as well as aclocal and automake, versions match. Improve removal of previous Loading tests/testcurl.pl +1 −1 Original line number Diff line number Diff line Loading @@ -489,7 +489,7 @@ if ($configurebuild) { elsif (($^O eq 'linux') || ($targetos =~ /netware/)) { system("cp -afr ../$CURLDIR/* ."); system("cp -af ../$CURLDIR/Makefile.dist Makefile"); system("cp -af ../$CURLDIR/include/curl/curlbuild.h.dist include/curl/curlbuild.h"); # lib/Makefile.netware now copies curlbuild.h.dist as curlbuild.h system("$make -i -C lib -f Makefile.$targetos prebuild"); system("$make -i -C src -f Makefile.$targetos prebuild"); } Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,10 @@ Yang Tse (7 Aug 2008) - Prevent buildconf from removing 'Makefile' and 'missing' files. This would blow away our CVS checked files 'missing' and 'hiper/Makefile'. - Remove 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. Yang Tse (5 Aug 2008) - Changes done to buildconf script. Validate that autom4te and autoconf, as well as aclocal and automake, versions match. Improve removal of previous Loading
tests/testcurl.pl +1 −1 Original line number Diff line number Diff line Loading @@ -489,7 +489,7 @@ if ($configurebuild) { elsif (($^O eq 'linux') || ($targetos =~ /netware/)) { system("cp -afr ../$CURLDIR/* ."); system("cp -af ../$CURLDIR/Makefile.dist Makefile"); system("cp -af ../$CURLDIR/include/curl/curlbuild.h.dist include/curl/curlbuild.h"); # lib/Makefile.netware now copies curlbuild.h.dist as curlbuild.h system("$make -i -C lib -f Makefile.$targetos prebuild"); system("$make -i -C src -f Makefile.$targetos prebuild"); } Loading