Page MenuHomeFreeBSD

Makefile.inc1: Set DISTDIR in stagekernel target
ClosedPublic

Authored by emaste on Thu, Jan 2, 1:34 PM.
Tags
None
Referenced Files
F107883772: D48288.diff
Sun, Jan 19, 12:14 AM
Unknown Object (File)
Thu, Jan 9, 3:57 PM
Unknown Object (File)
Thu, Jan 9, 12:34 AM
Unknown Object (File)
Tue, Jan 7, 5:06 AM
Unknown Object (File)
Tue, Jan 7, 3:35 AM
Unknown Object (File)
Tue, Jan 7, 12:55 AM
Unknown Object (File)
Mon, Jan 6, 8:56 PM
Unknown Object (File)
Sun, Jan 5, 7:52 AM
Subscribers

Details

Summary
The distributekernel target expects DESTDIR and DISTDIR to be set.  The
stagekernel target invokes `make distributekernel`, and previously left
DISTDIR unset, resulting in a path with a "//" component.  Instead, set
DISTDIR to . to make the way we're (ab)using the distributekernel target
more explicit.  No functional change.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Thu, Jan 2, 1:34 PM
emaste created this revision.
This revision is now accepted and ready to land.Fri, Jan 3, 7:06 AM