Page MenuHomeFreeBSD

Silence MKuserdefs.sh call during ncurses build
ClosedPublic

Authored by garga on Feb 23 2021, 11:35 AM.
Tags
None
Referenced Files
F105782319: D28885.id84692.diff
Fri, Dec 20, 3:16 PM
Unknown Object (File)
Nov 15 2024, 3:13 AM
Unknown Object (File)
Oct 16 2024, 6:46 PM
Unknown Object (File)
Oct 8 2024, 11:43 AM
Unknown Object (File)
Oct 8 2024, 8:36 AM
Unknown Object (File)
Oct 6 2024, 7:38 AM
Unknown Object (File)
Oct 6 2024, 5:51 AM
Unknown Object (File)
Oct 5 2024, 3:34 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 Skipped
Unit
Tests Skipped

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.