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)
Tue, Mar 4, 2:38 PM
Unknown Object (File)
Wed, Feb 19, 2:40 AM
Unknown Object (File)
Feb 17 2025, 3:24 AM
Unknown Object (File)
Feb 11 2025, 3:49 PM
Unknown Object (File)
Jan 29 2025, 9:49 AM
Unknown Object (File)
Jan 27 2025, 4:16 PM
Unknown Object (File)
Jan 27 2025, 3:33 AM
Unknown Object (File)
Jan 26 2025, 8:47 AM
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.