Ignore:
Timestamp:
Feb 22, 2008, 3:25:54 PM (16 years ago)
Author:
rybkin
Message:

See C.L. 350

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/mgr/fragments/cleanup_header

    r349 r446  
    66ifndef PEDANTIC
    77.DEFAULT::
    8         @echo "WARNING >> You should provide a target for $@"
     8        @echo "#CMT> Warning: $@: No rule for such target" >&2; exit
    99else
    1010.DEFAULT::
    11         @echo "PEDANTIC MODE >> You should provide a target for $@"
     11        @echo "#CMT> PEDANTIC MODE >> No rule for target $@" >&2
    1212        @if test `expr index $@ '.'` != 0 ; \
    13         then  echo "PEDANTIC MODE >> This target seems to be a missing file, please check"; exit -1 ;\
    14         else echo "PEDANTIC MODE >> Just ignore it ; as it seems to be just a fake target due to some pattern" ; exit 0; fi;           
     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;                 
    1515endif
    1616
Note: See TracChangeset for help on using the changeset viewer.