Ignore:
Timestamp:
08/15/2019 06:27:54 AM (5 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
73f5c6c
Parents:
41e68a2d
Message:

Remove an erroneous file in gcc added by the fixincludes process

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gcc.xml

    r41e68a2d r09aa329  
    233233
    234234chown -v -R root:root \
    235     /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}</userinput></screen>
     235    /usr/lib/gcc/*linux-gnu/&gcc-version;/include{,-fixed}
     236
     237rm -rf /usr/lib/gcc/$(gcc -dumpmachine)/&gcc-version;/include-fixed/bits/</userinput></screen>
    236238
    237239    <para>
     
    327329      its content) will be incorrect. This command changes the ownership to the
    328330      <systemitem class="username">root</systemitem> user and group.
     331    </para>
     332
     333    <para>
     334      <command>rm -rf .../include-fixed/bits/</command>:  Remove an erroneous
     335      file in gcc added by the fixincludes process.
    329336    </para>
    330337
Note: See TracChangeset for help on using the changeset viewer.