#=============================================================================== # ABSTRACT: Rebuild UNIX_SRC files # # LOGICALS: UNIX_SRC Points to this directory. # UNIX_UTILS Where executables are to end up. # MACROS: # UNIX_SRC_MSG = All UNIX_SRC files updated # # REVISIONS: # 23-MAY-1985 AMBY Original, created by BLDDESCR. #=============================================================================== UNIX_SRC:check.pnt : UNIX_SRC:aaareadme.txt, - UNIX_UTILS:echo.exe, - UNIX_UTILS:wc.exe set def UNIX_SRC 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 "$(UNIX_SRC_MSG) (''f$time()')" close check write sys$output "" write sys$output " $(UNIX_SRC_MSG) (''f$time()')" .ifdef bld_readme .include UNIX_SRC:aaareadme.mms ! for UNIX_SRC:aaareadme.txt .endif UNIX_UTILS:echo.exe : unix_src:echo.obj write sys$output " link unix_utils:echo" link /exe=unix_utils:echo unix_src:echo, - c_prims:cprims.olb/library UNIX_UTILS:wc.exe : unix_src:wc.obj write sys$output " link unix_utils:wc" link /exe=unix_utils:wc unix_src:wc, - c_prims:cprims.olb/library .include unix_src:echo.mms ! for unix_src:echo.obj .include unix_src:wc.mms ! for unix_src:wc.obj