X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=t%2Flogs%2Fverbose-build;h=835e7c5357e1486dc4dc1cb7d56552a17a78df53;hb=2fe2ed37ef0b9093272f674bd9323a3516af7b40;hp=c54e199e3adf750196c20310e889f058675c2ab5;hpb=50b731db501c79ad33cb40845c16638703a4ea15;p=blhc%2Fblhc.git diff --git a/t/logs/verbose-build b/t/logs/verbose-build index c54e199..835e7c5 100644 --- a/t/logs/verbose-build +++ b/t/logs/verbose-build @@ -16,6 +16,36 @@ 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 + +# Colored build output. + [CC] src/test-a.o + [CC] src/test-b.o + [CC] src/test_c.o +... + [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...