Page MenuHomeFreeBSD

virtual_oss: remove needless .include in intermediate Makefile
ClosedPublic

Authored by brooks on Jan 14 2026, 12:49 PM.
Tags
None
Referenced Files
F146431689: D54702.diff
Mon, Mar 2, 3:49 PM
Unknown Object (File)
Thu, Feb 19, 10:10 PM
Unknown Object (File)
Fri, Feb 13, 6:36 AM
Unknown Object (File)
Sun, Feb 8, 2:49 PM
Unknown Object (File)
Jan 26 2026, 1:22 PM
Unknown Object (File)
Jan 25 2026, 5:31 AM
Unknown Object (File)
Jan 24 2026, 5:36 PM
Unknown Object (File)
Jan 24 2026, 2:05 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jan 14 2026, 1:37 PM

@ivy Makefile.inc defines:

PACKAGE?=	sound

Is it a problem if the inclusion is removed from here?

@ivy Makefile.inc defines:

PACKAGE?=	sound

Is it a problem if the inclusion is removed from here?

Why would it be? These Makefiles don't install anything.

@ivy Makefile.inc defines:

PACKAGE?=	sound

Is it a problem if the inclusion is removed from here?

no, it's fine as long as it's still included by the subdirectories which actually use it, which should happen automatically.

the easiest way to test this is to run make buildworld update-packages, then check <objdir>/worldstage/sound.plist to make sure the things which should be in the sound package are still there.