cvs commit: src/bin/sh Makefile src/games/factor Makefile src/gnu/lib/libdialog Makefile src/gnu/lib/libstdc++ Makefile src/gnu/usr.bin/cc/c++ Makefile src/gnu/usr.bin/cc/cc Makefile src/gnu/usr.bin/cc/c++filt Makefile src/gnu/usr.bin/cc/cc1 ...

Ruslan Ermilov ru at FreeBSD.org
Thu Feb 5 14:44:41 PST 2004


ru          2004/02/05 14:44:26 PST

  FreeBSD src repository

  Modified files:
    bin/sh               Makefile 
    games/factor         Makefile 
    gnu/lib/libdialog    Makefile 
    gnu/lib/libstdc++    Makefile 
    gnu/usr.bin/cc/c++   Makefile 
    gnu/usr.bin/cc/cc    Makefile 
    gnu/usr.bin/cc/c++filt Makefile 
    gnu/usr.bin/cc/cc1   Makefile 
    gnu/usr.bin/cc/cc1obj Makefile 
    gnu/usr.bin/cc/cc1plus Makefile 
    gnu/usr.bin/cc/cccp  Makefile 
    gnu/usr.bin/cc/collect2 Makefile 
    gnu/usr.bin/cc/cpp   Makefile 
    gnu/usr.bin/cc/cpp0  Makefile 
    gnu/usr.bin/cc/tradcpp0 Makefile 
    gnu/usr.bin/cvs/cvs  Makefile 
    gnu/usr.bin/dialog   Makefile 
    gnu/usr.bin/diff     Makefile 
    gnu/usr.bin/grep     Makefile 
    lib/libatm           Makefile 
    lib/libcam           Makefile 
    lib/libdevstat       Makefile 
    lib/libopie          Makefile 
    lib/libradius        Makefile 
    lib/libtacplus       Makefile 
    libexec/makekey      Makefile 
    sbin/fsdb            Makefile 
    sbin/md5             Makefile 
    sbin/rcorder         Makefile 
    sbin/routed/rtquery  Makefile 
    sbin/routed          Makefile 
    secure/libexec/sftp-server Makefile 
    sys/dev/aic7xxx/aicasm Makefile 
    usr.bin/doscmd       Makefile 
    usr.bin/enigma       Makefile 
    usr.bin/file         Makefile 
    usr.bin/ftp          Makefile 
    usr.bin/ipcs         Makefile 
    usr.bin/minigzip     Makefile 
    usr.bin/ncal         Makefile 
    usr.bin/usbhidaction Makefile 
    usr.bin/vi           Makefile 
    usr.bin/atm/sscop    Makefile 
    usr.bin/xlint/lint1  Makefile 
    usr.sbin/mount_smbfs Makefile 
    usr.sbin/syslogd     Makefile 
    usr.sbin/pnpinfo     Makefile 
  Log:
  Fixed style of DPADD and LDADD assignments as per style.Makefile(5).
  
  Revision  Changes    Path
  1.42      +2 -2      src/bin/sh/Makefile
  1.8       +2 -2      src/games/factor/Makefile
  1.39      +2 -2      src/gnu/lib/libdialog/Makefile
  1.50      +2 -2      src/gnu/lib/libstdc++/Makefile
  1.20      +2 -2      src/gnu/usr.bin/cc/c++/Makefile
  1.17      +2 -2      src/gnu/usr.bin/cc/c++filt/Makefile
  1.29      +2 -2      src/gnu/usr.bin/cc/cc/Makefile
  1.30      +2 -2      src/gnu/usr.bin/cc/cc1/Makefile
  1.23      +2 -2      src/gnu/usr.bin/cc/cc1obj/Makefile
  1.34      +2 -2      src/gnu/usr.bin/cc/cc1plus/Makefile
  1.25      +2 -2      src/gnu/usr.bin/cc/cccp/Makefile
  1.7       +2 -2      src/gnu/usr.bin/cc/collect2/Makefile
  1.24      +2 -2      src/gnu/usr.bin/cc/cpp/Makefile
  1.6       +2 -2      src/gnu/usr.bin/cc/cpp0/Makefile
  1.7       +2 -2      src/gnu/usr.bin/cc/tradcpp0/Makefile
  1.42      +2 -2      src/gnu/usr.bin/cvs/cvs/Makefile
  1.11      +3 -3      src/gnu/usr.bin/dialog/Makefile
  1.14      +3 -3      src/gnu/usr.bin/diff/Makefile
  1.26      +2 -4      src/gnu/usr.bin/grep/Makefile
  1.10      +2 -2      src/lib/libatm/Makefile
  1.12      +2 -2      src/lib/libcam/Makefile
  1.14      +2 -2      src/lib/libdevstat/Makefile
  1.18      +2 -2      src/lib/libopie/Makefile
  1.7       +2 -2      src/lib/libradius/Makefile
  1.6       +2 -2      src/lib/libtacplus/Makefile
  1.14      +3 -3      src/libexec/makekey/Makefile
  1.17      +2 -2      src/sbin/fsdb/Makefile
  1.8       +2 -2      src/sbin/md5/Makefile
  1.4       +2 -2      src/sbin/rcorder/Makefile
  1.14      +2 -2      src/sbin/routed/Makefile
  1.12      +2 -2      src/sbin/routed/rtquery/Makefile
  1.10      +2 -2      src/secure/libexec/sftp-server/Makefile
  1.17      +2 -2      src/sys/dev/aic7xxx/aicasm/Makefile
  1.2       +2 -2      src/usr.bin/atm/sscop/Makefile
  1.36      +3 -2      src/usr.bin/doscmd/Makefile
  1.9       +2 -2      src/usr.bin/enigma/Makefile
  1.26      +2 -2      src/usr.bin/file/Makefile
  1.17      +2 -2      src/usr.bin/ftp/Makefile
  1.7       +3 -3      src/usr.bin/ipcs/Makefile
  1.4       +2 -2      src/usr.bin/minigzip/Makefile
  1.5       +2 -2      src/usr.bin/ncal/Makefile
  1.2       +2 -2      src/usr.bin/usbhidaction/Makefile
  1.42      +2 -2      src/usr.bin/vi/Makefile
  1.17      +2 -2      src/usr.bin/xlint/lint1/Makefile
  1.4       +2 -2      src/usr.sbin/mount_smbfs/Makefile
  1.10      +1 -1      src/usr.sbin/pnpinfo/Makefile
  1.12      +2 -2      src/usr.sbin/syslogd/Makefile


More information about the cvs-src mailing list