Page MenuHomeFreeBSD

Add newlog.sh and setops.sh to share/mk
ClosedPublic

Authored by sjg on Fri, Jan 31, 12:15 AM.
Tags
None
Referenced Files
F111139331: D48737.id150229.diff
Thu, Feb 27, 10:54 PM
Unknown Object (File)
Mon, Feb 17, 2:16 AM
Unknown Object (File)
Sat, Feb 15, 11:52 AM
Unknown Object (File)
Fri, Feb 14, 11:13 AM
Unknown Object (File)
Fri, Feb 14, 8:58 AM
Unknown Object (File)
Fri, Feb 14, 8:34 AM
Unknown Object (File)
Fri, Feb 14, 3:39 AM
Unknown Object (File)
Fri, Feb 14, 2:29 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 62349
Build 59233: 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

In D48737#1112404, @sjg wrote:

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

I think that would probably be better.

Use newlog.sh out of contrib/bmake/mk

Ensure scripts are installed executable

This revision is now accepted and ready to land.Tue, Feb 11, 4:20 PM
This revision was automatically updated to reflect the committed changes.