Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 May 2000 09:32:17 -0500 (CDT)
From:      mark tinguely <tinguely@hookie.cs.ndsu.NoDak.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/18326: no /usr/libdata/lint/llib-lc.ln
Message-ID:  <200005011432.JAA35749@hookie.cs.ndsu.NoDak.edu>

next in thread | raw e-mail | index | archive | help

>Number:         18326
>Category:       bin
>Synopsis:       no /usr/libdata/lint/llib-lc.ln
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May  1 07:40:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     mark tinguely
>Release:        FreeBSD 3.4-RELEASE i386 (and earlier to at least 2.2.8)
>Organization:
North Dakota State University
>Environment:

	lint(1)

>Description:

	the lint library for libc is not distributed with lint(1).

>How-To-Repeat:

	run lint on any C code that uses libc

>Fix:
	
	change to /usr/src/usr.bin/xlint/llib/Makefile:


*** Makefile.orig	Sun Mar 31 16:18:41 1996
--- Makefile	Mon May  1 09:24:41 2000
***************
*** 1,7 ****
  #	$NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
  
  #LIBS=	llib-lposix.ln llib-lstdc.ln
! LIBS=	llib-lstdc.ln
  
  all:	${LIBS}
  
--- 1,7 ----
  #	$NetBSD: Makefile,v 1.2 1995/07/03 21:25:05 cgd Exp $
  
  #LIBS=	llib-lposix.ln llib-lstdc.ln
! LIBS=	llib-lc.ln
  
  all:	${LIBS}
  


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005011432.JAA35749>