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

* Re: [PATCH] Makefile: Denote phony targets explicitly
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Akira Yokosawa @ 2016-05-03 15:18 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

On 2016/05/04 0:14, 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>
> ---
>  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
> 

Hi,

I want this one to be pulled before start working on v2 of "Another round of
build script tweaks" series.

                                                 Thanks, Akira


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

* Re: [PATCH] Makefile: Denote phony targets explicitly
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Paul E. McKenney @ 2016-05-03 15:49 UTC (permalink / raw)
  To: Akira Yokosawa; +Cc: perfbook

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
> 


^ permalink raw reply	[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.