Clean testtmp*, because we now put tests in their own directories.
authorMartin Pool <mbp@samba.org>
Mon, 25 Mar 2002 03:16:35 +0000 (03:16 +0000)
committerMartin Pool <mbp@samba.org>
Mon, 25 Mar 2002 03:16:35 +0000 (03:16 +0000)
Add "make cleantests"

Makefile.in

index b6e0350..1285f1c 100644 (file)
@@ -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