]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 b6e0350f0667040def03c98ff3a4166f1173558d..1285f1ced9af271944e2d99706049f42814e429d 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