Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Dec 2000 01:39:29 -0800 (PST)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
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 ...
Message-ID:  <200012010939.eB19dTV74661@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




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