From 9299c8f0b485f52e519fd410c3b8f7b089deab96 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Mon, 25 Mar 2002 03:16:35 +0000 Subject: [PATCH] Clean testtmp*, because we now put tests in their own directories. Add "make cleantests" --- Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index b6e0350f..1285f1ce 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,9 +91,11 @@ rsyncd.conf.5: rsyncd.conf.yo proto: cat $(srcdir)/*.c $(srcdir)/lib/compat.c | awk -f $(srcdir)/mkproto.awk > $(srcdir)/proto.h -clean: +clean: cleantests rm -f *~ $(OBJS) rsync $(TLS_OBJ) tls - rm -rf ./testtmp + +cleantests: + rm -rf ./testtmp* # We try to delete built files from both the source and build # directories, just in case somebody previously configured things in -- 2.34.1