source: CMT/HEAD/mgr/fragments/cleanup_header@ 446

Last change on this file since 446 was 446, checked in by rybkin, 18 years ago

See C.L. 350

  • Property svn:eol-style set to native
File size: 576 bytes
RevLine 
[2]1#-- start of cleanup_header --------------
2
3clean :: ${CONSTITUENT}clean
4 @cd .
5
[183]6ifndef PEDANTIC
[108]7.DEFAULT::
[446]8 @echo "#CMT> Warning: $@: No rule for such target" >&2; exit
[349]9else
10.DEFAULT::
[446]11 @echo "#CMT> PEDANTIC MODE >> No rule for target $@" >&2
[349]12 @if test `expr index $@ '.'` != 0 ; \
[446]13 then echo "#CMT> PEDANTIC MODE >> $@ seems to be a missing file, please check" >&2; exit -1 ;\
14 else echo "#CMT> PEDANTIC MODE >> $@ seems to be a fake target due to some pattern. Just ignore it." >&2 ; exit 0; fi;
[183]15endif
[108]16
[2]17${CONSTITUENT}clean ::
18#-- end of cleanup_header ---------------
Note: See TracBrowser for help on using the repository browser.