diff options
author | Wayne Davison <wayned@samba.org> | 2009-10-24 12:37:26 -0700 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2009-10-24 12:37:26 -0700 |
commit | 9ccc8f8bbb70c47e06fe56ceaa1f060005226d26 (patch) | |
tree | 1720c09a1e63c8cca513bf0fe631a0dd24d7e9eb | |
parent | 217066780233f05c64bc75b3b0cc7f8512adcf9f (diff) | |
download | rsync-9ccc8f8bbb70c47e06fe56ceaa1f060005226d26.tar.gz rsync-9ccc8f8bbb70c47e06fe56ceaa1f060005226d26.tar.bz2 rsync-9ccc8f8bbb70c47e06fe56ceaa1f060005226d26.zip |
Add a check30 target.
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 8dd7c983..826cf1f5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -240,6 +240,9 @@ check: all $(CHECK_PROGS) $(CHECK_SYMLINKS) check29: all $(CHECK_PROGS) $(CHECK_SYMLINKS) rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh --protocol=29 +check30: all $(CHECK_PROGS) $(CHECK_SYMLINKS) + rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh --protocol=30 + wildtest.o: wildtest.c lib/wildmatch.c rsync.h config.h wildtest$(EXEEXT): wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@ $(LIBS) |