diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-01 07:27:42 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-01 07:27:42 +0000 |
commit | 192baed06f21b8c096d6d2bfa925f9c45f175c36 (patch) | |
tree | 0820d9a745c4bcde6407505ac54cb0ae6fbcd2e7 /contrib/libio/FREEBSD-upgrade | |
parent | 9f6e1e5e559981ac31f0c54c05e9868e64bd0dc6 (diff) |
Tell others how I did this.
Notes
Notes:
svn path=/head/; revision=52740
Diffstat (limited to 'contrib/libio/FREEBSD-upgrade')
-rw-r--r-- | contrib/libio/FREEBSD-upgrade | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/contrib/libio/FREEBSD-upgrade b/contrib/libio/FREEBSD-upgrade new file mode 100644 index 000000000000..7e6fe57e44ac --- /dev/null +++ b/contrib/libio/FREEBSD-upgrade @@ -0,0 +1,21 @@ +# ex:ts=8 +$FreeBSD$ + +For the import of libio, files were pruned by: + + tar xvypf gcc-2.95.2.tar.bz2 '*/libio' + +Then imported by: + + cvs import -m \ + 'Virgin import of GCC 2.95.2's libio -- the C++ iostream facility.' \ + src/contrib/libio FSF gcc_2_95_2 + + +To make local changes to libio, 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". + +obrien@NUXI.com +31-October-1999 |