summaryrefslogtreecommitdiff
path: root/tools/flask
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2017-09-04 17:46:14 +0100
committerWei Liu <wei.liu2@citrix.com>2017-09-07 16:21:45 +0100
commit300929f6e400e6540f8c486ad5dd088335bd07f3 (patch)
treeb87562d699cf428e6146369759884fb118616a50 /tools/flask
parentd648789df90ff3eb04f977fb20d118af17faa666 (diff)
downloadxen-300929f6e400e6540f8c486ad5dd088335bd07f3.tar.gz
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>
Diffstat (limited to 'tools/flask')
-rw-r--r--tools/flask/utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/flask/utils/Makefile b/tools/flask/utils/Makefile
index fc047e9fd5..4c0e052636 100644
--- a/tools/flask/utils/Makefile
+++ b/tools/flask/utils/Makefile
@@ -37,7 +37,7 @@ flask-set-bool: set-bool.o
clean:
rm -f *.o *.opic *.so
rm -f $(CLIENTS)
- $(RM) $(DEPS)
+ $(RM) $(DEPS_RM)
.PHONY: distclean
distclean: clean