Thanks for fixing, Sylvestre!<span></span><br><br>On Wednesday, February 26, 2014, Sylvestre Ledru <<a href="mailto:sylvestre@debian.org">sylvestre@debian.org</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: sylvestre<br>
Date: Wed Feb 26 09:05:48 2014<br>
New Revision: 202270<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=202270&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=202270&view=rev</a><br>
Log:<br>
* Rename PYTHON_INCLUDES to PYTHON_INC_DIR to match the similar declaration<br>
in lldb.svn/Makefile<br>
* Use CPP.Flags to export the declaration. The current solution broke all builds<br>
on <a href="http://llvm-jenkins.debian.net/" target="_blank">http://llvm-jenkins.debian.net/</a><br>
<br>
<br>
<br>
Modified:<br>
    lldb/trunk/scripts/Python/modules/readline/Makefile<br>
<br>
Modified: lldb/trunk/scripts/Python/modules/readline/Makefile<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/modules/readline/Makefile?rev=202270&r1=202269&r2=202270&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/lldb/trunk/scripts/Python/modules/readline/Makefile?rev=202270&r1=202269&r2=202270&view=diff</a><br>

==============================================================================<br>
--- lldb/trunk/scripts/Python/modules/readline/Makefile (original)<br>
+++ lldb/trunk/scripts/Python/modules/readline/Makefile Wed Feb 26 09:05:48 2014<br>
@@ -20,7 +20,7 @@ LINK_LIBS_IN_SHARED = 1<br>
 SHARED_LIBRARY = 1<br>
 LOADABLE_MODULE = 1<br>
<br>
-PYTHON_INCLUDES = $(shell python-config --includes)<br>
+PYTHON_INC_DIR = $(shell python-config --includes)<br>
<br>
 # Include all archives in the shared lib<br>
 USEDLIBS :=<br>
@@ -32,7 +32,7 @@ LINK_COMPONENTS :=<br>
 include $(LEVEL)/Makefile.common<br>
<br>
 # include python headers<br>
-CXXFLAGS += $(PYTHON_INCLUDES)<br>
+CPP.Flags += $(PYTHON_INC_DIR)<br>
<br>
 ifeq ($(HOST_OS),Darwin)<br>
     LLVMLibsOptions += -Wl,-all_load<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'lldb-commits@cs.uiuc.edu')">lldb-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits</a><br>
</blockquote><br><br>-- <br><div dir="ltr"><table cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:'Times New Roman'"><tbody><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small">
<td nowrap style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px">Todd Fiala |</td><td nowrap style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px"> Software Engineer |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px"> <a href="mailto:tfiala@google.com" style="color:rgb(17,85,204)" target="_blank"><span style="background-color:rgb(255,255,204);color:rgb(34,34,34);background-repeat:initial initial">tfiala@google.com</span></a> |</td>
<td nowrap style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px"><font color="#1155cc"> <a>650-943-3180</a></font></td></tr></tbody></table><br></div><br>