Non-portable use of GNU awk in tests
"Osipov, Michael \(IN IT IN\) via Kerberos" <[email protected]> Sat, 27 Sep 2025 11:58:38 +0200
| Newsgroups | gmane.comp.encryption.kerberos.general |
|---|---|
| Message-ID | <[email protected]> |
Hi folks, while trying to run "gmake check" on HP-UX I noticed many awk issues. the HP awk is incapable of processing all requests. I have supplied AWK=gawk which did make it a bit better. As far as I can see $GAWK isn't use throughout src/tests/. This fixes it for me: > grep -r "awk '" . -l | xargs -I% sed -i "s#awk '#gawk '##" % but I think think should either be solved by > AWK=gawk ./configure or > AWK=gawk gmake check Michael ________________________________________________ Kerberos mailing list [email protected] https://mailman.mit.edu/mailman/listinfo/kerberos