Ignore:
Timestamp:
Jan 3, 2013, 5:50:17 PM (11 years ago)
Author:
rybkin
Message:

See C.L. 498

File:
1 edited

Legend:

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

    r492 r627  
    11#-- start of check_application_header ------
     2
     3cmt_${CONSTITUENT}_${ISCHECKGROUP} = 1
     4
     5#--------------------------------------
    26
    37check :: ${CONSTITUENT}check
     
    711#${CONSTITUENT}check : ${CONSTITUENT} $(cmt_local_${CONSTITUENT}_makefile)
    812#${CONSTITUENT}check : $(cmt_local_${CONSTITUENT}_makefile)
     13!if defined (cmt_${CONSTITUENT}_is_check_group)
     14${CONSTITUENT}check : ${CONSTITUENT}
     15!else
    916${CONSTITUENT}check :
     17!endif
    1018        @if not exist $(cmt_local_${CONSTITUENT}_makefile) $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build -nmake constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT}
    1119        $(echo) "(constituents.nmake) Starting $@"
Note: See TracChangeset for help on using the changeset viewer.