From owner-freebsd-current Sun Mar 24 15:51:11 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA03848 for current-outgoing; Sun, 24 Mar 1996 15:51:11 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA03837 for ; Sun, 24 Mar 1996 15:51:03 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id BAA05161 for ; Mon, 25 Mar 1996 01:50:55 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id AAA02384 for freebsd-current@FreeBSD.org; Mon, 25 Mar 1996 00:50:53 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.4/8.6.9) id AAA06693 for freebsd-current@FreeBSD.org; Mon, 25 Mar 1996 00:28:20 +0100 (MET) From: J Wunsch Message-Id: <199603242328.AAA06693@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.bin/xlint/llib llib-lc Makefile llib-lstdc To: freebsd-current@FreeBSD.org (FreeBSD-current users) Date: Mon, 25 Mar 1996 00:28:20 +0100 (MET) Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199603242308.XAA02639@originat.demon.co.uk> from "Paul Richards" at Mar 24, 96 11:08:01 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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. ;-)