source: CMT/v1r19/mgr/fragments/check_application @ 2

Last change on this file since 2 was 2, checked in by arnault, 19 years ago

Convert to UNIX eol

File size: 301 bytes
Line 
1#-- start of check_application ------
2
3check :: ${CONSTITUENT}check
4
5${CONSTITUENT}check :: ${CONSTITUENT}
6        cd $(bin); $(${CONSTITUENT}_pre_check)
7        cd $(bin); ${CONSTITUENT}${application_suffix} $(${CONSTITUENT}_check_args)
8        cd $(bin); $(${CONSTITUENT}_post_check)
9#-- end of check_application ------
Note: See TracBrowser for help on using the repository browser.