All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Misc updates
@ 2018-10-01 13:48 Akira Yokosawa
  2018-10-01 13:50 ` [PATCH 1/5] CodeSamples: Exclude meta command lines in building api.h Akira Yokosawa
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Akira Yokosawa @ 2018-10-01 13:48 UTC (permalink / raw)
  To: Paul E. McKenney; +Cc: perfbook, Akira Yokosawa

From c545a33aea39aeae40bcff478285f814c32a4456 Mon Sep 17 00:00:00 2001
From: Akira Yokosawa <akiyks@gmail.com>
Date: Mon, 1 Oct 2018 22:05:58 +0900
Subject: [PATCH 0/5] Misc updates

Hi Paul,

This is a miscellaneous collection of updates.

Patch #1 fixes build error you'd encounter when you do "make"
after doing "make" under CodeSamples/ directory.

Patches #2 and #3 fix trivial typos in FAQ-BUILD.txt and
tooldoftrade, respectively.

Patch #4 removes obsolete workaround code in perfbook.tex.

Patch #5 removes rules in Makefile used to support a hi-res
figure in QC section.

Once Patch #5 is applied, you can remove orphaned files listed
below:

    future/Bloch_Sphere.svg
    future/QC-FormConstant.eps
    future/QS1_1.svg
    future/T2h1lc19xmqrdlsor.eps
    future/ibmqx2-labeled.svg

As a matter of fact, I have prepared a patch to remove
them, but it would be too large to submit.

        Thanks, Akira
--
Akira Yokosawa (5):
  CodeSamples: Exclude meta command lines in building api.h
  FAQ-BUILD.txt: Fix typo
  toolsoftrade: Fix typo DEFINE_PER_THREAD() -> DEFINE_PER_CPU()
  Remove workaround for Fedora 23 Tex Live bug
  Makefile: Remove rules for QC section

 .gitignore                    |  1 -
 CodeSamples/Makefile          |  4 +++-
 FAQ-BUILD.txt                 |  2 +-
 Makefile                      | 25 +++++--------------------
 perfbook.tex                  | 14 --------------
 toolsoftrade/toolsoftrade.tex |  2 +-
 utilities/gen_snippet_d.pl    | 16 ++++++++--------
 7 files changed, 18 insertions(+), 46 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-10-01 22:13 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-01 13:48 [PATCH 0/5] Misc updates Akira Yokosawa
2018-10-01 13:50 ` [PATCH 1/5] CodeSamples: Exclude meta command lines in building api.h Akira Yokosawa
2018-10-01 13:51 ` [PATCH 2/5] FAQ-BUILD.txt: Fix typo Akira Yokosawa
2018-10-01 13:53 ` [PATCH 3/5] toolsoftrade: Fix typo DEFINE_PER_THREAD() -> DEFINE_PER_CPU() Akira Yokosawa
2018-10-01 13:55 ` [PATCH 4/5] Remove workaround for Fedora 23 Tex Live bug Akira Yokosawa
2018-10-01 13:56 ` [PATCH 5/5] Makefile: Remove rules for QC section Akira Yokosawa
2018-10-01 15:18 ` [PATCH 0/5] Misc updates Paul E. McKenney
2018-10-01 15:26   ` Akira Yokosawa
2018-10-01 15:34     ` 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.