Changeset 1bcf96b


Ignore:
Timestamp:
04/21/2017 06:34:33 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8ffdb08
Parents:
614fc25f
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/llvm3.xml

    r614fc25f r1bcf96b  
    132132    </para>
    133133
    134 <screen><userinput>echo "/opt/llvm3/lib" >> /etc/ld.so.conf &amp;&amp;
    135 mkdir -v build                           &amp;&amp;
     134<screen><userinput>mkdir -v build                           &amp;&amp;
    136135cd       build                           &amp;&amp;
    137136
     
    157156    </para>
    158157
    159 <screen role="root"><userinput>
    160 make install                              &amp;&amp;
    161 ldconfig                                  &amp;&amp;
    162 ln -sfv /opt/llvm3/bin/FileCheck /usr/bin
    163 </userinput></screen>
     158<screen role="root"><userinput>echo "/opt/llvm3/lib" >> /etc/ld.so.conf &amp;&amp;
     159make install                             &amp;&amp;
     160ldconfig                                 &amp;&amp;
     161ln -sfv /opt/llvm3/bin/FileCheck /usr/bin</userinput></screen>
    164162
    165163    <para>
Note: See TracChangeset for help on using the changeset viewer.