#=============================================================================== # ABSTRACT: Rebuild LOGICAL_NAME files # # LOGICALS: LOGICAL_NAME Points to this directory. # # MACROS: # LOGICAL_NAME_MSG = All LOGICAL_NAME files updated # # REVISIONS: # TODAYS_DATE USER_NAME Original, created by TOOL_NAME. #=============================================================================== # # This is basic descriptor file for a AAAREADME.TXT file, which is just # the basis for a starting point. # LOGICAL_NAME:check.pnt : LOGICAL_NAME:aaareadme.txt set def LOGICAL_NAME if f$search( "$(MMS$TARGET)" ) .nes. "" then - open /append check $(MMS$TARGET) if f$search( "$(MMS$TARGET)" ) .eqs. "" then - open /write check $(MMS$TARGET) write check "$(LOGICAL_NAME_MSG) (''f$time()')" close check write sys$output "" write sys$output " $(LOGICAL_NAME_MSG) (''f$time()')" .ifdef bld_readme .include LOGICAL_NAME:aaareadme.mms ! for LOGICAL_NAME:aaareadme.txt .endif