From db3b96fc0014a5e860df1efc729b38d629662826 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Aug 2003 01:21:11 +0000 Subject: many fixes --cleanup implemented git-svn-id: file:///home/lennart/svn/public/syrep/trunk@13 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index 491c59a..fc92e0e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -31,7 +31,7 @@ mergepatch: clean: mrproper: - rm -rf rep?/.syrep* + $(SYREP) -v --cleanup-level=3 --cleanup rep1 rep2 .PHONY: all merge clean mrproper mergepatch -- cgit