From owner-cvs-all Fri Dec 1 1:39:33 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 768C337B401; Fri, 1 Dec 2000 01:39:29 -0800 (PST) Received: (from obrien@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eB19dTV74661; Fri, 1 Dec 2000 01:39:29 -0800 (PST) (envelope-from obrien) Message-Id: <200012010939.eB19dTV74661@freefall.freebsd.org> From: "David E. O'Brien" Date: Fri, 1 Dec 2000 01:39:29 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/groff/eqn Makefile src/gnu/usr.bin/groff/pic Makefile src/gnu/usr.bin/groff/refer Makefile src/lib/libipsec Makefile src/libexec/ftpd Makefile src/usr.bin/mklocale Makefile src/usr.bin/xlint/lint1 Makefile src/usr.sbin/atm/scspd Makefile ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG obrien 2000/12/01 01:39:29 PST Modified files: gnu/usr.bin/groff/eqn Makefile gnu/usr.bin/groff/pic Makefile gnu/usr.bin/groff/refer Makefile lib/libipsec Makefile libexec/ftpd Makefile usr.bin/mklocale Makefile usr.bin/xlint/lint1 Makefile usr.sbin/atm/scspd Makefile usr.sbin/i4b/isdnd Makefile usr.sbin/kbdcontrol Makefile usr.sbin/named Makefile.inc usr.sbin/nslookup Makefile usr.sbin/rrenumd Makefile usr.sbin/setkey Makefile Log: The GCC 2.96 snapshots have slightly different rules for finding include files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.". Revision Changes Path 1.13 +3 -2 src/gnu/usr.bin/groff/eqn/Makefile 1.8 +3 -2 src/gnu/usr.bin/groff/pic/Makefile 1.8 +3 -2 src/gnu/usr.bin/groff/refer/Makefile 1.9 +2 -2 src/lib/libipsec/Makefile 1.37 +2 -1 src/libexec/ftpd/Makefile 1.22 +2 -2 src/usr.bin/mklocale/Makefile 1.8 +2 -2 src/usr.bin/xlint/lint1/Makefile 1.7 +2 -2 src/usr.sbin/atm/scspd/Makefile 1.6 +3 -2 src/usr.sbin/i4b/isdnd/Makefile 1.7 +2 -1 src/usr.sbin/kbdcontrol/Makefile 1.13 +3 -2 src/usr.sbin/named/Makefile.inc 1.11 +2 -1 src/usr.sbin/nslookup/Makefile 1.4 +2 -2 src/usr.sbin/rrenumd/Makefile 1.4 +2 -2 src/usr.sbin/setkey/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message