From owner-cvs-src@FreeBSD.ORG Tue Dec 21 09:59:45 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9846616A4CE; Tue, 21 Dec 2004 09:59:45 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4700A43D53; Tue, 21 Dec 2004 09:59:45 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBL9xjkB035445; Tue, 21 Dec 2004 09:59:45 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBL9xjEV035444; Tue, 21 Dec 2004 09:59:45 GMT (envelope-from ru) Message-Id: <200412210959.iBL9xjEV035444@repoman.freebsd.org> From: Ruslan Ermilov Date: Tue, 21 Dec 2004 09:59:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src Makefile Makefile.inc1 src/bin Makefile.inc src/bin/rmail Makefile src/gnu/usr.bin/binutils/ar Makefile src/gnu/usr.bin/binutils/as Makefile src/gnu/usr.bin/binutils/gdb Makefile src/gnu/usr.bin/binutils/ld Makefile ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2004 09:59:45 -0000 ru 2004-12-21 09:59:45 UTC FreeBSD src repository Modified files: . Makefile Makefile.inc1 bin Makefile.inc bin/rmail Makefile gnu/usr.bin/binutils/ar Makefile gnu/usr.bin/binutils/as Makefile gnu/usr.bin/binutils/gdb Makefile gnu/usr.bin/binutils/ld Makefile gnu/usr.bin/binutils/ranlib Makefile gnu/usr.bin/cc/cc Makefile gnu/usr.bin/cc/cc1 Makefile gnu/usr.bin/cc/cc1obj Makefile gnu/usr.bin/cc/cc1plus Makefile release Makefile sbin Makefile.inc sbin/devd Makefile sbin/geom/core Makefile sbin/init Makefile sbin/mount_cd9660 Makefile sbin/mount_msdosfs Makefile sbin/mount_ntfs Makefile sbin/mount_udf Makefile sbin/mount_ufs Makefile share/examples/etc make.conf share/man/man5 make.conf.5 share/mk bsd.prog.mk bsd.compat.mk sys/boot/i386/kgzldr Makefile sys/boot/pc98/boot2 Makefile sys/boot/pc98/kgzldr Makefile usr.bin/make Makefile usr.sbin/mount_smbfs Makefile usr.sbin/nologin Makefile usr.sbin/pccard Makefile.inc Log: NOSHARED -> NO_SHARED Revision Changes Path 1.315 +1 -1 src/Makefile 1.465 +1 -1 src/Makefile.inc1 1.22 +1 -1 src/bin/Makefile.inc 1.21 +1 -1 src/bin/rmail/Makefile 1.13 +1 -1 src/gnu/usr.bin/binutils/ar/Makefile 1.16 +1 -1 src/gnu/usr.bin/binutils/as/Makefile 1.82 +1 -1 src/gnu/usr.bin/binutils/gdb/Makefile 1.31 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile 1.14 +1 -1 src/gnu/usr.bin/binutils/ranlib/Makefile 1.31 +1 -1 src/gnu/usr.bin/cc/cc/Makefile 1.34 +1 -1 src/gnu/usr.bin/cc/cc1/Makefile 1.27 +1 -1 src/gnu/usr.bin/cc/cc1obj/Makefile 1.38 +1 -1 src/gnu/usr.bin/cc/cc1plus/Makefile 1.870 +1 -1 src/release/Makefile 1.14 +1 -1 src/sbin/Makefile.inc 1.6 +1 -1 src/sbin/devd/Makefile 1.10 +1 -1 src/sbin/geom/core/Makefile 1.31 +1 -1 src/sbin/init/Makefile 1.10 +1 -1 src/sbin/mount_cd9660/Makefile 1.27 +1 -1 src/sbin/mount_msdosfs/Makefile 1.10 +1 -1 src/sbin/mount_ntfs/Makefile 1.5 +1 -1 src/sbin/mount_udf/Makefile 1.2 +1 -1 src/sbin/mount_ufs/Makefile 1.247 +1 -1 src/share/examples/etc/make.conf 1.107 +1 -1 src/share/man/man5/make.conf.5 1.10 +1 -0 src/share/mk/bsd.compat.mk 1.142 +1 -1 src/share/mk/bsd.prog.mk 1.22 +1 -1 src/sys/boot/i386/kgzldr/Makefile 1.21 +1 -1 src/sys/boot/pc98/boot2/Makefile 1.16 +1 -1 src/sys/boot/pc98/kgzldr/Makefile 1.41 +2 -2 src/usr.bin/make/Makefile 1.6 +1 -1 src/usr.sbin/mount_smbfs/Makefile 1.13 +1 -1 src/usr.sbin/nologin/Makefile 1.9 +2 -2 src/usr.sbin/pccard/Makefile.inc