Ignore:
Timestamp:
Jan 8, 2009, 11:23:36 AM (15 years ago)
Author:
rybkin
Message:

See C.L. 382

File:
1 edited

Legend:

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

    r459 r487  
    22
    33check :: ${CONSTITUENT}check
    4         @echo "------> ${CONSTITUENT}check ok"
     4        $(echo) "(constituents.make) ${CONSTITUENT}check ok"
     5#       @echo "------> ${CONSTITUENT}check ok"
    56
    6 ${CONSTITUENT}check ::
    7         @echo "------> starting ${CONSTITUENT}check"
    8         @$(cmtexe) build constituent_makefile ${CONSTITUENT}; $(MAKE) -f ${CONSTITUENT}.make build_strategy=keep_makefiles ${CONSTITUENT}check
     7#${CONSTITUENT}check : ${CONSTITUENT} $(cmt_local_${CONSTITUENT}_makefile)
     8${CONSTITUENT}check : $(cmt_local_${CONSTITUENT}_makefile)
     9        $(echo) "(constituents.make) Starting $@"
     10        @$(MAKE) -f $(cmt_local_${CONSTITUENT}_makefile) $@
     11
     12#${CONSTITUENT}check ::
     13#       @echo "------> starting ${CONSTITUENT}check"
     14#       @$(cmtexe) build constituent_makefile ${CONSTITUENT}; $(MAKE) -f ${CONSTITUENT}.make build_strategy=keep_makefiles ${CONSTITUENT}check
    915
    1016#-- end of check_application_header ------
Note: See TracChangeset for help on using the changeset viewer.