From eb99e6d0a50ba2e03870b21b165e37a64ce745bd Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 4 May 2021 04:15:44 +0000 Subject: doc: ignore onion URLs for 80-column check This failure was also passing under FreeBSD make + /bin/sh; so we also avoid the '&&' chain is avoided and use '>$@' as a separate line in the Makefile. --- Makefile.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index 85b18e7d..401c033e 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -72,7 +72,8 @@ for my $i (@sections) { $t->{"Documentation/$m.html : $txt"} = [ "\$(txt2pre) <$txt" ]; $t->{".$m.cols : $m.$i"} = [ "\@echo CHECK80 $m.$i;". - "COLUMNS=80 \$(MAN) ./$m.$i | \$(check_man)" ]; + "COLUMNS=80 \$(MAN) ./$m.$i | \$(check_man)", + '>$@' ]; $t->{".$m.lexgrog: $m.$i"} = [ "\@echo LEXGROG $m.$i;" . "\$(LEXGROG) ./$m.$i >\$\@+ && mv \$\@+ \$@" ]; -- cgit v1.2.3-24-ge0c7