* [PATCH] Fix regression in improvement of build scripts
@ 2016-04-25 12:20 Akira Yokosawa
2016-04-25 17:21 ` Paul E. McKenney
0 siblings, 1 reply; 2+ messages in thread
From: Akira Yokosawa @ 2016-04-25 12:20 UTC (permalink / raw)
To: paulmck; +Cc: perfbook, Akira Yokosawa
Hi, Paul.
I realized there was a real regression in the runlatex refactoring
patch.
Attached is the obvious fix.
I hope nobody has been affected by the bug.
Please apply.
Thanks, Akira
---
From 816c5fb3ae9bf1ad18e622cbee327aca1df66629 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiysw@gmail.com>
Date: Mon, 25 Apr 2016 20:47:31 +0900
Subject: [PATCH] Fix regression in improvement of build scripts
In commit 4038e781ed56 ("Improve behavior of build scripts"),
I made an obvious error in the dependency of 'perfbook.aux.'
This commit fixes it.
Signed-off-by: Akira Yokosawa <akiysw@gmail.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 7202334..b909c81 100644
--- a/Makefile
+++ b/Makefile
@@ -173,7 +173,7 @@ perfbook.pdf: perfbook.bbl $(LATEXSOURCES) $(EPSSOURCES) extraction embedfonts
perfbook.bbl: $(BIBSOURCES) perfbook.aux
bibtex perfbook
-perfbook.aux: $(LATEXSOURCES) $(EPSSOURCES)
+perfbook.aux: $(LATEXSOURCES) $(EPSSOURCES) extraction embedfonts
sh utilities/runfirstlatex.sh perfbook
perfbook-1c.pdf: perfbook-1c.bbl $(LATEXSOURCES) $(EPSSOURCES) extraction embedfonts
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] Fix regression in improvement of build scripts
2016-04-25 12:20 [PATCH] Fix regression in improvement of build scripts Akira Yokosawa
@ 2016-04-25 17:21 ` Paul E. McKenney
0 siblings, 0 replies; 2+ messages in thread
From: Paul E. McKenney @ 2016-04-25 17:21 UTC (permalink / raw)
To: Akira Yokosawa; +Cc: perfbook
On Mon, Apr 25, 2016 at 09:20:04PM +0900, Akira Yokosawa wrote:
> Hi, Paul.
>
> I realized there was a real regression in the runlatex refactoring
> patch.
>
> Attached is the obvious fix.
> I hope nobody has been affected by the bug.
> Please apply.
> Thanks, Akira
>
> ---
> >From 816c5fb3ae9bf1ad18e622cbee327aca1df66629 Mon Sep 17 00:00:00 2001
> From: Akira Yokosawa <akiysw@gmail.com>
> Date: Mon, 25 Apr 2016 20:47:31 +0900
> Subject: [PATCH] Fix regression in improvement of build scripts
>
> In commit 4038e781ed56 ("Improve behavior of build scripts"),
> I made an obvious error in the dependency of 'perfbook.aux.'
> This commit fixes it.
>
> Signed-off-by: Akira Yokosawa <akiysw@gmail.com>
Applied and pushed, thank you!
Thanx, Paul
> ---
> Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Makefile b/Makefile
> index 7202334..b909c81 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -173,7 +173,7 @@ perfbook.pdf: perfbook.bbl $(LATEXSOURCES) $(EPSSOURCES) extraction embedfonts
> perfbook.bbl: $(BIBSOURCES) perfbook.aux
> bibtex perfbook
>
> -perfbook.aux: $(LATEXSOURCES) $(EPSSOURCES)
> +perfbook.aux: $(LATEXSOURCES) $(EPSSOURCES) extraction embedfonts
> sh utilities/runfirstlatex.sh perfbook
>
> perfbook-1c.pdf: perfbook-1c.bbl $(LATEXSOURCES) $(EPSSOURCES) extraction embedfonts
> --
> 1.9.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-04-25 17:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-25 12:20 [PATCH] Fix regression in improvement of build scripts Akira Yokosawa
2016-04-25 17:21 ` 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.