]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/verbose-build
Detect LINK non-verbose builds.
[blhc/blhc.git] / t / logs / verbose-build
index 2ae94d987ca1ce7a6f03a2da5da24417128ccee5..835e7c5357e1486dc4dc1cb7d56552a17a78df53 100644 (file)
@@ -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
 ...
       [\e[32mLD\e[m\ f]   src/test.o
 
+# Colored build output (used on armhf and hurd).
+      [\e[36mCC\e(B\e[m]   src/test-a.o
+      [\e[36mCC\e(B\e[m]   src/test-b.o
+      [\e[36mCC\e(B\e[m]   src/test_c.o
+...
+      [\e[32mLD\e(B\e[m]   src/test.o
+
 CC modules/server/test.c
 
 Byte-compiling python modules...