Google
 

Trailing-Edge - PDP-10 Archives - bb-l014w-bm_tops20_v7_0_atpch_23 - autopatch/tfr2v4.ctl
There are 4 other files named tfr2v4.ctl in the archive. Click here to see a list.
!
! Name: TFR2V4.CTL
! Date: 13-FEB-85
! 04-May-88 HAH Add branch for no update - requires PEP 1B(173)
!
!  *** Copyright (C) 1976, 1988
! Digital Equipment Corp., Maynard, MA *** 
!
!This control file is provided  for  information  only.   The
!purpose  of  the  file is to document the procedures used to
!build the distributed software.  It is  unlikely  that  this
!control   file   will   be  able  to  be  submitted  without
!modification  on  consumer  systems.   Particular  attention
!should be given to logical names, structure names, directory
!names, and other such parameters.   Submit  times  may  vary
!depending   on   system   configuration   and   load.    The
!availability  of  sufficient  disk space is mandatory.  This
!control file has not been extensively  tested  on  alternate
!configurations.   It  has  been  used  sucessfully  for  the
!purpose for which it is intended:  to build the  distributed
!software.
!
!
@PEPB
*INITIALIZE TRAFFIC-20-V4
*EXIT
@DELETE PAT:tfrcob.mac,PAT:tfrunv.mac,PAT:ip20.mac,PAT:tfr.mac,PAT:dumvet.mac
@DELETE PAT:clear.mac,PAT:tfrcal.mac
@ERROR %
@VDIR PAT:TFR2V4.SUP
@IF (ERROR) @GOTO NOUPD
@UPDATE
*@PAT:TFR2V4.SUP
NOUPD::
@ERROR
@EXPUNGE PAT:
DEFINE SYS: ASL:
DEFINE DSK: ASL:
@INFORMATION LOGICAL-NAMES 
!
!  Build the Terminal Formatting Routines.
!
!  TRAFFIC-20 VERSION 4
!

@RUN MACRO
*TFRUNV,NUL:TFRUNV/C=TFRUNV
*TFR,NUL:TFR/C=TFR
*TFRCOB,NUL:TFRCOB/C=TFRCOB
*TFRCAL,NUL:TFRCAL/C=TFRCAL
*DUMVET,NUL:DUMVET/C=DUMVET
!
@RUN LINK
*/LOCALS TFR/GO
@SAVE TFR.EXE
!
@DELETE TFRUNV.REL, TFR.REL, TFRCAL.REL
!
!  Build the Transaction Routing Routines.
!
@RUN MACRO
*IP20,NUL:IP20/C=IP20
!
!
!
@DEFINE SYS:
@DEFINE DSK:
@PEPB
*SIGNAL-SUCCESS TRAFFIC-20-V4
*EXIT
@EXPUNGE PAT:
@GOTO FIN1
%ERR::
@DEFINE SYS:
@DEFINE DSK:
@PEPB
*SIGNAL-FAILURE TRAFFIC-20-V4
*EXIT
@EXPUNGE PAT:

FIN1::
%FIN::
!
!  End of TFR2V4.CTL.