home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gccdist / vmsdist.com < prev    next >
Encoding:
Text File  |  1992-01-10  |  669 b   |  20 lines

  1. $! assume that the binary distribution is in dua1:[rms.gccdist], the binaries
  2. $! themselves are in dua1:[rms.gccdist.gcc] and dua1:[rms.gccdist.bison]
  3. $! 
  4. $! modify the define command to reflect the actual location of the dist on
  5. $! your system.  Also, modify the definition of tape to reflect the actual
  6. $! tape drive that you plan to use.  Finally, update the version number in the
  7. $! save set.
  8. $
  9. $ define /translation=concealed dumping  dua1:[rms.]
  10. $ define tape msa0:
  11. $ set def dumping:[gccdist]
  12. $
  13. $! initialize the tape
  14. $init tape gcc
  15. $
  16. $ ! Dump onto tape
  17. $ mount /foreign tape:
  18. $ backup /interchange /label="GCC" /verify /list [...] tape:gcc1.40
  19. $ dismount tape:
  20.