Page MenuHomeFreeBSD

build: note that MAKEOBJDIRPREFIX must be absolute
ClosedPublic

Authored by emaste on Nov 13 2024, 3:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Dec 5 2024, 6:10 AM
Unknown Object (File)
Dec 3 2024, 7:53 AM
Unknown Object (File)
Nov 28 2024, 10:13 AM
Unknown Object (File)
Nov 18 2024, 10:27 AM
Unknown Object (File)
Nov 15 2024, 1:42 AM
Unknown Object (File)
Nov 13 2024, 5:53 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
emaste added a subscriber: sjg.

@sjg should we make some note in make(1) also?

Note: We're a bit inconsistent about referring to MAKEOBJDIRPREFIX as a make variable and an environment variable in the rest of the doc...

share/man/man7/build.7
515

"It" likely is fine here or maybe "This variable" like the prior sentence.
But this is also fine if you prefer to make it explicit.

This revision is now accepted and ready to land.Nov 13 2024, 4:16 PM

@sjg should we make some note in make(1) also?

Wouldn't hurt, will update in NetBSD first.