Page MenuHomeFreeBSD

Silence MKuserdefs.sh call during ncurses build
ClosedPublic

Authored by garga on Feb 23 2021, 11:35 AM.
Tags
None
Referenced Files
F167196445: D28885.id84526.diff
Wed, Aug 19, 8:36 PM
F167196439: D28885.id84692.diff
Wed, Aug 19, 8:36 PM
F167196347: D28885.diff
Wed, Aug 19, 8:35 PM
Unknown Object (File)
Fri, Aug 14, 2:49 PM
Unknown Object (File)
Wed, Aug 12, 3:34 PM
Unknown Object (File)
Sat, Aug 8, 8:49 AM
Unknown Object (File)
Fri, Jul 24, 3:55 PM
Unknown Object (File)
Tue, Jul 21, 3:07 PM
Subscribers

Details

Summary

MKuserdefs.sh is called with sh -x during ncurses build and when building world with -s output looks like this:

===> lib/ncurses/ncurses (obj,all,install)
+ AWK=awk
+ shift 1
+ OPT1=1
+ shift 1
+ cat
+ cat
+ ./make_hash 1 user 1
+ cat /usr/src/contrib/ncurses/include/Caps /usr/src/contrib/ncurses/include/Caps-ncurses
+ cat
===> lib/libpam/libpam (obj,all,install)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

garga created this revision.
manu added a subscriber: manu.

LGTM

This revision is now accepted and ready to land.Feb 25 2021, 6:12 PM
This revision was automatically updated to reflect the committed changes.