public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: rh_ <richard_hubbe11@lavabit.com>
To: linux-kernel@vger.kernel.org
Subject: [PATCH] groff check uses incorrect mktemp command -- man-pages-3.78 release
Date: Fri, 23 Jan 2015 07:52:43 -0800	[thread overview]
Message-ID: <20150123075243.1b798de5@127> (raw)
In-Reply-To: 54C20BCA.9040102@gmail.com

--- 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 \



      reply	other threads:[~2015-01-23 15:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-23  8:52 man-pages-3.78 is released Michael Kerrisk (man-pages)
2015-01-23 15:52 ` rh_ [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150123075243.1b798de5@127 \
    --to=richard_hubbe11@lavabit.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox