<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 30, 2011, at 9:26 AM, Dr Andrew John Hughes wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Times; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: monospace; ">This change (arrived at by both myself and Gary Benson separately):<br><br><a href="http://cr.openjdk.java.net/~gbenson/zero-shark-fixes-04-1/">http://cr.openjdk.java.net/~gbenson/zero-shark-fixes-04-1/</a><br><br>fixes the issue by adding Shark back into the mix.<br><br>Kelly, can you approve these build changes?</span></span></blockquote></div><br><div>Looks fine to me.</div><div><br></div><div>---</div><div>Although overall, I don't understand why someone used so many := assignments.</div><div>I usually reserve := for special assignments that require a shell or complex evaluation.</div><div>The := forces an expansion of the right side on the spot, so any later changes to the</div><div>variables used on the right will have no impact on your variable. In Makefiles, that's</div><div>usually what you don't want, but I suppose there are cases where that is expected.</div><div>By using := all the time, you have created a specific order dependency on the variables, but</div><div>whatever, ...</div><div><br></div><div>-kto</div><div><br></div></body></html>