mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -04:00
9 lines
320 B
Text
9 lines
320 B
Text
$FreeBSD$
|
|
|
|
To strip down a new version of gdb for import, extract the files like this:
|
|
|
|
tar xzf gdb-6.1.1.tar.gz -X FREEBSD-Xlist
|
|
|
|
After importing, remove files on the vendor branch that are not part of the
|
|
new gdb version (if any). Then remove files from HEAD that are not part of
|
|
the new version (if applicable).
|