mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
Add upgrade instructions to facilitate future gdb imports.
This commit is contained in:
parent
a4bf088d98
commit
a408b2ea0c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46292
20
contrib/gdb/FREEBSD-Xlist
Normal file
20
contrib/gdb/FREEBSD-Xlist
Normal file
@ -0,0 +1,20 @@
|
||||
*/bfd/*
|
||||
*/config/*
|
||||
*/etc/*
|
||||
*/include/*
|
||||
*/intl/*
|
||||
*/libiberty/*
|
||||
*/mmalloc/*
|
||||
*/opcodes/*
|
||||
*/texinfo/*
|
||||
*/utils/*
|
||||
*/sim/*
|
||||
*/readline/*
|
||||
*/gdb/config/*
|
||||
*/gdb/doc/*.info*
|
||||
*/gdb/doc/*.ps
|
||||
*/gdb/doc/*.dvi
|
||||
*/gdb/nindy-share/*
|
||||
*/gdb/osf-share/*
|
||||
*/gdb/rdi-share/*
|
||||
*/gdb/vx-share/*
|
9
contrib/gdb/FREEBSD-upgrade
Normal file
9
contrib/gdb/FREEBSD-upgrade
Normal file
@ -0,0 +1,9 @@
|
||||
To strip down a new version of gdb for import, extract
|
||||
the files like this:
|
||||
|
||||
tar -xvzf gdb-4.18.tar.gz -X FREEBSD-Xlist
|
||||
tar -xvzf gdb-4.18.tar.gz gdb-4.18/gdb/config/i386
|
||||
tar -xvzf gdb-4.18.tar.gz gdb-4.18/gdb/config/alpha
|
||||
tar -xvzf gdb-4.18.tar.gz gdb-4.18/gdb/config/mips
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user