Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 11/03/1997 23:00:05
cgd
Mon Nov  3 14:51:32 PST 1997
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv7272

Modified Files:
	bsd.kmod.mk bsd.prog.mk 
Log Message:
echo the lint command line when making 'lint'.


cgd
Mon Nov  3 14:53:30 PST 1997
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv7368

Modified Files:
	bsd.own.mk 
Log Message:
if "NONOLINT" is defined, don't automatically define NOLINT.  "yuck."
Once lint support is completely working, NOLINT's definition should be
removed from this file entirely.


cgd
Mon Nov  3 14:56:31 PST 1997
Update of /cvsroot/src/share/mk
In directory netbsd1:/var/slash-tmp/cvs-serv7570

Modified Files:
	sys.mk 
Log Message:
add '-z' to LINTFLAGS, so that forward structure definions (for pointer
args, etc.), don't cause warnings if the structure isn't ever completely
defined.