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
Unknown Object (File)
Sun, Mar 15, 1:07 AM
Unknown Object (File)
Thu, Mar 12, 1:08 PM
Unknown Object (File)
Wed, Mar 11, 11:00 AM
Unknown Object (File)
Mon, Mar 9, 1:19 PM
Unknown Object (File)
Mon, Mar 2, 3:49 PM
Unknown Object (File)
Feb 19 2026, 10:10 PM
Unknown Object (File)
Feb 13 2026, 6:36 AM
Unknown Object (File)
Feb 8 2026, 2:49 PM
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.