From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH 0/7] tools: remove private Makefile variables Date: Fri, 24 Apr 2015 10:25:27 +0000 Message-ID: <1429871134-16719-1-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org Cc: Olaf Hering List-Id: xen-devel@lists.xenproject.org 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(-)