From owner-cvs-all@FreeBSD.ORG Thu Feb 5 14:44:41 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D8FB16A4CE; Thu, 5 Feb 2004 14:44:41 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57FC043D5A; Thu, 5 Feb 2004 14:44:26 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i15MiQ0B075310; Thu, 5 Feb 2004 14:44:26 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i15MiQVn075309; Thu, 5 Feb 2004 14:44:26 -0800 (PST) (envelope-from ru) Message-Id: <200402052244.i15MiQVn075309@repoman.freebsd.org> From: Ruslan Ermilov Date: Thu, 5 Feb 2004 14:44:26 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: 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 ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 22:44:41 -0000 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