Page MenuHomeFreeBSD

krb5: Attempt to quiet buildworld
AbandonedPublic

Authored by cy on Wed, Oct 1, 12:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 1, 8:58 PM
Unknown Object (File)
Wed, Oct 1, 7:16 PM
Unknown Object (File)
Wed, Oct 1, 4:47 PM
Unknown Object (File)
Wed, Oct 1, 3:29 PM
Unknown Object (File)
Wed, Oct 1, 3:28 PM
Unknown Object (File)
Wed, Oct 1, 3:06 PM
Subscribers

Details

Reviewers
ivy
des
Group Reviewers
krb5
Summary

Error table generation is quite noisy. Let's quiet it down a bit.

Reported by: garga

MFC after: 3 days
X-MFC to: stable/15

Test Plan

Built here.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 67451
Build 64334: arc lint + arc unit

Event Timeline

cy requested review of this revision.Wed, Oct 1, 12:58 PM
cy added reviewers: ivy, des.

adding @ to every Makefile command doesn't seem right. isn't the output garga was complaining about coming from crypto/krb5/src/util/et/compile_et.sh, which enables set -x?

You're right.

I'm loathed to update distributed sources because it's a vector for merge conflicts. I prefer to avoid updating upstream sources if possible.