Google
 

Trailing-Edge - PDP-10 Archives - bb-bt99o-bb - apl1s2.ctl
There are 10 other files named apl1s2.ctl in the archive. Click here to see a list.
;
;   APL1S2.CTL -- Patch and rebuild APLSF-10-V2
;   Version 1(2)
;	July 14, 1980  / DRB
;	16-JUN-88 HAH ADD BRANCH FOR NO UPDATE
;
 
;
; COPYRIGHT (c) 1980, 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
;   APLSF-10-V2   and   rebuilds   APLSF.EXE,   GENSF.EXE,  and
;   TENTAP.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 APLSF-10-V2
*EXIT

;
;	Apply patches to the library files
;

.ERROR %
.DIR PAT:APL1S2.MKL
.IF (ERROR) .GOTO NOUPD
.TYPE PAT:APL1S2.MKL
;
.RUN ASL:MAKLIB
*@PAT:APL1S2.MKL
NOUPD::
.ERROR

;
;	Build APLSF.EXE
;

.TYPE ASL:APLS12.LNK
;
.RUN ASL:LINK
*@ASL:APLS12.LNK

;
;	Build GENSF.EXE
;

.TYPE ASL:APLG12.LNK
;
.RUN ASL:LINK
*@ASL:APLG12.LNK

;
;	Build TENTAP.EXE
;

.TYPE ASL:APLW12.LNK
;
.RUN ASL:LINK
*@ASL:APLW12.LNK

;
;	Signal success
;

.R PEPB
*SIGNAL-SUCCESS APLSF-10-V2
*EXIT
.GOTO EXIT

;
;	Signal failure on error
;

%ERR::
.GOTO ERROR
%CERR::
.GOTO ERROR
%TERR::
.GOTO ERROR
ERROR::
.R PEPB
*SIGNAL-FAILURE APLSF-10-V2
*EXIT

EXIT::
%FIN::