Page MenuHomeFreeBSD

Makefile.inc1: Silence an error in make packages
ClosedPublic

Authored by otis on Nov 28 2021, 9:00 PM.
Tags
None
Referenced Files
F148581829: D33153.id99214.diff
Wed, Mar 18, 10:44 PM
Unknown Object (File)
Tue, Mar 17, 7:01 AM
Unknown Object (File)
Feb 8 2026, 9:03 AM
Unknown Object (File)
Feb 7 2026, 6:06 PM
Unknown Object (File)
Jan 31 2026, 8:47 AM
Unknown Object (File)
Jan 2 2026, 9:16 PM
Unknown Object (File)
Dec 19 2025, 10:39 PM
Unknown Object (File)
Nov 25 2025, 8:08 AM

Details

Summary

When on a system without system without subversion installed,
make packages reported an error like:

eval: /usr/src: Permission denied

This commit tries to fix that.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43015
Build 39903: arc lint + arc unit

Event Timeline

otis requested review of this revision.Nov 28 2021, 9:00 PM

How does this compare with https://reviews.freebsd.org/D30990 which is similar. Same problem?

svnversion etc. serves no purpose in main any longer so this whole section should be reworked, but I think this change is fine for now (it doesn't make anything worse) and can be MFC'd.

This revision is now accepted and ready to land.Nov 29 2021, 9:29 PM