diff options
author | obrien <obrien@FreeBSD.org> | 2002-02-22 05:11:49 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-02-22 05:11:49 +0000 |
commit | 2d4a31bb07fe8056fa61a881c08561d5f3909a32 (patch) | |
tree | ec23e3110755f70f68ea8a2f65aaa1455fab8762 /contrib/binutils/FREEBSD-upgrade | |
parent | 23d57cf446639b771c114d27be7de274d2a0863e (diff) | |
download | FreeBSD-src-2d4a31bb07fe8056fa61a881c08561d5f3909a32.zip FreeBSD-src-2d4a31bb07fe8056fa61a881c08561d5f3909a32.tar.gz |
Explain how I did the binutils_2_12_anoncvs_20020221 import.
Diffstat (limited to 'contrib/binutils/FREEBSD-upgrade')
-rw-r--r-- | contrib/binutils/FREEBSD-upgrade | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/contrib/binutils/FREEBSD-upgrade b/contrib/binutils/FREEBSD-upgrade index 7854450..30b8651 100644 --- a/contrib/binutils/FREEBSD-upgrade +++ b/contrib/binutils/FREEBSD-upgrade @@ -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 |