As of commit 41adc5f29ba6 ("release: Always use NO_ROOT for distribute* and package*") the other code path is unused, so remove it.
Details
Details
- Reviewers
brooks - Group Reviewers
releng - Commits
- rG26064d3e7463: Makefile.inc1: Remove unused non-NO_ROOT support
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Makefile.inc1 | ||
---|---|---|
1969 | The difference between the now-removed block and the above is that the NO_ROOT case uses kernel.meta previously generated by distributekernel (tar @kernel.meta) vs tar . here. |
Comment Actions
Just remove the .if defined(NO_ROOT) -- packagekernel requires that distributekernel was run first, and distributekernel always generates a metalog.
Makefile.inc1 | ||
---|---|---|
1967 | this is just a nit in the diff output - there's still a .endif here; the diff just shows the one now at line 1973 as the one that remains. |