The Samba-Bugzilla – Attachment 12280 Details for
Bug 12029
Makefile missing dep gives parallel race for rounding.h
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to depend on generated proto.h for rounding.h
0001-Makefile-rounding.h-generation-requires-proto.h-via-.patch (text/plain), 896 bytes, created by
Greg Whiteley
on 2016-07-20 07:22:24 UTC
(
hide
)
Description:
Patch to depend on generated proto.h for rounding.h
Filename:
MIME Type:
Creator:
Greg Whiteley
Created:
2016-07-20 07:22:24 UTC
Size:
896 bytes
patch
obsolete
>From 62661a307fe629694896c4562bbf34bb32e1f764 Mon Sep 17 00:00:00 2001 >From: Greg Whiteley <greg.whiteley@gmail.com> >Date: Wed, 20 Jul 2016 17:13:56 +1000 >Subject: [PATCH] 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 <greg.whiteley@gmail.com> >--- > Makefile.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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; \ >-- >1.9.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 12029
: 12280