mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
LLVM-3: move a command needing root privs to a proper location
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18621 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
614fc25fd6
commit
1bcf96b15d
@ -131,8 +131,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>echo "/opt/llvm3/lib" >> /etc/ld.so.conf &&
|
||||
mkdir -v build &&
|
||||
<screen><userinput>mkdir -v build &&
|
||||
cd build &&
|
||||
|
||||
CC=gcc CXX=g++ \
|
||||
@ -156,11 +155,10 @@ make</userinput></screen>
|
||||
Now, as the <systemitem class="username">root</systemitem> user:
|
||||
</para>
|
||||
|
||||
<screen role="root"><userinput>
|
||||
make install &&
|
||||
ldconfig &&
|
||||
ln -sfv /opt/llvm3/bin/FileCheck /usr/bin
|
||||
</userinput></screen>
|
||||
<screen role="root"><userinput>echo "/opt/llvm3/lib" >> /etc/ld.so.conf &&
|
||||
make install &&
|
||||
ldconfig &&
|
||||
ln -sfv /opt/llvm3/bin/FileCheck /usr/bin</userinput></screen>
|
||||
|
||||
<para>
|
||||
Building the documentation for <emphasis>current</emphasis> LLVM is
|
||||
|
Loading…
Reference in New Issue
Block a user