X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fverbose-build;h=835e7c5357e1486dc4dc1cb7d56552a17a78df53;hb=176279c453afed1e0aab9db5283a92b1e92e1fb1;hp=2ae94d987ca1ce7a6f03a2da5da24417128ccee5;hpb=ca67c9cf80b5b8e3ca1c0e44d1d10e4d67020d5e;p=blhc%2Fblhc.git diff --git a/t/logs/verbose-build b/t/logs/verbose-build index 2ae94d9..835e7c5 100644 --- a/t/logs/verbose-build +++ b/t/logs/verbose-build @@ -16,9 +16,19 @@ checking whether compiling and linking against OpenSSL works... yes ... CCLD libtest.la + LINK libtest.la + + CXX libtest-a.lo + CXX libtest-b.lo + CXX libtest_c.lo + CXX libtest-d.lo +... + CXXLD libtest.la + [CC] src/test-a.o [CC] src/test-b.o [CC] src/test_c.o + [CXX] src/test-d.o ... [LD] src/test.o @@ -29,6 +39,13 @@ checking whether compiling and linking against OpenSSL works... yes ... [LD] src/test.o +# Colored build output (used on armhf and hurd). + [CC(B] src/test-a.o + [CC(B] src/test-b.o + [CC(B] src/test_c.o +... + [LD(B] src/test.o + CC modules/server/test.c Byte-compiling python modules...