This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tail +2 fix


On Thu, 2004-04-22 at 08:20, Jani Monoses wrote:
> Hi,
> 
> with coreutils 5.2 tail chokes on line counts given without explicit -n
> in front of it and ecos libs do not compile.
> 
> 
> so could somebody please run the attached script in the packages dir?
> 
> The patch would be too long and boring to post here as there are 52 cdl 
> files using the construct
> 
> all changes are like this one
> 
> -        @tail +2 vectors.tmp >> $(notdir $@).deps
> +        @tail -n +2 vectors.tmp >> $(notdir $@).deps

Does this new syntax work with all older versions of 'tail'?

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]