All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] tools: remove private Makefile variables
@ 2015-05-11 15:24 Olaf Hering
  2015-05-11 15:24 ` [PATCH v2 1/7] tools: replace private SBINDIR with automake sbindir Olaf Hering
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Olaf Hering @ 2015-05-11 15:24 UTC (permalink / raw)
  To: xen-devel; +Cc: Olaf Hering

Replace all private variables in Makefiles with automake variables.
This series is based on f48218fd2d35e274ef58caee889aecd6610c8cb6.

changes between v1 and v2:
 - rebase to staging
 - update description of each patch

Olaf

Olaf Hering (7):
  tools: replace private SBINDIR with automake sbindir
  tools: replace private BINDIR with automake bindir
  tools: replace private PREFIX with automake prefix
  tools: replace private INCLUDEDIR with automake includedir
  tools: replace private MANDIR with automake mandir
  tools: replace private LIBDIR with automake libdir
  tools: replace private DOCDIR with automake docdir

 Config.mk                                    | 10 +++---
 config/Paths.mk.in                           | 12 ++------
 docs/Makefile                                | 10 +++---
 stubdom/Makefile                             |  4 +--
 tools/Makefile                               | 46 ++++++++++++++--------------
 tools/blktap2/control/Makefile               | 12 ++++----
 tools/blktap2/drivers/Makefile               |  2 +-
 tools/blktap2/include/Makefile               |  2 +-
 tools/blktap2/vhd/Makefile                   |  2 +-
 tools/blktap2/vhd/lib/Makefile               |  2 +-
 tools/console/Makefile                       |  4 +--
 tools/debugger/gdbsx/Makefile                |  4 +--
 tools/debugger/kdd/Makefile                  |  4 +--
 tools/flask/utils/Makefile                   |  4 +--
 tools/hotplug/FreeBSD/rc.d/xencommons.in     | 16 +++++-----
 tools/hotplug/FreeBSD/vif-bridge             |  2 +-
 tools/hotplug/Linux/init.d/xen-watchdog.in   |  2 +-
 tools/hotplug/Linux/init.d/xencommons.in     |  8 ++---
 tools/hotplug/Linux/xen-hotplug-common.sh.in |  4 +--
 tools/hotplug/Linux/xendomains.in            |  2 +-
 tools/hotplug/NetBSD/block                   |  2 +-
 tools/hotplug/NetBSD/rc.d/xen-watchdog       |  6 ++--
 tools/hotplug/NetBSD/rc.d/xencommons.in      | 16 +++++-----
 tools/hotplug/NetBSD/rc.d/xendomains         |  4 +--
 tools/hotplug/NetBSD/vif-bridge              |  2 +-
 tools/hotplug/NetBSD/vif-ip                  |  2 +-
 tools/include/Makefile                       | 40 ++++++++++++------------
 tools/libfsimage/Rules.mk                    |  2 +-
 tools/libfsimage/common/Makefile             | 16 +++++-----
 tools/libvchan/Makefile                      | 14 ++++-----
 tools/libxc/Makefile                         | 24 +++++++--------
 tools/libxl/Makefile                         | 26 ++++++++--------
 tools/misc/Makefile                          |  8 ++---
 tools/ocaml/xenstored/Makefile               |  4 +--
 tools/pygrub/Makefile                        |  6 ++--
 tools/tests/mce-test/tools/Makefile          |  2 +-
 tools/xenbackendd/Makefile                   |  4 +--
 tools/xenmon/Makefile                        | 12 ++++----
 tools/xenpmd/Makefile                        |  4 +--
 tools/xenstat/libxenstat/Makefile            | 10 +++---
 tools/xenstat/xentop/Makefile                |  4 +--
 tools/xenstore/Makefile                      | 44 +++++++++++++-------------
 tools/xentrace/Makefile                      |  6 ++--
 43 files changed, 201 insertions(+), 209 deletions(-)

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

end of thread, other threads:[~2015-05-21 14:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-11 15:24 [PATCH v2 0/7] tools: remove private Makefile variables Olaf Hering
2015-05-11 15:24 ` [PATCH v2 1/7] tools: replace private SBINDIR with automake sbindir Olaf Hering
2015-05-11 15:24 ` [PATCH v2 2/7] tools: replace private BINDIR with automake bindir Olaf Hering
2015-05-11 15:24 ` [PATCH v2 3/7] tools: replace private PREFIX with automake prefix Olaf Hering
2015-05-11 15:24 ` [PATCH v2 4/7] tools: replace private INCLUDEDIR with automake includedir Olaf Hering
2015-05-11 15:24 ` [PATCH v2 5/7] tools: replace private MANDIR with automake mandir Olaf Hering
2015-05-11 15:24 ` [PATCH v2 6/7] tools: replace private LIBDIR with automake libdir Olaf Hering
2015-05-11 15:24 ` [PATCH v2 7/7] tools: replace private DOCDIR with automake docdir Olaf Hering
2015-05-21 14:50 ` [PATCH v2 0/7] tools: remove private Makefile variables Ian Campbell

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.