All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Another round of cleanup and improvement of build scripts
@ 2016-06-05 14:52 Akira Yokosawa
  2016-06-05 14:54 ` [RFC PATCH 1/3] Remove .eps files whose sources are .dot Akira Yokosawa
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Akira Yokosawa @ 2016-06-05 14:52 UTC (permalink / raw)
  To: paulmck; +Cc: perfbook, Akira Yokosawa

From d6c5dc0374c6e558d0acc003273b42537e50297f Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Sun, 5 Jun 2016 23:34:26 +0900
Subject: [RFC PATCH 0/3] Another round of cleanup and improvement of build scripts

Hi, 

This series enables parallel build of '.pdf' figures in the first build
or a build after removing them by 'make distclean' or 'make neatfreak'.

It is by no means complete, but it works just fine for the evaluation
purposes. Any feedback is welcome. Further improvements and cosmetic
changes are in my to-do list.
                                                     Thanks, Akira

The series can also be pulled as follows:

---- 
The following changes since commit e719d43325af354d6f0a8a8c8d914b82430a9ff4:

  Add TEST_HASH symbol to allow tests to be excluded (2016-05-30 09:50:52 -0700)

are available in the git repository at:

  https://github.com/akiyks/perfbook.git cleanup-makefile

for you to fetch changes up to d6c5dc0374c6e558d0acc003273b42537e50297f:

  Makefile: Promote eps2pdf.sh to implicit rules (2016-06-05 23:17:49 +0900)
----

Akira Yokosawa (3):
  Remove .eps files whose sources are .dot
  FAQ-BUILD.txt: Add graphviz package as required
  Makefile: Promote eps2pdf.sh to implicit rules

 FAQ-BUILD.txt           |   4 +-
 Makefile                |  62 ++---
 advsync/.gitignore      |   1 +
 advsync/store15tred.eps | 653 ------------------------------------------------
 count/.gitignore        |   1 +
 count/sig-theft.eps     | 435 --------------------------------
 6 files changed, 30 insertions(+), 1126 deletions(-)
 create mode 100644 advsync/.gitignore
 delete mode 100644 advsync/store15tred.eps
 create mode 100644 count/.gitignore
 delete mode 100644 count/sig-theft.eps

-- 
1.9.1


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

end of thread, other threads:[~2016-06-07 23:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-05 14:52 [RFC PATCH 0/3] Another round of cleanup and improvement of build scripts Akira Yokosawa
2016-06-05 14:54 ` [RFC PATCH 1/3] Remove .eps files whose sources are .dot Akira Yokosawa
2016-06-05 14:57 ` [RFC PATCH 2/3] FAQ-BUILD.txt: Add graphviz package as required Akira Yokosawa
2016-06-05 14:58 ` [RFC PATCH 3/3] Makefile: Promote eps2pdf.sh to implicit rules Akira Yokosawa
2016-06-07 20:33 ` [RFC PATCH 0/3] Another round of cleanup and improvement of build scripts Paul E. McKenney
2016-06-07 22:21   ` Akira Yokosawa
2016-06-07 23:12     ` 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.