describe revision merged into cvs main



Robert Dodier writes:
> 
>> This seems to be a bashism.  When I run find under Sun sh, I get that
>> list of files.  When using bash, I get nothing.
>>
>> Can't we embed an actual tab character there?

Yes.  Even better to avoid non-ASCII chars (like x0D)
in Makefile one can store them in separate pattern file
and use grep with -f switch.  This should be truly
portable.

>> Or maybe just make it a warning instead of an error?
>
> Makes sense to me to make it a warning instead of an error.

IMHO Warning in Makefile is virtually useless.
Who is ever cares about warnings inside several hundred
kilobytes log file?  Only the person who watches
this very particular warning.  But then this person
can check for unexpanded Tab and DOS-EOL manually
without running make.  My intention was not to let
bad data go into final build or distribution tarball.

OK, maybe it was not a good idea.

-- 
      Vadim V. Zhytnikov

       <vvzhy at mail.ru>
      <vvzhy at netorn.ru>