Page MenuHomeFreeBSD

Remove build system support for lint.
ClosedPublic

Authored by imp on Nov 16 2017, 9:52 PM.
Tags
None
Referenced Files
F169817899: D13124.id35382.diff
Wed, Sep 2, 3:57 PM
Unknown Object (File)
Wed, Sep 2, 1:11 PM
Unknown Object (File)
Wed, Sep 2, 8:33 AM
Unknown Object (File)
Wed, Sep 2, 6:52 AM
Unknown Object (File)
Tue, Sep 1, 2:21 PM
Unknown Object (File)
Tue, Sep 1, 6:44 AM
Unknown Object (File)
Mon, Aug 31, 7:10 PM
Unknown Object (File)
Mon, Aug 31, 9:38 AM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
491 ↗(On Diff #35348)

lint

501 ↗(On Diff #35348)

lint

589–590 ↗(On Diff #35348)

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.