]> xenbits.xensource.com Git - xen.git/commit
DEPS handling: Use DEPS_RM everywhere
authorIan Jackson <ian.jackson@eu.citrix.com>
Mon, 4 Sep 2017 16:46:14 +0000 (17:46 +0100)
committerWei Liu <wei.liu2@citrix.com>
Thu, 7 Sep 2017 15:21:45 +0000 (16:21 +0100)
commit300929f6e400e6540f8c486ad5dd088335bd07f3
treeb87562d699cf428e6146369759884fb118616a50
parentd648789df90ff3eb04f977fb20d118af17faa666
DEPS handling: Use DEPS_RM everywhere

DEPS_RM is currently the same as DEPS, so no functional change.

This patch is the result of two perl runes:

  git-grep -l 'rm.*DEPS' | xargs perl -i~ -pe 'next unless m/^\t+rm\b/; s/\bDEPS\b/DEPS_RM/;'

  git-grep -l 'RM.*DEPS' | xargs perl -i~ -pe 'next unless m/^\t+\$\(RM\)/; s/\bDEPS\b/DEPS_RM/;'

And editing  tools/xenstat/libxenstat/Makefile  by hand.

I verified that I didn't miss anything with this rune:

  git-grep '\bDEPS\b' | grep -v include |less

Reported-by: Jan Beulich <JBeulich@suse.com>
CC: Wei Liu <wei.liu2@citrix.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
42 files changed:
tools/blktap2/Makefile
tools/blktap2/control/Makefile
tools/blktap2/lvm/Makefile
tools/blktap2/vhd/Makefile
tools/blktap2/vhd/lib/Makefile
tools/console/Makefile
tools/debugger/kdd/Makefile
tools/firmware/hvmloader/Makefile
tools/firmware/rombios/32bit/Makefile
tools/firmware/rombios/32bit/tcgbios/Makefile
tools/firmware/rombios/Makefile
tools/flask/utils/Makefile
tools/helpers/Makefile
tools/libfsimage/Rules.mk
tools/libs/call/Makefile
tools/libs/devicemodel/Makefile
tools/libs/evtchn/Makefile
tools/libs/foreignmemory/Makefile
tools/libs/gnttab/Makefile
tools/libs/toollog/Makefile
tools/libvchan/Makefile
tools/libxc/Makefile
tools/libxl/Makefile
tools/memshr/Makefile
tools/misc/Makefile
tools/pygrub/Makefile
tools/python/Makefile
tools/tests/mem-sharing/Makefile
tools/tests/xen-access/Makefile
tools/tests/xenstore/Makefile
tools/xcutils/Makefile
tools/xenbackendd/Makefile
tools/xenmon/Makefile
tools/xenpaging/Makefile
tools/xenpmd/Makefile
tools/xenstat/libxenstat/Makefile
tools/xenstat/xentop/Makefile
tools/xenstore/Makefile
tools/xentrace/Makefile
tools/xl/Makefile
xen/Rules.mk
xen/xsm/flask/Makefile