Hah! No that was not intentional and almost certainly me and a by-product of adding them with more options set than I knew about when making Xcode aware of them.<div><br></div><div>Sorry, Jim. I'll need to get you to show me how I can check so that I don't do that again.<span></span><br>
<div><br>On Tuesday, July 15, 2014, Jim Ingham <<a href="mailto:jingham@apple.com">jingham@apple.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Author: jingham<br>
Date: Tue Jul 15 16:24:58 2014<br>
New Revision: 213094<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=213094&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=213094&view=rev</a><br>
Log:<br>
The following files:<br>
<br>
LinuxThread.cpp<br>
LinuxThread.h<br>
NativeRegisterContext.h<br>
ProcessLinux.cpp<br>
ProcessLinux.h<br>
ProcessMonitor.cpp<br>
ProcessMonitor.h<br>
<br>
Were inserted in the CopyFiles phase of the "desktop" aggregate target.  That caused them to get<br>
copied to /usr/shared/man/man1 on install, which isn't right.  Not sure why they were there...<br>
I removed them.  If this was supposed to achieve some other purpose, we should discuss how to do<br>
that correctly on the mailing list.<br>
<br>
<rdar://problem/17642262><br>
<br>
<br>
Modified:<br>
    lldb/trunk/lldb.xcodeproj/project.pbxproj<br>
<br>
Modified: lldb/trunk/lldb.xcodeproj/project.pbxproj<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=213094&r1=213093&r2=213094&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/lldb/trunk/lldb.xcodeproj/project.pbxproj?rev=213094&r1=213093&r2=213094&view=diff</a><br>

==============================================================================<br>
--- lldb/trunk/lldb.xcodeproj/project.pbxproj (original)<br>
+++ lldb/trunk/lldb.xcodeproj/project.pbxproj Tue Jul 15 16:24:58 2014<br>
@@ -66,14 +66,7 @@<br>
                232CB61E191E00CD00EF39FC /* SoftwareBreakpoint.h in Headers */ = {isa = PBXBuildFile; fileRef = 232CB614191E00CD00EF39FC /* SoftwareBreakpoint.h */; };<br>
                233B007D1960C9F90090E598 /* ProcessInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 233B007B1960C9E60090E598 /* ProcessInfo.cpp */; };<br>
                233B007F1960CB280090E598 /* ProcessLaunchInfo.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 233B007E1960CB280090E598 /* ProcessLaunchInfo.cpp */; };<br>
-               233B009619610B1F0090E598 /* LinuxThread.cpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 233B008E19610B1F0090E598 /* LinuxThread.cpp */; };<br>
-               233B009719610B1F0090E598 /* LinuxThread.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 233B008F19610B1F0090E598 /* LinuxThread.h */; };<br>
-               233B009819610B1F0090E598 /* ProcessLinux.cpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 233B009019610B1F0090E598 /* ProcessLinux.cpp */; };<br>
-               233B009919610B1F0090E598 /* ProcessLinux.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 233B009119610B1F0090E598 /* ProcessLinux.h */; };<br>
-               233B009A19610B1F0090E598 /* ProcessMonitor.cpp in CopyFiles */ = {isa = PBXBuildFile; fileRef = 233B009219610B1F0090E598 /* ProcessMonitor.cpp */; };<br>
-               233B009B19610B1F0090E598 /* ProcessMonitor.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 233B009319610B1F0090E598 /* ProcessMonitor.h */; };<br>
                23DDF226196C3EE600BB8417 /* CommandOptionValidators.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23DDF224196C3EE600BB8417 /* CommandOptionValidators.cpp */; };<br>
-               23EDE3321926843600F6A132 /* NativeRegisterContext.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 23EDE3311926843600F6A132 /* NativeRegisterContext.h */; };<br>
                23EDE33319269E7C00F6A132 /* NativeRegisterContext.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23EDE3301926839700F6A132 /* NativeRegisterContext.cpp */; };<br>
                23EFE389193D1ABC00E54E54 /* SBTypeEnumMember.h in Headers */ = {isa = PBXBuildFile; fileRef = 23EFE388193D1ABC00E54E54 /* SBTypeEnumMember.h */; settings = {ATTRIBUTES = (Public, ); }; };<br>
                23EFE38B193D1AEC00E54E54 /* SBTypeEnumMember.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 23EFE38A193D1AEC00E54E54 /* SBTypeEnumMember.cpp */; };<br>
@@ -875,13 +868,6 @@<br>
                        dstPath = "$(DEVELOPER_DIR)/usr/share/man/man1/";<br>
                        dstSubfolderSpec = 0;<br>
                        files = (<br>
-                               23EDE3321926843600F6A132 /* NativeRegisterContext.h in CopyFiles */,<br>
-                               233B009819610B1F0090E598 /* ProcessLinux.cpp in CopyFiles */,<br>
-                               233B009619610B1F0090E598 /* LinuxThread.cpp in CopyFiles */,<br>
-                               233B009A19610B1F0090E598 /* ProcessMonitor.cpp in CopyFiles */,<br>
-                               233B009719610B1F0090E598 /* LinuxThread.h in CopyFiles */,<br>
-                               233B009919610B1F0090E598 /* ProcessLinux.h in CopyFiles */,<br>
-                               233B009B19610B1F0090E598 /* ProcessMonitor.h in CopyFiles */,<br>
                                AF90106515AB7D3600FF120D /* lldb.1 in CopyFiles */,<br>
                        );<br>
                        runOnlyForDeploymentPostprocessing = 1;<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></div></div><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>