From: Karel Zak <kzak@redhat.com>
To: Chen Qi <Qi.Chen@windriver.com>
Cc: util-linux@vger.kernel.org
Subject: Re: [PATCH] sys-utils/Makemodule.am: fix parallel build issue
Date: Mon, 31 Aug 2015 11:27:12 +0200 [thread overview]
Message-ID: <20150831092712.GC2726@ws.net.home> (raw)
In-Reply-To: <1441009426-13799-1-git-send-email-Qi.Chen@windriver.com>
On Mon, Aug 31, 2015 at 04:23:44PM +0800, Chen Qi wrote:
> --- a/sys-utils/Makemodule.am
> +++ b/sys-utils/Makemodule.am
> @@ -124,6 +124,7 @@ man_MANS += $(SETARCH_MAN_LINKS)
> CLEANFILES += $(SETARCH_MAN_LINKS)
>
> $(SETARCH_MAN_LINKS):
> + $(MKDIR_P) sys-utils
> $(AM_V_GEN)echo ".so man8/setarch.8" > $@
Already fixed:
git blame -L165,+1 sys-utils/Makemodule.am
1eb19118 (Mike Frysinger 2015-05-03 23:51:04 -0400 165) $(AM_V_at) test -d $(dir $@) || mkdir -p $(dir $@)
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
prev parent reply other threads:[~2015-08-31 9:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-31 8:23 [PATCH] sys-utils/Makemodule.am: fix parallel build issue Chen Qi
2015-08-31 8:23 ` include errno.h instead of argp.h Chen Qi
2015-08-31 9:33 ` Karel Zak
2015-08-31 8:23 ` replace siginterrupt with sigaction Chen Qi
2015-08-31 9:37 ` Karel Zak
2015-08-31 9:27 ` Karel Zak [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=20150831092712.GC2726@ws.net.home \
--to=kzak@redhat.com \
--cc=Qi.Chen@windriver.com \
--cc=util-linux@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