[826] in Kerberos-V5-bugs
Recent changes to source tree break kbuild....
daemon@ATHENA.MIT.EDU (Ezra Peisach)
Tue Oct 4 08:39:02 1994
To: krb5-bugs@MIT.EDU
Date: Tue, 04 Oct 1994 08:38:57 EDT
From: Ezra Peisach <epeisach@MIT.EDU>
kbuild is currently not configured to require basename in the build
environment. The new mk_cmds that is being used however requires it....
I suspect that kfrags/base.* will need to have it added....
As an alternative, mk_cmds.sh can be modified to inline basename
(it's a simple sed script on some platforms anyway). The GCS, however
indicates that you cannot rely on basename being present on all systems.
(its not in the required list), but I suspect that you can probably
get away with it.
Ezra