Changeset bd4f0143 for general


Ignore:
Timestamp:
09/08/2015 08:36:11 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
a4354244
Parents:
08fcbaa1
Message:

Various fixes:

  • change /usr/man to /usr/sahre/man in doxygen
  • fix llvm build on 32 bit
  • fix manual location in sane-frontends

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16378 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/doxygen.xml

    r08fcbaa1 rbd4f0143  
    151151
    152152<screen role="root"><userinput>make install &amp;&amp;
    153 install -vm644 ../doc/*.1 /usr/man/man1</userinput></screen>
    154 
    155     <para>
    156 
    157       If you generated the package documentation, install with the following
    158       command, as the <systemitem class="username">root</systemitem> user:
    159     </para>
    160 
    161 <screen role="root"><userinput>make docs install</userinput></screen>
     153install -vm644 ../doc/*.1 /usr/share/man/man1</userinput></screen>
    162154
    163155  </sect2>
  • general/prog/llvm.xml

    r08fcbaa1 rbd4f0143  
    181181mv projects/compiler-rt-&rt-version;.src projects/compiler-rt</userinput></screen>
    182182
     183<!-- Only for 3.7.0: hopefully fixed on later versions -->
     184    <para>
     185      the run-time library needs to be fixed for 32 bit installations:
     186    </para>
     187
     188<screen><userinput>sed -r "/ifeq.*CompilerTargetArch/s#i386#i686#g" \
     189    -i projects/compiler-rt/make/platform/clang_linux.mk</userinput></screen>
     190
    183191    <para>
    184192      Install <application>LLVM</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.