Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 1996 00:28:20 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        freebsd-current@FreeBSD.org (FreeBSD-current users)
Subject:   Re: cvs commit: src/usr.bin/xlint/llib llib-lc Makefile llib-lstdc
Message-ID:  <199603242328.AAA06693@uriah.heep.sax.de>
In-Reply-To: <199603242308.XAA02639@originat.demon.co.uk> from "Paul Richards" at Mar 24, 96 11:08:01 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Paul Richards wrote:

>  I guess the thing to do will be to
> copy the stdc library definition to the c library definition as a
> starting point and then add the other libc routines.

No.  (I've also made this mistake when i've been starting.)

Only the lstdc and lposix files need to live there -- they are special
cases.  Everything else is supposed to be created out of the header
files.  It works sorta automagically.  All you need to do is to say
``make lint'' in the lib directory.  (Ok, there's still the boot-
strapping problem.)

lstdc and lposix are subsets from lc, that's why they get their own
definition modules.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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