Page MenuHomeFreeBSD

virtual_oss: remove needless .include in intermediate Makefile
ClosedPublic

Authored by brooks on Wed, Jan 14, 12:49 PM.
Tags
None
Referenced Files
F142126590: D54702.diff
Fri, Jan 16, 6:52 AM
Unknown Object (File)
Thu, Jan 15, 8:27 AM
Unknown Object (File)
Thu, Jan 15, 6:43 AM
Unknown Object (File)
Thu, Jan 15, 3:37 AM
Unknown Object (File)
Thu, Jan 15, 1:19 AM
Unknown Object (File)
Thu, Jan 15, 12:47 AM
Subscribers

Details

Summary

It doesn't define anything we use.

Sponsored by: DARPA, AFRL

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.Wed, Jan 14, 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.