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_java

    r11 r637  
    11#-- start of check_java ------
    22
    3 check :: ${CONSTITUENT}check
     3check :: ${CONSTITUENT}check ;
    44
    5 ${CONSTITUENT}check :: ${CONSTITUENT}
    6         cd $(bin); $(${CONSTITUENT}_pre_check)
    7         cd $(bin); java $(java_run_options) $(${CONSTITUENT}_run_options) ${CONSTITUENT} $(${CONSTITUENT}_check_args)
    8         cd $(bin); $(${CONSTITUENT}_post_check)
     5#${CONSTITUENT}check :: ${CONSTITUENT}
     6${CONSTITUENT}check ::
     7        $(silent) cd $(bin); $(${CONSTITUENT}_pre_check)
     8        $(silent) cd $(bin); java $(java_run_options) $(${CONSTITUENT}_run_options) ${CONSTITUENT} $(${CONSTITUENT}_check_args)
     9        $(silent) cd $(bin); $(${CONSTITUENT}_post_check)
     10
    911#-- end of check_java ------
Note: See TracChangeset for help on using the changeset viewer.