]> git.saurik.com Git - apt.git/commitdiff
debian: Pass -O to make to get readable build logs
authorJulian Andres Klode <jak@debian.org>
Fri, 2 Sep 2016 18:11:13 +0000 (20:11 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 2 Sep 2016 18:11:13 +0000 (20:11 +0200)
Normally make just lets every job write its output directly,
making the log fairly hard to read with high concurrency.

debian/rules

index 24608a6b8eb575c8d0bd14deea40f8e8bfc220b2..2f1ea45fceeec240585953975fb10707ee1628af 100755 (executable)
@@ -34,3 +34,6 @@ override_dh_auto_configure-arch: flags=-DWITH_DOC=OFF
 override_dh_auto_configure-indep: flags=-DWITH_DOC=ON
 override_dh_auto_configure-arch override_dh_auto_configure-indep:
        dh_auto_configure -- $(flags)
+
+override_dh_auto_build:
+       dh_auto_build -- -O