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
F163400177: D54702.id169835.diff
Wed, Jul 22, 9:11 PM
Unknown Object (File)
Tue, Jul 21, 11:39 PM
Unknown Object (File)
Mon, Jul 20, 3:16 PM
Unknown Object (File)
Sun, Jul 19, 8:16 PM
Unknown Object (File)
Sun, Jul 19, 3:08 PM
Unknown Object (File)
Sun, Jul 19, 2:54 PM
Unknown Object (File)
Wed, Jul 15, 5:41 AM
Unknown Object (File)
Wed, Jul 15, 5:41 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.