Initial import from FreeBSD RELENG_4:
[dragonfly.git] / contrib / libstdc++ / FREEBSD-upgrade
1 # ex:ts=8
2 $FreeBSD: src/contrib/libstdc++/FREEBSD-upgrade,v 1.1 1999/11/01 07:24:11 obrien Exp $
3
4 For the import of libstdc++, files were pruned by:
5
6         tar xvypf gcc-2.95.1.tar.bz2 '*/libobjc'
7
8 Then imported by:
9         cvs -d /home/ncvs import -m "Virgin import of GCC 2.95.2's libstdc++"  \
10                 src/contrib/libstdc++ FSF gcc_2_95_2
11
12 To make local changes to libstdc++, simply patch and commit to the main
13 branch (aka HEAD).  Never make local changes on the vendor (FSF) branch.
14
15 All local changes should be submitted to "gcc-patches@gcc.gnu.org".
16
17 obrien@NUXI.com
18 31-October-1999