tail +2 fix
Jani Monoses
jani@iv.ro
Thu Apr 22 14:27:00 GMT 2004
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
thanks
Jani
-------------- next part --------------
A non-text attachment was scrubbed...
Name: chg.sh
Type: text/x-sh
Size: 563 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/ecos-patches/attachments/20040422/3346aa1e/attachment.bin>
More information about the Ecos-patches
mailing list