Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99g-bb - rms1v1.ctl
There is 1 other file named rms1v1.ctl in the archive. Click here to see a list.
;
;   RMS1V1.CTL -- Patch and rebuild RMS-10-V1
;   Version 1(1)
;	October 24, 1984 / HAH	insert SYS: redefine
;	April 24, 1981  / HAH
;
 
;
;COPYRIGHT (c) 1981, 1982, 1983, 1984, 1985 BY
;	    Digital Equipment Corporation, Maynard, MA.
;
;   This software is furnished under a license and may be  used
;   and  copied  only  in  accordance  with  the  terms of such
;   license and with  the  inclusion  of  the  above  copyright
;   notice.   This software or any other copies thereof may not
;   be provided  or  otherwise	made  available  to  any  other
;   person.   No  title  to  and  ownership  of the software is
;   hereby transferred.
;
;   The information in	this  software	is  subject  to  change
;   without  notice and should not be construed as a commitment
;   by Digital Equipment Corporation.
;
;   Digital  assumes  no  responsibility   for	 the   use   or
;   reliability  of  its  software  on	equipment  which is not
;   supplied by Digital.
;

;
;   This .CTL file applies the  patches  to  the  libraries  of
;   RMS-10-V1 and rebuilds RMS.EXE, RMSCOB.EXE and RMSUTL.EXE.
;
;   For this .CTL  file  to  run,  the  default  path  must  be
;   the patching directory (Logical name PAT:).
;
;   This control file is expected to run without errors.
;

.R PEPB
*INITIALIZE RMS-10-V1
*EXIT

.PATH SYS:=ASL:,SYS:

;
;	Apply patches to the library files
;

.TYPE PAT:RMS1V1.MKL
;
.RUN ASL:MAKLIB
*@PAT:RMS1V1.MKL

;
;	Build RMS.EXE
;

.TYPE ASL:RMS1S1.LNK
;
.RUN ASL:LINK
*@ASL:RMS1S1.LNK
.SSAVE RMS.EXE

;
;	Build RMSCOB.EXE
;

.TYPE ASL:RMS1C1.LNK
;
.RUN ASL:LINK
*@ASL:RMS1C1.LNK
.SSAVE RMSCOB.EXE

;
;	Build RMSUTL.EXE
;
.TYPE ASL:RMS1U1.LNK
;
.RUN ASL:LINK
*@ASL:RMS1U1.LNK
.SSAVE RMSUTL.EXE

;
;	Build RMS.REL
;

.TYPE ASL:RMS1L1.CCL
;
.COPY @ASL:RMS1L1.CCL

;
;	Signal success
;

.R PEPB
*SIGNAL-SUCCESS RMS-10-V1
*EXIT
.GOTO EXIT

;
;	Signal failure on error
;

%ERR::
.GOTO ERROR
%CERR::
.GOTO ERROR
%TERR::
ERROR::

.R PEPB
*SIGNAL-FAILURE RMS-10-V1
*EXIT

EXIT::
%FIN::