mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
10 lines
292 B
Plaintext
10 lines
292 B
Plaintext
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
|
|
|
|
|