mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 08:52:46 +00:00
Upgrade instructions that describe the 11-July-2000 import.
This commit is contained in:
parent
2aeaf4a3fd
commit
5720952623
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=70662
@ -3,7 +3,7 @@ CVS
|
||||
.cvsignore
|
||||
ABOUT*NLS
|
||||
ChangeLog.lib
|
||||
FSFChangeLog*
|
||||
FSFChangeLog.*
|
||||
README.ACORN
|
||||
README.ALTOS
|
||||
README.APOLLO
|
||||
@ -82,3 +82,4 @@ objc/objc-parse.[cy]
|
||||
gthr-win32*
|
||||
po
|
||||
testsuite
|
||||
tradcif.c
|
||||
|
@ -3,15 +3,15 @@ $FreeBSD$
|
||||
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gcc login
|
||||
# password is "anoncvs"
|
||||
|
||||
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gcc co -D '6/3/2000 05:52 UTC'
|
||||
-l src
|
||||
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gcc co -D '6/4/2000 05:52 UTC'
|
||||
egcs/gcc egcs/libf2c egcs/libio egcs/libobjc egcs/libstdc++
|
||||
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gcc co -D '7/11/2000 11:43'
|
||||
egcs/gcc egcs/libiberty
|
||||
|
||||
for F in `cat FREEBSD-deletelist` ; do rm -rfv "$F" ; done
|
||||
for F in `cat FREEBSD-deletelist` ; do find . -name "$F" -exec rm -rfv {} \; ; done
|
||||
|
||||
cd egcs/gcc
|
||||
mv -iv config/i386/freebsd.h config/i386/freebsd-aout.h
|
||||
mv -iv config/i386/freebsd-elf.h config/i386/freebsd.h
|
||||
cp -pv config/i386/freebsd.h config/i386/freebsd.h.fixed
|
||||
|
||||
cvs import src/contrib FSF gcc_anoncvs_20000603
|
||||
cvs import src/contrib/gcc FSF gcc_cvs_20000711_1143
|
||||
|
Loading…
Reference in New Issue
Block a user