From 7fa4f5e12261d39666283051956d9e1f78eb609b Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Thu, 14 Jan 2016 14:45:37 +0100 Subject: evaluate sourceslist-list-format entity in vendors sources.list Parsing XML entity files in shell isn't exactly nice and causing the substitution with a while-read loop isn't either, but it seems to be good enough for the moment without changing too much. Thanks: Niels Thykier for reporting on IRC --- vendor/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vendor/makefile') diff --git a/vendor/makefile b/vendor/makefile index ebf5787c8..966c3d080 100644 --- a/vendor/makefile +++ b/vendor/makefile @@ -50,6 +50,9 @@ current: .PHONY: clean veryclean all binary vendor clean: clean/current - clean/current: clean/subdirs rm -f current/makefile.auto current + +veryclean: veryclean/current +veryclean/current: veryclean/subdirs + rm -f current/makefile.auto current -- cgit v1.2.3