Page MenuHomeFreeBSD

Remove build system support for lint.
ClosedPublic

Authored by imp on Nov 16 2017, 9:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Dec 12, 2:24 AM
Unknown Object (File)
Nov 27 2025, 3:17 AM
Unknown Object (File)
Nov 22 2025, 12:23 PM
Unknown Object (File)
Nov 21 2025, 12:50 PM
Unknown Object (File)
Nov 21 2025, 12:49 PM
Unknown Object (File)
Nov 21 2025, 12:48 PM
Unknown Object (File)
Nov 21 2025, 12:44 PM
Unknown Object (File)
Nov 21 2025, 12:44 PM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 12805
Build 13072: arc lint + arc unit

Event Timeline

These are still here too:

share/mk/bsd.subdir.mk:         installfiles installincludes print-dir realinstall lint \
share/mk/bsd.sys.mk:            installincludes lint obj objlink objs objwarn \
share/mk/bsd.README
488–489

lint

495–496

lint

585–586

this is still here

This revision now requires changes to proceed.Nov 17 2017, 12:25 AM

Next task may be removing -DLINT support in source files like:

usr.sbin/cron/cron/cron.c:#if !defined(lint) && !defined(LINT)
usr.sbin/cron/cron/cron.h:# if !defined(LINT) && !defined(lint)
usr.sbin/cron/cron/database.c:#if !defined(lint) && !defined(LINT)
This revision is now accepted and ready to land.Nov 17 2017, 4:56 AM

Next task may be removing -DLINT support in source files like:

Next task perhaps... not this task :)

This revision was automatically updated to reflect the committed changes.