From: Wayne Davison Date: Sun, 22 Oct 2006 03:17:45 +0000 (+0000) Subject: Temporary changes to have the build-farm configure and build X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/0d7a6b4906236307533699ec245033d0365c27c0 Temporary changes to have the build-farm configure and build the ACL version of rsync (patched in via patches/acls.diff). --- 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