HylaFAX The world's
most advanced open source fax server
|
|
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
Re: Solution: /usr/local/lib/gcc-lib/sparc-sun-solaris2.7/2.95.../../../sparc-sun-solaris2.7/include/assert.h
Monday November 22 23:44:20 GMT 1999
Just a couple of small points about your comments on my new sed
commands (22-11-1999), Nico.
First, the new very version is still *nice* as you put it. Both my
old and the new solve the HylaFAX problem. I have just made the new
more robust, so that when the script is taken to a new context
hopefully it will carry on being as nice.
Second, when I say:
``ABCD/../'' will disappear.
I don't mean it should disappear, I mean as I say it will -- with my
sed instructions. I confess to the limitations, I know it should not
do this, but I am guessing this is not a problem as such file names are
never generated by ``gcc -M.'' (?) Should I make it ``perfect'' or does
this really not matter?
Not equivalencing ``ABCD/..'' to ``.'' is not an error. Potentially
converting ``ABCD/../'' to ``'' is an error ONLY if ``gcc -M'' can
create such file names. These are nothing like the mistakes in the
original, though!
James Lee.