Module Name:    src
Committed By:   rillig
Date:           Sun Jan 21 14:11:52 UTC 2024

Modified Files:
        src/usr.bin/xlint/lint1: main1.c
        src/usr.bin/xlint/xlint: lint.1

Log Message:
lint: create .ln output file even when queries are enabled

This allows to configure lint flags in mk.conf globally for a whole
NetBSD build.  Previously, this would have made the build fail due to
missing .ln files.

The previous use case of rerunning lint with or without queries is easy
enough to achieve by doing a 'make clean', in the same way as for lint
warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/usr.bin/xlint/lint1/main1.c
cvs rdiff -u -r1.64 -r1.65 src/usr.bin/xlint/xlint/lint.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to