[843] in Kerberos-V5-bugs
Re: util/ss problems
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Tue Oct 11 12:45:58 1994
Date: Tue, 11 Oct 1994 12:45:52 +0500
From: Theodore Ts'o <tytso@MIT.EDU>
To: "John G. Myers" <jgm+@cmu.edu>
Cc: krb5-bugs@MIT.EDU
In-Reply-To: John G. Myers's message of Mon, 10 Oct 1994 23:44:32 -0400 (EDT),
<Pine.LNX.3.90.941010234154.20349A-100000@barbarella.club.cc.cmu.edu>
Date: Mon, 10 Oct 1994 23:44:32 -0400 (EDT)
From: "John G. Myers" <jgm+@cmu.edu>
The "make clean" rule in util/ss/Makefile.in removes the source files
ct_c.awk and ct_c.sed.
Oops. I generally don't build in the source tree, so I forgot about
that potential problem.
It also incorrectly assumes that sed is in /bin/sed.
What system was sed not in /bin, and where was it? I was under the
impression that POSIX required sed to be in /bin, but I could be
mistaken.
I have no idea why you replaced perfectly good C programs with this
awk/sed mess. Makes things a real pain.
Because yacc/bison, lex/flex compatibility/portability issues are even
more of a mess, and even more of a pain....
- Ted