Page MenuHomeFreeBSD

etcupdate: Add a -m flag to change the make binary that's run
ClosedPublic

Authored by jrtc27 on Jul 19 2022, 6:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 20, 9:32 PM
Unknown Object (File)
Tue, Mar 3, 6:39 PM
Unknown Object (File)
Feb 8 2026, 11:33 AM
Unknown Object (File)
Feb 8 2026, 2:01 AM
Unknown Object (File)
Jan 31 2026, 3:28 AM
Unknown Object (File)
Jan 23 2026, 9:59 PM
Unknown Object (File)
Jan 23 2026, 9:40 PM
Unknown Object (File)
Jan 23 2026, 11:51 AM

Details

Summary

This will allow release/Makefile to forward on ${MAKE} to allow building
on non-FreeBSD systems where ${MAKE} is something other than make, as
make is typically GNU make in such situations.

Obtained from: CheriBSD

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 46484
Build 43373: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jul 23 2022, 12:15 AM

There is a "CONFIG FILE" section in the manpage that MAKE_CMD could probably be documented in as well.