Ignore:
Timestamp:
Mar 15, 2009, 1:13:07 PM (15 years ago)
Author:
rybkin
Message:

See C.L. 387

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/nmake/check_application_header

    r487 r492  
    66
    77#${CONSTITUENT}check : ${CONSTITUENT} $(cmt_local_${CONSTITUENT}_makefile)
    8 ${CONSTITUENT}check : $(cmt_local_${CONSTITUENT}_makefile)
     8#${CONSTITUENT}check : $(cmt_local_${CONSTITUENT}_makefile)
     9${CONSTITUENT}check :
     10        @if not exist $(cmt_local_${CONSTITUENT}_makefile) $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT}
    911        $(echo) "(constituents.nmake) Starting $@"
    1012        @$(MAKE) /nologo /f $(cmt_local_${CONSTITUENT}_makefile) /$(MAKEFLAGS) bin=$(bin) build_strategy=keep_makefiles $@ tag=$(tag)
Note: See TracChangeset for help on using the changeset viewer.