source: CMT/v1r19/mgr/fragments/check_application_header

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

tune warnings - see CL262

  • Property svn:eol-style set to native
File size: 372 bytes
Line 
1#-- start of check_application_header ------
2
3check :: ${CONSTITUENT}check
4        @echo "------> ${CONSTITUENT}check ok"
5
6${CONSTITUENT}check ::
7        @echo "------> starting ${CONSTITUENT}check"
8        @$(cmtexe) -quiet build constituent_makefile ${CONSTITUENT}; $(MAKE) -f ${CONSTITUENT}.make build_strategy=keep_makefiles ${CONSTITUENT}check
9
10#-- end of check_application_header ------
Note: See TracBrowser for help on using the repository browser.