Lines Matching refs:logit
217 sub logit($) { subroutine
233 logit "$text";
238 logit "removing the $build dir";
243 logit "removing the $buildlogname file";
246 logit "ENDING HERE"; # last line logged!
341 logit "STARTING HERE"; # first line logged, for scripts to trigger on
342 logit 'TRANSFER CONTROL ==== 1120 CHAR LINE' . $str1066os . 'LINE_END';
343 logit "NAME = $name";
344 logit "EMAIL = $email";
345 logit "DESC = $desc";
346 logit "NOTES = $notes";
347 logit "CONFOPTS = $confopts";
348 logit "RUNTESTOPTS = ".$runtestopts;
349 logit "CPPFLAGS = ".$ENV{CPPFLAGS};
350 logit "CFLAGS = ".$ENV{CFLAGS};
351 logit "LDFLAGS = ".$ENV{LDFLAGS};
352 logit "LIBS = ".$ENV{LIBS};
353 logit "CC = ".$ENV{CC};
354 logit "TMPDIR = ".$ENV{TMPDIR};
355 logit "MAKEFLAGS = ".$ENV{MAKEFLAGS};
356 logit "ACLOCAL_FLAGS = ".$ENV{ACLOCAL_FLAGS};
357 logit "PKG_CONFIG_PATH = ".$ENV{PKG_CONFIG_PATH};
358 logit "DYLD_LIBRARY_PATH = ".$ENV{DYLD_LIBRARY_PATH};
359 logit "LD_LIBRARY_PATH = ".$ENV{LD_LIBRARY_PATH};
360 logit "LIBRARY_PATH = ".$ENV{LIBRARY_PATH};
361 logit "SHLIB_PATH = ".$ENV{SHLIB_PATH};
362 logit "LIBPATH = ".$ENV{LIBPATH};
363 logit "target = ".$targetos;
364 logit "version = $version"; # script version
365 logit "date = $timestamp"; # When the test build starts
377 logit "$CURLDIR is verified to be a fine git source dir";
384 logit "$CURLDIR is verified to be a fine daily source dir";
410 logit "build dir $build was created fine";
425 logit "skipping git pull (--nogitpull)";
427 logit "run git pull in curl";
430 logit "failed to update from curl git ($?), continue anyway" if ($?);
438 logit "The most recent curl git commits:";
441 logit " $_";
448 logit "skipping git pull (--nogitpull) in ares";
450 logit "run git pull in ares";
453 logit "failed to update from ares git ($?), continue anyway" if ($?);
461 logit "The most recent ares git commits:";
464 logit " $_";
471 logit "told to not run buildconf";
479 logit "invoke buildconf";
494 logit "buildconf was successful";
501 logit "buildconf was successful (dummy message)";
523 logit "timestamp = $timestamp";
527 logit "configure created (at least it exists)";
532 logit "configure created (dummy message)"; # dummy message to feign success
559 logit "going with $make as make";
569 logit "configure seems to have finished fine";
574 logit "copying files to build dir ...";
636 logit "setup to build ares";
673 logit "build ares";
677 logit "$make -f Makefile.$targetos";
681 logit "$make";
691 logit "ares is now built successfully (libcares$libext)";
701 logit "$mkcmd";
710 logit "libcurl was created fine (libcurl$libext)";
717 logit "curl was created fine (curl$binext)";
724 logit "display curl${binext} --version output";
760 logit "$make -k ${o}test-full";
772 logit "tests were run";
778 logit "the tests were not successful";
780 logit "the tests were successful!";