Page MenuHomeFreeBSD

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

Authored by sjg on Jan 31 2025, 12:15 AM.
Tags
None
Referenced Files
F163808194: D48737.id150810.diff
Sun, Jul 26, 5:58 AM
F163788324: D48737.id150811.diff
Sun, Jul 26, 12:55 AM
Unknown Object (File)
Sat, Jul 25, 1:16 AM
Unknown Object (File)
Thu, Jul 23, 4:30 AM
Unknown Object (File)
Wed, Jul 22, 1:59 PM
Unknown Object (File)
Tue, Jul 21, 10:33 PM
Unknown Object (File)
Sun, Jul 12, 12:24 AM
Unknown Object (File)
Jun 21 2026, 9:13 PM
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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

sjg requested review of this revision.Jan 31 2025, 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.Feb 11 2025, 4:20 PM
This revision was automatically updated to reflect the committed changes.