Trailing-Edge
-
PDP-10 Archives
-
bb-y390n-bm_tops20_v41_atpch_19
-
autopatch/apl2s2.ctl
There are 9 other files named apl2s2.ctl in the archive. Click here to see a list.
;
; APL2S2.CTL -- Patch and rebuild APLSF-20-V2
; Version 1(2)
; July 14, 1980 / DRB
; May 4, 1988 / HAH Add branch for no update - requires
; PEP 1B(173)
;
;
; COPYRIGHT (c) 1980, 1988 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-20-V2 and rebuilds APLSF.EXE, GENSF.EXE, and
; APLTAP.EXE.
;
; For this .CTL file to run, the connected directory must be
; the patching directory (Logical name PAT:).
;
; This control file is expected to run without errors.
;
@PEPB
*INITIALIZE APLSF-20-V2
*EXIT
;
;
; Apply patches to the library files
;
@ERROR %
@TYPE PAT:APL2S2.MKL
@IF (ERROR) @GOTO NOUPD
;
@R ASL:MAKLIB
*@PAT:APL2S2.MKL
NOUPD::
@ERROR
@EXP PAT:
;
; Build APLSF.EXE
;
@TYPE ASL:APLS22.LNK
;
@R ASL:LINK
*@ASL:APLS22.LNK
;
; Build GENSF.EXE
;
@TYPE ASL:APLG22.LNK
;
@R ASL:LINK
*@ASL:APLG22.LNK
;
; Build APLTAP.EXE
;
@TYPE ASL:APLW22.LNK
;
@R ASL:LINK
*@ASL:APLW22.LNK
;
; Signal success
;
@EXP PAT:
@PEPB
*SIGNAL-SUCCESS APLSF-20-V2
*EXIT
@GOTO EXIT
;
; Signal failure on error
;
%ERR::
@GOTO ERROR
%TERR::
@GOTO ERROR
ERROR::
@EXP PAT:
@PEPB
*SIGNAL-FAILURE APLSF-20-V2
*EXIT
EXIT::
%FIN::