1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00

Explain how I did the binutils_2_12_anoncvs_20020221 import.

This commit is contained in:
David E. O'Brien 2002-02-22 05:11:49 +00:00
parent 9d34368f3a
commit 1e2fa85a95
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=91056
2 changed files with 8 additions and 4 deletions

View File

@ -69,6 +69,7 @@ texinfo
*nlm*
*ns32*
*oasys*
*or32*
*os9*
*pei*
*pmac*
@ -101,6 +102,7 @@ texinfo
*fr30*
*-sh.*
*-sh-*
*sh64*
*shelf*
*shl*
*pj*

View File

@ -7,13 +7,15 @@ this command line was used:
# password is "anoncvs"
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src \
export -rHEAD -l src
export -r binutils-2_12-branch -l src
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src \
export -rHEAD \
export -r binutils-2_12-branch \
src/bfd src/binutils src/config src/etc src/gas src/include \
src/ld src/libiberty src/opcodes
This corresponds to the binutils-2_12-branch at 21-Feb-2002 14:10 PST.
To strip down a new version of GNU binutils for import (starting with a
checked out copy from the Sourceware anoncvs repo), prune files like this:
@ -29,7 +31,7 @@ We need a complete include/elf directory -- even with bits for CPU's we
do not support
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/src \
export src/include/elf
export -r binutils-2_12-branch src/include/elf
If you decide to bring in more of the files, import them -- do not use
@ -39,7 +41,7 @@ the vendor.
The vendor import was done by:
cvs import src/contrib/binutils FSF binutils_anoncvs_20020127
cvs import src/contrib/binutils FSF binutils_2_12_anoncvs_20020221
Note that many of the files generated by GNU configure are present pre-built