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)
Thu, Oct 9, 1:32 PM
Unknown Object (File)
Wed, Sep 17, 3:49 AM
Unknown Object (File)
Tue, Sep 16, 3:14 AM
Unknown Object (File)
Sep 14 2025, 6:21 AM
Unknown Object (File)
Sep 12 2025, 9:38 PM
Unknown Object (File)
Sep 12 2025, 12:41 AM
Unknown Object (File)
Sep 10 2025, 1:37 AM
Unknown Object (File)
Jul 29 2025, 4:37 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.