Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!rice!uw-beaver!Teknowledge.COM!unix!hplabs!hp-pcd!hpcvlx!andreas From: andreas@hpcvlx.cv.hp.com (Jim Andreas) Newsgroups: comp.sys.hp Subject: Re: HP Lint and X/Motif Message-ID: <101950108@hpcvlx.cv.hp.com> Date: 18 Mar 90 00:22:34 GMT References: <346@venice.SEDD.TRW.COM> Organization: Hewlett-Packard Co., Corvallis, OR, USA Lines: 21 This should work too, hopefully. #!/bin/sh # # script to lint a BIG file. # lintopts="-u -v -ax -Na50000 -Nb500 -Nd4000 -Ne1000 -Np500 -Ns3000 -Nt40000 -Nw500 -Zf500 -Zn5000 -Zt15000" set -x lint $lintopts $* /usr/lib/llib-Xm.ln /usr/lib/llib-lXt.ln /usr/lib/llib-lX11.ln ----------------------------------------------------------------------- Jim Andreas | andreas@cv.hp.com | INTERNET Hewlett-Packard Company | {backbone}!hplabs!hp-pcd!andreas | UUCP 1000 N.E. Circle | (USA) (503) 750-2860 | VOICE Corvallis, OR 97330 | (USA) (503) 750-3788 | FAX ----------------------------------------------------------------------- This response does not represent the official position of, or statement by, the Hewlett-Packard Company. The above data is provided for informational purposes only. It is supplied without warranty of any kind. -----------------------------------------------------------------------