source: CMT/v1r25-branch/mgr/fragments/nmake/check_application @ 666

Last change on this file since 666 was 666, checked in by rybkin, 10 years ago

merge -r 664:665 HEAD

File size: 328 bytes
RevLine 
[637]1#-- start of check_application ------
[6]2
[637]3check :: ${CONSTITUENT}check ;
[6]4
[637]5#${CONSTITUENT}check :: ${CONSTITUENT}
6${CONSTITUENT}check ::
[641]7        $(silent)$(${CONSTITUENT}_pre_check)
8        $(silent)$(bin)${CONSTITUENT}$(application_suffix) $(${CONSTITUENT}_check_args)
9        $(silent)$(${CONSTITUENT}_post_check)
[637]10
11#-- end of check_application ------
Note: See TracBrowser for help on using the repository browser.