2002-07-03 Tom Yu <tlyu@mit.edu>
authorTom Yu <tlyu@mit.edu>
Wed, 3 Jul 2002 22:40:42 +0000 (22:40 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 3 Jul 2002 22:40:42 +0000 (22:40 +0000)
commitbc29722caef4b5866c6d60fb99eb79ff0758ea66
tree5a4fa4772fc2c7c855ae0481b7d2e6522693d6b2
parent1c307c6bd5e5a940d83cf4226bc10afe13983bcd
2002-07-03  Tom Yu  <tlyu@mit.edu>

* Makefile.in: Fix rebuild rules et_?.perl -> et_?.pl.  Also,
strip the "#!" line.

* error_table.h: Fix mac conditional, due to _et_list declaration
moving from et_c.awk

* et_c.perl, et_h.perl: Remove.

* et_c.pl, et_h.pl: Generate.

[porting some 1-2-2-branch changes]

* com_err.h: Windows should include <win-mac.h> as opposed
to <Kerberos5/win-mac.h>

* et_c.perl, et_h.perl:
        Renamed to et_c.pl and et_h.pl because the extension is used
        as a newline separator heuristic in MacPerl parser

* et_c.perl, et_h.perl:
        Removed #! from the first line to avoid confusing MacPerl

* com_err.h, error_message.c, et.pbexp, et_c.awk, et_h.awk:
        conditionalized com_err so it doesn't need to export et_list
        on Mac OS X

[pullups from 1-2-2-branch]

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14599 dc483132-0cff-0310-8789-dd5450dbe970
src/util/et/ChangeLog
src/util/et/Makefile.in
src/util/et/com_err.h
src/util/et/error_message.c
src/util/et/error_table.h
src/util/et/et.pbexp [new file with mode: 0644]
src/util/et/et_c.awk
src/util/et/et_c.pl [moved from src/util/et/et_c.perl with 93% similarity]
src/util/et/et_h.awk
src/util/et/et_h.pl [moved from src/util/et/et_h.perl with 92% similarity]