All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Makefile: Denote phony targets explicitly
@ 2016-05-03 15:14 Akira Yokosawa
  2016-05-03 15:18 ` Akira Yokosawa
  2016-05-03 15:49 ` Paul E. McKenney
  0 siblings, 2 replies; 3+ messages in thread
From: Akira Yokosawa @ 2016-05-03 15:14 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-03 15:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 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.