From owner-freebsd-questions Sun Jun 6 22:51:44 1999 Delivered-To: freebsd-questions@freebsd.org Received: from area51.fremont.ca.us (d60-076.leach.ucdavis.edu [169.237.60.76]) by hub.freebsd.org (Postfix) with ESMTP id E9A381558E for ; Sun, 6 Jun 1999 22:51:41 -0700 (PDT) (envelope-from mharo@area51.fremont.ca.us) Received: (from mharo@localhost) by area51.fremont.ca.us (8.9.3/8.9.2) id WAA02482 for questions@freebsd.org; Sun, 6 Jun 1999 22:51:41 -0700 (PDT) (envelope-from mharo) Date: Sun, 6 Jun 1999 22:51:41 -0700 From: Michael Haro To: questions@freebsd.org Subject: how to make lint (not LINT) work? Message-ID: <19990606225141.A2412@area51.fremont.ca.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm trying to use lint but it tells me.. lint: cannot find llib-lc.ln How do I make llib-lc.ln? /usr/libdata/lint/ is empty. I see that llib-lc.ln was removed from the repository in 1996 so I assume I'm suppost to create llib-lc.ln, but don't know how. It's creation should probably be part of make world. Also, make lint (when including bsd.prog.mk) does @${LINT} ${LINTFLAGS} ${CFLAGS} ${.ALLSRC} | more 2>&1 Should ${CFLAGS} be part of it? That is also messing me up. Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message