From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [PATCH] Makefile: Denote phony targets explicitly
Date: Tue, 3 May 2016 08:49:46 -0700 [thread overview]
Message-ID: <20160503154946.GL3800@linux.vnet.ibm.com> (raw)
In-Reply-To: <8c5ebd01-e036-0e4e-bb73-35095ce6d6eb@gmail.com>
On Wed, May 04, 2016 at 12:14:46AM +0900, Akira Yokosawa wrote:
> >From a79124b5e603b3961242e882910e713d7ce0149a Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiysw@gmail.com>
> Date: Wed, 4 May 2016 00:00:30 +0900
> Subject: [PATCH] Makefile: Denote phony targets explicitly
>
> By this change, even if a file having the same name is created
> accidentally, behavior of the Makefile won't be affected any more.
>
> Signed-off-by: Akira Yokosawa <akiysw@gmail.com>
Queued and pushed, thank you!
Thanx, Paul
> ---
> Makefile | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/Makefile b/Makefile
> index 1b508b1..7653c80 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -167,6 +167,7 @@ BIBSOURCES = \
> bib/swtools.bib \
> bib/syncrefs.bib
>
> +.PHONY: all extraction embedfonts clean distclean neatfreak
> all: perfbook.pdf
>
> perfbook.pdf: perfbook.bbl $(LATEXSOURCES) $(EPSSOURCES) extraction embedfonts
> --
> 1.9.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe perfbook" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
prev parent reply other threads:[~2016-05-03 15:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-03 15:14 [PATCH] Makefile: Denote phony targets explicitly Akira Yokosawa
2016-05-03 15:18 ` Akira Yokosawa
2016-05-03 15:49 ` Paul E. McKenney [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=20160503154946.GL3800@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=akiyks@gmail.com \
--cc=perfbook@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.