]> ruderich.org/simon Gitweb - blhc/blhc.git/blobdiff - t/logs/bad-multiline
Ignore unimportant lines at the beginning of the log.
[blhc/blhc.git] / t / logs / bad-multiline
index 490690a1584e7cdc1a335b125df18f04e93e799e..91f63a6a118796c45dca0e7a97baad36d6823a6e 100644 (file)
@@ -1,3 +1,5 @@
+dpkg-buildpackage: source package test
+
 # Command over multiple lines.
 gcc \
                -g -O2 -fstack-protector\
@@ -9,6 +11,15 @@ gcc -g -O2 -fstack-protector -Wformat -Wformat-security -Werror=format-security\
 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -D_FORTIFY_SOURCE=2 -c test-c.c
 gcc -Wl,-z,relro -o test test-a.o test-b.o test-c.o\
        -ltest
+gcc -o\
+test test-c.o test-a.o test-b.o\
+       -ltest
+gcc -o \
+test test-c.o test-b.o test-a.o\
+       
+gcc -o \
+test test-b.o test-a.o test-c.c\
+       
 
 # Multiple commands in a single line.
 gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security -c test-a.c; gcc -D_FORTIFY_SOURCE=2 -c test-b.c