Add magic symlinks to the CLEANFILES target
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
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
Comment Actions
Looks good !
sys/conf/kmod.mk | ||
---|---|---|
218 | Could this be CLEANFILES+=${_ILINKS} instead of adding @ and machine to CLEANFILES further down ? |