Trailing-Edge
-
PDP-10 Archives
-
BB-L014E-BM
-
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(1)
; July 14, 1980 / DRB
;
;
; COPYRIGHT (c) 1980, 1981, 1982, 1983 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
;
@TYPE PAT:APL2S2.MKL
;
@R ASL:MAKLIB
*@PAT:APL2S2.MKL
@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::
@EXP PAT:
@PEPB
*SIGNAL-FAILURE APLSF-20-V2
*EXIT
EXIT::
%FIN::