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.
Details
Details
- Reviewers
- bapt 
- Group Reviewers
- pkgbase 
- Commits
- rG0f7d8b71b45b: Makefile.inc1: Set DISTDIR in stagekernel target
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
- Lint Not Applicable 
- Unit
- Tests Not Applicable