From 158f74cc5562941df665393e325c63605697484f Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sat, 19 May 2018 12:54:56 +0000 Subject: makefile.pm: Revert use of -O for now Signed-off-by: Niels Thykier --- lib/Debian/Debhelper/Buildsystem/makefile.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/Debian/Debhelper/Buildsystem/makefile.pm b/lib/Debian/Debhelper/Buildsystem/makefile.pm index a44fe192..052af0b4 100644 --- a/lib/Debian/Debhelper/Buildsystem/makefile.pm +++ b/lib/Debian/Debhelper/Buildsystem/makefile.pm @@ -84,9 +84,6 @@ sub do_make { if ($parallel == 0 or $parallel > 1) { # We have to use the empty string for "unlimited" $parallel = '' if $parallel == 0; - # -O is for synchronizing the output; only if STDOUT - # is not a TTY - unshift(@_, '-Oline') if not -t STDOUT; unshift(@_, "-j${parallel}"); } else { unshift(@_, '-j1'); -- cgit v1.2.3