[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150123075243.1b798de5@127>
Date: Fri, 23 Jan 2015 07:52:43 -0800
From: rh_ <richard_hubbe11@...abit.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] groff check uses incorrect mktemp command -- man-pages-3.78
release
--- Makefile.orig 2015-01-10 15:48:44.000000000 -0800
+++ Makefile 2015-01-10 15:48:55.000000000 -0800
@@ -57,7 +57,7 @@ install:
# Check if groff reports warnings (may be words of sentances not displayed)
# from http://lintian.debian.org/tags/manpage-has-errors-from-man.html
-GROFF_LOG := $(shell mktemp /tmp/manpages-checksXXXX)
+GROFF_LOG := $(shell mktemp /tmp/manpages-checks.XXXXXX)
check-groff-warnings:
for i in man?/*.[1-9]; \
do \
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists