Add details to Ceph report, fix a couple of spooling arhrs.

This commit is contained in:
Warren Block 2016-04-16 15:43:51 +00:00
parent bb0de5af30
commit f7e5437035
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=48646

View file

@ -1969,7 +1969,7 @@
<tt>lld</tt> maintains command-line and functional
compatibility with existing linkers (GNU BFD <tt>ld</tt> and
<tt>gold</tt>), but <tt>lld</tt>'s authors are not constrained
by strict compatability where it would hamper performance or
by strict compatibility where it would hamper performance or
desired functionality.</p>
<p>The upstream <tt>lld</tt> project made significant progress
@ -2103,9 +2103,9 @@
<p>Build Prerequisites</p>
<p>Compiling and building Ceph is tested on 11-CURRENT. It uses
the CLANG toolset taht is available, which needs to be at
the CLANG toolset that is available, which needs to be at
least 3.7. Clang 3.4 (on 10.2-STABLE) does not have all the
required capabilites to compile everything.</p>
required capabilities to compile everything.</p>
<p>This setup will get things running for FreeBSD:</p>
@ -2122,6 +2122,12 @@
<li>
<p>Building Ceph</p>
<p><tt>git clone https://github.com/wjwithagen/ceph.git</tt></p>
<p><tt>cd ceph</tt></p>
<p><tt>git checkout wip-wjw-freebsd-tests</tt></p>
<p><tt>./do_freebsd.sh</tt></p>
</li>
</ul>