[Bug 18326] no /usr/libdata/lint/llib-lc.ln
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 10 09:49:42 UTC 2015
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=18326
NGie Cooper <ngie at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ngie at FreeBSD.org
--- Comment #3 from NGie Cooper <ngie at 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.
More information about the freebsd-bugs
mailing list