aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-19 05:50:17 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-19 05:50:17 +0000
commit8faed0f7447444b45a340bfac2485ebd03b31fd3 (patch)
tree2b1f6f6bb27592a8d8f94ed8f65ce5de5387d372 /contrib
parentad27d06632289796a2c55ea0850d758816e29366 (diff)
downloadsrc-8faed0f7447444b45a340bfac2485ebd03b31fd3.tar.gz
src-8faed0f7447444b45a340bfac2485ebd03b31fd3.zip
Tell people how this work was done.
Notes
Notes: svn path=/head/; revision=51383
Diffstat (limited to 'contrib')
-rw-r--r--contrib/libf2c/FREEBSD-upgrade22
1 files changed, 22 insertions, 0 deletions
diff --git a/contrib/libf2c/FREEBSD-upgrade b/contrib/libf2c/FREEBSD-upgrade
new file mode 100644
index 000000000000..e161c0ca878d
--- /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