From: Martin Pool Date: Mon, 25 Mar 2002 03:16:35 +0000 (+0000) Subject: Clean testtmp*, because we now put tests in their own directories. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/9299c8f0b485f52e519fd410c3b8f7b089deab96 Clean testtmp*, because we now put tests in their own directories. Add "make cleantests" --- 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