Date: Wed, 1 Oct 2025 09:07:32 -0300 From: Renato Botelho <garga@FreeBSD.org> To: Current FreeBSD <freebsd-current@freebsd.org> Cc: Cy Schubert <Cy.Schubert@cschubert.com> Subject: buildworld with -s is noisier than usual Message-ID: <0a61ffc9-4c15-46a4-b3d5-ec6d666b4947@FreeBSD.org>
index | next in thread | raw e-mail
I usually build world using -s and recently I noticed it's noisier than it used to be, I see some awk calls like the following (cc'ing cy since it seems to be introduced by MIT import): + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-krb5_err.h' et-h-krb5_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-krb5_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-krb5_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-k5e1_err.h' et-h-k5e1_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-k5e1_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-k5e1_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-kdb5_err.h' et-h-kdb5_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-kdb5_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-kdb5_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-prof_err.h' et-h-prof_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-prof_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-prof_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-kv5m_err.h' et-h-kv5m_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-kv5m_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-kv5m_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-krb524_err.h' et-h-krb524_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-krb524_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-krb524_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-asn1_err.h' et-h-asn1_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-asn1_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-asn1_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=include-et-h-gssapi_err_generic.h' include-et-h-gssapi_err_generic.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=include-et-h-gssapi_err_generic.c' 'textdomain=mit-krb5' 'localedir=' include-et-h-gssapi_err_generic.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=include-et-h-gssapi_err_krb5.h' include-et-h-gssapi_err_krb5.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=include-et-h-gssapi_err_krb5.c' 'textdomain=mit-krb5' 'localedir=' include-et-h-gssapi_err_krb5.et Creating gssapi.h + mv gss77987 gssapi.h + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-chpass_util_strings.h' et-h-chpass_util_strings.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-chpass_util_strings.c' 'textdomain=mit-krb5' 'localedir=' et-h-chpass_util_strings.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_h.awk 'outfile=et-h-kadm_err.h' et-h-kadm_err.et + /usr/bin/awk -f /usr/src/crypto/krb5/src/util/et/et_c.awk 'outfile=et-h-kadm_err.c' 'textdomain=mit-krb5' 'localedir=' et-h-kadm_err.et creating osreldate.h from newvers.sh -- Renato Botelhohome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0a61ffc9-4c15-46a4-b3d5-ec6d666b4947>
