The branch, master has been updated
       via  31e93c3 Makefile: rounding.h generation requires proto.h via rsync.h
      from  a720d81 Fix "could not find xattr #1" errors.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 31e93c322865acea7533176c2278b259890662fc
Author: Greg Whiteley <[email protected]>
Date:   Wed Jul 20 17:13:56 2016 +1000

    Makefile: rounding.h generation requires proto.h via rsync.h
    
    Bug 12029 - Makefile missing dep gives parallel race for rounding.h
    
    Signed-off-by: Greg Whiteley <[email protected]>

-----------------------------------------------------------------------

Summary of changes:
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/Makefile.in b/Makefile.in
index 5656688..f912f31 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -98,7 +98,7 @@ $(CHECK_OBJS): $(HEADERS)
 
 flist.o: rounding.h
 
-rounding.h: rounding.c rsync.h
+rounding.h: rounding.c rsync.h proto.h
        @for r in 0 1 3; do \
            if $(CC) $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) -o rounding 
-DEXTRA_ROUNDING=$$r -I. $(srcdir)/rounding.c >rounding.out 2>&1; then \
                echo "#define EXTRA_ROUNDING $$r" >rounding.h; \


-- 
The rsync repository.

_______________________________________________
rsync-cvs mailing list
[email protected]
https://lists.samba.org/mailman/listinfo/rsync-cvs

Reply via email to