All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: paulmck@linux.vnet.ibm.com
Cc: perfbook@vger.kernel.org, Akira Yokosawa <akiyks@gmail.com>
Subject: [RFC PATCH 0/3] Another round of cleanup and improvement of build scripts
Date: Sun, 5 Jun 2016 23:52:36 +0900	[thread overview]
Message-ID: <be0f87e8-a39f-6c82-1946-46bacfcd6f66@gmail.com> (raw)

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


             reply	other threads:[~2016-06-05 14:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-05 14:52 Akira Yokosawa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=be0f87e8-a39f-6c82-1946-46bacfcd6f66@gmail.com \
    --to=akiyks@gmail.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=perfbook@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.