Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin
Module Name: src
Committed By: rillig
Date: Sun Aug 22 22:24:12 UTC 2021
Modified Files:
src/usr.bin: Makefile.inc
src/usr.bin/kdump: Makefile
src/usr.bin/ktruss: Makefile
src/usr.bin/rump_server: Makefile
src/usr.bin/vmstat: vmstat.c
src/usr.bin/xlint/lint1: Makefile
Log Message:
usr.bin: enable lint checks for most programs in /usr/bin
Previously, lint was only activated for the libraries, but not for the
kernel or userland programs. Activate lint for the programs in /usr/bin
for now, more will follow later.
This only affects builds that set MKLINT=yes.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/usr.bin/Makefile.inc
cvs rdiff -u -r1.34 -r1.35 src/usr.bin/kdump/Makefile
cvs rdiff -u -r1.31 -r1.32 src/usr.bin/ktruss/Makefile
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/rump_server/Makefile
cvs rdiff -u -r1.246 -r1.247 src/usr.bin/vmstat/vmstat.c
cvs rdiff -u -r1.83 -r1.84 src/usr.bin/xlint/lint1/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index