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

    r11 r487  
    44
    55${CONSTITUENT}check :: ${CONSTITUENT}
    6         cd $(bin); $(${CONSTITUENT}_pre_check)
    7         cd $(bin); ${CONSTITUENT}${application_suffix} $(${CONSTITUENT}_check_args)
    8         cd $(bin); $(${CONSTITUENT}_post_check)
     6        $(${CONSTITUENT}_pre_check)
     7        $(bin)${CONSTITUENT}${application_suffix} $(${CONSTITUENT}_check_args)
     8        $(${CONSTITUENT}_post_check)
     9
    910#-- end of check_application ------
Note: See TracChangeset for help on using the changeset viewer.