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)
Oct 7 2024, 1:43 AM
Unknown Object (File)
Oct 3 2024, 12:38 PM
Unknown Object (File)
Sep 28 2024, 2:13 AM
Unknown Object (File)
Sep 27 2024, 9:51 PM
Unknown Object (File)
Sep 27 2024, 8:27 AM
Unknown Object (File)
Sep 22 2024, 5:10 PM
Unknown Object (File)
Sep 17 2024, 10:58 AM
Unknown Object (File)
Sep 16 2024, 2:19 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.