From b7652a08d1daa8b51a7d3f09831423672a4a252e Mon Sep 17 00:00:00 2001 From: obrien Date: Mon, 1 Nov 1999 07:27:42 +0000 Subject: Tell others how I did this. --- contrib/libio/FREEBSD-upgrade | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 contrib/libio/FREEBSD-upgrade (limited to 'contrib') diff --git a/contrib/libio/FREEBSD-upgrade b/contrib/libio/FREEBSD-upgrade new file mode 100644 index 0000000..7e6fe57 --- /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 -- cgit v1.1