On 2016/05/04 0:14, Akira Yokosawa wrote: >>From a79124b5e603b3961242e882910e713d7ce0149a Mon Sep 17 00:00:00 2001 > From: Akira Yokosawa <akiysw@xxxxxxxxx> > 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@xxxxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html