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
Unknown Object (File)
Mon, Jan 26, 1:22 PM
Unknown Object (File)
Sun, Jan 25, 5:31 AM
Unknown Object (File)
Sat, Jan 24, 5:36 PM
Unknown Object (File)
Sat, Jan 24, 2:05 AM
Unknown Object (File)
Tue, Jan 20, 9:05 PM
Unknown Object (File)
Mon, Jan 19, 4:12 PM
Unknown Object (File)
Mon, Jan 19, 2:42 PM
Unknown Object (File)
Mon, Jan 19, 3:55 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 69869
Build 66752: arc lint + arc unit

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.