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
|
Line | |
---|
1 | #-- start of cleanup_header --------------
|
---|
2 |
|
---|
3 | clean :: ${CONSTITUENT}clean
|
---|
4 | @cd .
|
---|
5 |
|
---|
6 | ifndef PEDANTIC
|
---|
7 | .DEFAULT::
|
---|
8 | @echo "#CMT> Warning: $@: No rule for such target" >&2; exit
|
---|
9 | else
|
---|
10 | .DEFAULT::
|
---|
11 | @echo "#CMT> PEDANTIC MODE >> No rule for target $@" >&2
|
---|
12 | @if test `expr index $@ '.'` != 0 ; \
|
---|
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;
|
---|
15 | endif
|
---|
16 |
|
---|
17 | ${CONSTITUENT}clean ::
|
---|
18 | #-- end of cleanup_header ---------------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.