From 0d7a6b4906236307533699ec245033d0365c27c0 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 22 Oct 2006 03:17:45 +0000 Subject: [PATCH] Temporary changes to have the build-farm configure and build the ACL version of rsync (patched in via patches/acls.diff). --- Makefile.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index ecbb1b42..7eb01400 100644 --- a/Makefile.in +++ b/Makefile.in @@ -56,7 +56,7 @@ CHECK_OBJS=getgroups.o getfsdev.o t_stub.o t_unsafe.o trimslash.o wildtest.o $(CC) -I. -I$(srcdir) $(CFLAGS) $(CPPFLAGS) -c $< @CC_SHOBJ_FLAG@ @OBJ_RESTORE@ -all: rsync$(EXEEXT) +all: proto rsync$(EXEEXT) install: all -mkdir -p ${DESTDIR}${bindir} @@ -102,6 +102,11 @@ proto: clean: cleantests rm -f *~ $(OBJS) $(TLS_OBJ) $(CHECK_PROGS) $(CHECK_OBJS) + cd $(srcdir) + [ -f acls.c ] && patch -p1 -R