mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Move a python module for gdb generated by gcc out of /usr/lib
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9795 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
44f6add12a
commit
39ec01cf04
@ -39,13 +39,18 @@
|
||||
<listitem>
|
||||
<para>2012-03-28</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Move a python module for gdb generated by gcc
|
||||
to a better location. Fixes
|
||||
<ulink url="&lfs-ticket-root;3048">#3048</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Adjust minimum version of xz-utils in Host
|
||||
Requirements.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Reword description of log files in section
|
||||
creating essential files.</para>
|
||||
Creating Essential Files.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
@ -289,6 +289,17 @@ SEARCH_DIR("/usr/lib");</computeroutput></screen>
|
||||
href="readjusting.xml"
|
||||
xpointer="xpointer(//*[@os='v'])"/>
|
||||
|
||||
<para>Finally, move a misplced file:</para>
|
||||
|
||||
<screen><userinput remap="install">case `uname -m` in
|
||||
i?86) GDBDIR=/usr/share/gdb/auto-load/usr/lib/gcc/i686-pc-linux-gnu/&gcc-version;/ ;;
|
||||
*) GDBDIR=/usr/share/gdb/auto-load/usr/lib64/gcc/x86_64-pc-linux-gnu/&gcc-version;/ ;;
|
||||
esac
|
||||
|
||||
mkdir -pv $GDBDIR
|
||||
mv -v /usr/lib/*gdb.py $GDBDIR
|
||||
unset GDBDIR</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="contents-gcc" role="content">
|
||||
|
Loading…
Reference in New Issue
Block a user