home *** CD-ROM | disk | FTP | other *** search
- $! assume that the binary distribution is in dua1:[rms.gccdist], the binaries
- $! themselves are in dua1:[rms.gccdist.gcc] and dua1:[rms.gccdist.bison]
- $!
- $! modify the define command to reflect the actual location of the dist on
- $! your system. Also, modify the definition of tape to reflect the actual
- $! tape drive that you plan to use. Finally, update the version number in the
- $! save set.
- $
- $ define /translation=concealed dumping dua1:[rms.]
- $ define tape msa0:
- $ set def dumping:[gccdist]
- $
- $! initialize the tape
- $init tape gcc
- $
- $ ! Dump onto tape
- $ mount /foreign tape:
- $ backup /interchange /label="GCC" /verify /list [...] tape:gcc1.40
- $ dismount tape:
-