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

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

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] 14+ messages in thread

end of thread, other threads:[~2015-05-07  8:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-24 10:25 [PATCH 0/7] tools: remove private Makefile variables Olaf Hering
2015-04-24 10:25 ` [PATCH 1/7] tools: replace private SBINDIR with automake sbindir Olaf Hering
2015-04-24 10:25 ` [PATCH 2/7] tools: replace private BINDIR with automake bindir Olaf Hering
2015-04-24 10:25 ` [PATCH 3/7] tools: replace private PREFIX with automake prefix Olaf Hering
2015-04-24 10:25 ` [PATCH 4/7] tools: replace private INCLUDEDIR with automake includedir Olaf Hering
2015-04-24 10:25 ` [PATCH 5/7] tools: replace private MANDIR with automake mandir Olaf Hering
2015-04-24 10:41   ` Andrew Cooper
2015-04-24 10:25 ` [PATCH 6/7] tools: replace private LIBDIR with automake libdir Olaf Hering
2015-04-24 10:25 ` [PATCH 7/7] tools: replace private DOCDIR with automake docdir Olaf Hering
2015-05-06 11:32 ` [PATCH 0/7] tools: remove private Makefile variables George Dunlap
2015-05-06 11:37   ` Olaf Hering
2015-05-06 11:47     ` Ian Campbell
2015-05-06 11:49     ` George Dunlap
2015-05-07  8:07   ` Olaf Hering

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.