Page MenuHomeFreeBSD

Remove include/sys/dev/lmc from mtree
ClosedPublic

Authored by zeising on May 27 2018, 7:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 14 2024, 2:26 PM
Unknown Object (File)
Oct 2 2024, 7:43 PM
Unknown Object (File)
Oct 2 2024, 1:23 AM
Unknown Object (File)
Sep 18 2024, 6:23 AM
Unknown Object (File)
Jul 20 2024, 8:14 AM
Unknown Object (File)
Apr 24 2024, 7:12 PM
Unknown Object (File)
Jan 5 2024, 5:34 AM
Unknown Object (File)
Dec 20 2023, 8:03 AM
Subscribers

Details

Summary

In r333144 lmc(4) was removed, including include files, however the directory where the includes resided was not removed from mtree, which means it's created on every install. The direcotry is then removed by running make delete-old, but the creation is unnecessary.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 16868

Event Timeline

Do we also need an entry in ObsoleteFiles.inc?

This revision is now accepted and ready to land.May 27 2018, 7:17 PM
In D15590#329228, @imp wrote:

Do we also need an entry in ObsoleteFiles.inc?

It's already there, but since the dir is in mtree, it's always created, and then removed...

This revision was automatically updated to reflect the committed changes.