From owner-cvs-all Thu Jan 6 6:46:41 2000 Delivered-To: cvs-all@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 9A3E014C3C; Thu, 6 Jan 2000 06:46:34 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 126EBL-0000b2-00; Thu, 06 Jan 2000 16:46:31 +0200 From: Sheldon Hearn To: "David E. O'Brien" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.bin Makefile src/usr.bin/cpp Makefile cpp.notraditional.sh cpp.sh src/gnu/usr.bin/cc Makefile src/gnu/usr.bin/cc/cpp Makefile In-reply-to: Your message of "Mon, 03 Jan 2000 19:48:09 PST." <200001040348.TAA76858@freefall.freebsd.org> Date: Thu, 06 Jan 2000 16:46:31 +0200 Message-ID: <2295.947169991@axl.noc.iafrica.com> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk On Mon, 03 Jan 2000 19:48:09 PST, "David E. O'Brien" wrote: > Modified files: > usr.bin Makefile > gnu/usr.bin/cc Makefile > gnu/usr.bin/cc/cpp Makefile > Removed files: > usr.bin/cpp Makefile cpp.notraditional.sh cpp.sh > Log: > Turn on a new /usr/bin/cpp that is a true binary rather than a shell script > wrapper. /usr/bin/cpp knows about all the GCC predefined symbols and has > the functionality of the previous EGCS 1.1.2 /usr/libexec/cpp. I think lint(1) might work with this given the following small patch. Ciao, Sheldon. Index: xlint.c =================================================================== RCS file: /home/ncvs/src/usr.bin/xlint/xlint/xlint.c,v retrieving revision 1.7 diff -u -d -r1.7 xlint.c --- xlint.c 1999/01/25 11:25:24 1.7 +++ xlint.c 2000/01/06 14:03:29 @@ -321,7 +321,6 @@ libsrchpath = xcalloc(1, sizeof (char *)); appcstrg(&cppflags, "-lang-c"); - appcstrg(&cppflags, "-undef"); appcstrg(&cppflags, "-$"); appcstrg(&cppflags, "-C"); appcstrg(&cppflags, "-Wcomment"); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message