Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2015 09:49:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 18326] no /usr/libdata/lint/llib-lc.ln
Message-ID:  <bug-18326-8-F40AUbTxcA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-18326-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-18326-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=18326

NGie Cooper <ngie@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ngie@FreeBSD.org

--- Comment #3 from NGie Cooper <ngie@FreeBSD.org> ---
I could be wrong, but I think this will fix the issue:

$ svn diff .
Index: Makefile
===================================================================
--- Makefile    (revision 290633)
+++ Makefile    (working copy)
@@ -1,7 +1,7 @@
 #      $NetBSD: Makefile,v 1.7 2000/06/14 20:22:19 matt Exp $
 # $FreeBSD$

-LIBS=  llib-lposix.ln llib-lstdc.ln
+LIBS=  llib-lposix.ln llib-lstdc.ln llib-lc.ln

 FILES= ${LIBS}
 FILESDIR= ${LINTLIBDIR}
@@ -14,6 +14,9 @@
 llib-lstdc.ln: llib-lstdc
        ${LINT} ${LINTFLAGS} -Cstdc ${.ALLSRC}

+llib-lc.ln: llib-lstdc
+       ${LINT} ${LINTFLAGS} -Cc ${.ALLSRC}
+
 .include <bsd.prog.mk>

 .if ${MK_META_MODE} == "yes"

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-18326-8-F40AUbTxcA>