<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Feb 10, 2009, at 9:35 PM, Nick Lewycky wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; 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: 0; "><blockquote type="cite">Modified: llvm/trunk/tools/lto/Makefile<br></blockquote><blockquote type="cite">URL:<span class="Apple-converted-space"> </span><a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/Makefile?rev=64285&r1=64284&r2=64285&view=diff">http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/lto/Makefile?rev=64285&r1=64284&r2=64285&view=diff</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">==============================================================================<br></blockquote><blockquote type="cite">--- llvm/trunk/tools/lto/Makefile (original)<br></blockquote><blockquote type="cite">+++ llvm/trunk/tools/lto/Makefile Tue Feb 10 20:34:33 2009<br></blockquote><blockquote type="cite">@@ -16,8 +16,12 @@<br></blockquote><blockquote type="cite">include $(LEVEL)/Makefile.config<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">LINK_LIBS_IN_SHARED = 1<br></blockquote><blockquote type="cite">-SHARED_LIBRARY = 1<br></blockquote><blockquote type="cite">-DONT_BUILD_RELINKED = 1<br></blockquote><blockquote type="cite">+ifeq ($(OS),Darwin)<br></blockquote><blockquote type="cite">+  SHARED_LIBRARY = 1<br></blockquote><blockquote type="cite">+  DONT_BUILD_RELINKED = 1<br></blockquote><blockquote type="cite">+else<br></blockquote><blockquote type="cite">+  BUILD_ARCHIVE = 1<br></blockquote><blockquote type="cite">+endif<br></blockquote><br>How on Earth did this break anything? All I changed was to make it as if<span class="Apple-converted-space"> </span><br>OS=Darwin was always true...<br><br>I'm going to assume that it didn't, and you just backed out the whole<span class="Apple-converted-space"> </span><br>revision (makes sense to me), </span></blockquote><div><br></div>yup</div><div><br><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; 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: 0; ">and revert your reversion of this file...<br></span></blockquote></div><br></body></html>