Lines Matching full:logit
209 sub logit($) { subroutine
225 logit "$text";
230 logit "removing the $build dir";
235 logit "removing the $buildlogname file";
238 logit "ENDING HERE"; # last line logged!
333 logit "STARTING HERE"; # first line logged, for scripts to trigger on
334 logit 'TRANSFER CONTROL ==== 1120 CHAR LINE' . $str1066os . 'LINE_END';
335 logit "NAME = $name";
336 logit "EMAIL = $email";
337 logit "DESC = $desc";
338 logit "NOTES = $notes";
339 logit "CONFOPTS = $confopts";
340 logit "RUNTESTOPTS = ".$runtestopts;
341 logit "CPPFLAGS = ".$ENV{CPPFLAGS};
342 logit "CFLAGS = ".$ENV{CFLAGS};
343 logit "LDFLAGS = ".$ENV{LDFLAGS};
344 logit "LIBS = ".$ENV{LIBS};
345 logit "CC = ".$ENV{CC};
346 logit "TMPDIR = ".$ENV{TMPDIR};
347 logit "MAKEFLAGS = ".$ENV{MAKEFLAGS};
348 logit "ACLOCAL_FLAGS = ".$ENV{ACLOCAL_FLAGS};
349 logit "PKG_CONFIG_PATH = ".$ENV{PKG_CONFIG_PATH};
350 logit "DYLD_LIBRARY_PATH = ".$ENV{DYLD_LIBRARY_PATH};
351 logit "LD_LIBRARY_PATH = ".$ENV{LD_LIBRARY_PATH};
352 logit "LIBRARY_PATH = ".$ENV{LIBRARY_PATH};
353 logit "SHLIB_PATH = ".$ENV{SHLIB_PATH};
354 logit "LIBPATH = ".$ENV{LIBPATH};
355 logit "target = ".$targetos;
356 logit "version = $version"; # script version
357 logit "date = $timestamp"; # When the test build starts
369 logit "$CURLDIR is verified to be a fine git source dir";
376 logit "$CURLDIR is verified to be a fine daily source dir";
402 logit "build dir $build was created fine";
417 logit "skipping git pull (--nogitpull)";
419 logit "run git pull in curl";
422 logit "failed to update from curl git ($?), continue anyway" if ($?);
430 logit "The most recent curl git commits:";
433 logit " $_";
440 logit "skipping git pull (--nogitpull) in ares";
442 logit "run git pull in ares";
445 logit "failed to update from ares git ($?), continue anyway" if ($?);
453 logit "The most recent ares git commits:";
456 logit " $_";
463 logit "told to not run autoreconf -fi";
471 logit "invoke autoreconf";
482 logit "autoreconf -fi was successful";
485 logit "autoreconf -fi was successful (dummy message)";
493 logit "The most recent curl git commits:";
494 logit " $commit";
517 logit "timestamp = $timestamp";
521 logit "configure created (at least it exists)";
526 logit "configure created (dummy message)"; # dummy message to feign success
551 logit "going with $make as make";
561 logit "configure seems to have finished fine";
566 logit "copying files to build dir ...";
604 logit "setup to build ares";
641 logit "build ares";
645 logit "$make -f Makefile.$targetos";
649 logit "$make";
659 logit "ares is now built successfully (libcares$libext)";
669 logit "$mkcmd";
678 logit "libcurl was created fine (libcurl$libext)";
685 logit "curl was created fine (curl$binext)";
692 logit "display curl${binext} --version output";
728 logit "$make -k ${o}test-full";
740 logit "tests were run";
746 logit "the tests were not successful";
748 logit "the tests were successful!";