From: Akira Yokosawa <akiyks@gmail.com>
To: paulmck@linux.vnet.ibm.com
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [PATCH] Makefile: Denote phony targets explicitly
Date: Wed, 4 May 2016 00:14:46 +0900 [thread overview]
Message-ID: <8c5ebd01-e036-0e4e-bb73-35095ce6d6eb@gmail.com> (raw)
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>
---
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
next reply other threads:[~2016-05-03 15:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-03 15:14 Akira Yokosawa [this message]
2016-05-03 15:18 ` [PATCH] Makefile: Denote phony targets explicitly Akira Yokosawa
2016-05-03 15:49 ` Paul E. McKenney
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=8c5ebd01-e036-0e4e-bb73-35095ce6d6eb@gmail.com \
--to=akiyks@gmail.com \
--cc=paulmck@linux.vnet.ibm.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.