Ignore:
Timestamp:
Jun 6, 2013, 2:43:50 PM (11 years ago)
Author:
rybkin
Message:

merge -r 618:627 HEAD

Location:
CMT/v1r25-branch
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CMT/v1r25-branch

  • CMT/v1r25-branch/mgr/fragments/check_application_header

    r492 r637  
    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)
     13ifdef cmt_${CONSTITUENT}_is_check_group
     14${CONSTITUENT}check : ${CONSTITUENT}
     15else
    916${CONSTITUENT}check :
     17endif
    1018        @if test ! -f $(cmt_local_${CONSTITUENT}_makefile); then \
    1119          $(cmtexe) -tag=$(tags) $(${CONSTITUENT}_extratags) build constituent_makefile -out=$(cmt_local_${CONSTITUENT}_makefile) ${CONSTITUENT}; \
Note: See TracChangeset for help on using the changeset viewer.