Page MenuHomeFreeBSD

Add newlog.sh and setops.sh to share/mk
Needs ReviewPublic

Authored by sjg on Fri, Jan 31, 12:15 AM.
Tags
None
Referenced Files
F109568073: D48737.diff
Thu, Feb 6, 8:06 PM
Unknown Object (File)
Wed, Feb 5, 3:49 AM
Unknown Object (File)
Wed, Feb 5, 12:52 AM
Subscribers

Details

Summary

jobs.mk makes use of newlog.sh if found.

Set NEWLOG_SH in local.sys.env.mk to save jobs.mk searching for it.

PR: 284390

Diff Detail

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

Event Timeline

sjg requested review of this revision.Fri, Jan 31, 12:15 AM

Note, an alternative arrangement would be for local.sys.env.mk to set NEWLOG_SH= ${SRCTOP}/contrib/bmake/mk/newlog.sh and have share/mk/Makefile install the two scripts from contrib too - as is done with posix.mk