]> 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 18c31931b0f424f2fdef40efb64b7f43e6116a12..835e7c5357e1486dc4dc1cb7d56552a17a78df53 100644 (file)
@@ -1,5 +1,7 @@
 # We must ensure a verbose build is used.
 
+dpkg-buildpackage: source package test
+
 
 checking if you want to see long compiling messages... yes
 checking if you want to see long compiling messages... no
@@ -14,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.
+      [\e[36mCC\e[m\ f]   src/test-a.o
+      [\e[36mCC\e[m\ f]   src/test-b.o
+      [\e[36mCC\e[m\ f]   src/test_c.o
+...
+      [\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...
@@ -38,6 +70,12 @@ g++ -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat-security -Wer
 Building program ../build/bin/test
 g++ ../build/obj/test/test.o -o /../build/bin/test
 
+# Non verbose.
+Compiling test_file.cxx...
+# Verbose ...
+Compiling test_file.cxx...
+g++ -g -O2 -fPIC --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -D_FORTIFY_SOURCE=2 -c test_file.cxx
+
 # Non verbose.
 [ 22%] Building CXX object src/CMakeFiles/test/test.cpp.o
 [ 82%] Building C object src/CMakeFiles/test/test.c.o