From 9602b5cfbde40d3e56e98b7b6002cfb421e91e50 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 17 Dec 2006 00:40:18 +0000 Subject: [PATCH] - Ensure that mkrouding gets rebuilt when rsync.h changes. - Added an easy way to run the tests using protocol 29. --- Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ed3b0c62..89ba0e66 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,7 @@ flist.o: rounding.h rounding.h: mkrounding$(EXEEXT) ./mkrounding$(EXEEXT) >rounding.h -mkrounding$(EXEEXT): mkrounding.c +mkrounding$(EXEEXT): mkrounding.c rsync.h @sed '1,/^struct file_struct/d; /^}/,$$d' mkrounding.h $(CC) $(CFLAGS) $(LDFLAGS) -o $@ mkrounding.c @rm mkrounding.h @@ -156,6 +156,9 @@ test: check check: all $(CHECK_PROGS) rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh +check29: all $(CHECK_PROGS) + rsync_bin=`pwd`/rsync$(EXEEXT) $(srcdir)/runtests.sh --protocol=29 + wildtest.o: wildtest.c lib/wildmatch.c rsync.h wildtest$(EXEEXT): wildtest.o lib/compat.o lib/snprintf.o $(CC) $(CFLAGS) $(LDFLAGS) -o $@ wildtest.o lib/compat.o lib/snprintf.o @BUILD_POPT@ $(LIBS) -- 2.34.1