Page MenuHomeFreeBSD

Nuke nonsense symlinks in sys/modules when the user actually invokes clean
ClosedPublic

Authored by sbruno on Jul 23 2014, 10:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 14, 3:28 AM
Unknown Object (File)
Wed, Dec 11, 7:21 AM
Unknown Object (File)
Dec 5 2024, 4:26 AM
Unknown Object (File)
Nov 26 2024, 7:29 AM
Unknown Object (File)
Nov 24 2024, 8:26 PM
Unknown Object (File)
Oct 17 2024, 7:26 PM
Unknown Object (File)
Oct 9 2024, 5:16 PM
Unknown Object (File)
Oct 4 2024, 8:48 AM
Subscribers

Details

Reviewers
sbruno
Summary

Add magic symlinks to the CLEANFILES target

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

sbruno retitled this revision from to Nuke nonsense symlinks in sys/modules when the user actually invokes clean.
sbruno updated this object.
sbruno edited the test plan for this revision. (Show Details)
sbruno added a subscriber: grehan.

Or ... just add all the contents of the _ILINKS var to the CLEANFILES target, much
easier and more obvious

Updating D474: Nuke nonsense symlinks in sys/modules when the user actually invokes

clean

Looks good !

sys/conf/kmod.mk
218

Could this be CLEANFILES+=${_ILINKS} instead of adding @ and machine to CLEANFILES further down ?

yepper, makes more sense to me.

sbruno added a reviewer: sbruno.

committed at svn r269039

This revision is now accepted and ready to land.Jul 24 2014, 12:25 AM

Very nice! May I ask to MFC down to stable/8? Thanks.