diff options
author | obrien <obrien@FreeBSD.org> | 1999-09-19 05:50:17 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-09-19 05:50:17 +0000 |
commit | e70dce270619c21965160478fe44112f999c9d0c (patch) | |
tree | beafa2d6e4cdbd13330679b16763b9e6fa420311 /contrib | |
parent | 8969f97c23039e0339e5bc6bd546fe1c5fe67a0c (diff) | |
download | FreeBSD-src-e70dce270619c21965160478fe44112f999c9d0c.zip FreeBSD-src-e70dce270619c21965160478fe44112f999c9d0c.tar.gz |
Tell people how this work was done.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libf2c/FREEBSD-upgrade | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/libf2c/FREEBSD-upgrade b/contrib/libf2c/FREEBSD-upgrade new file mode 100644 index 0000000..e161c0c --- /dev/null +++ b/contrib/libf2c/FREEBSD-upgrade @@ -0,0 +1,22 @@ +# ex:ts=8 +$FreeBSD$ + +For the import of lib{f,g}2c, files were pruned by: + + tar xvzpf egcs-1.1.2.tar.gz '*/libf2c' + +Then imported by: + + cvs import -m "Virgin import of EGCS 1.1.2's libf2c" \ + src/contrib/libf2c FSF egcs_1_1_2 + + +To make local changes to amd, simply patch and commit to the main +branch (aka HEAD). Never make local changes on the vendor (FSF) branch. + +All local changes should be submitted to "gcc-patches@gcc.gnu.org" and/or +David M. Gay <dmg@bell-labs.com> (as libg2c is based on AT&T's netlib +collection). + +obrien@NUXI.com +17-September-1999 |