From owner-cvs-src@FreeBSD.ORG Mon Feb 9 06:11:58 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 985DF16AA6C; Mon, 9 Feb 2004 06:11:58 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97D4F43D1D; Mon, 9 Feb 2004 06:11:58 -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 i19EBw0B028731; Mon, 9 Feb 2004 06:11:58 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i19EBwBq028730; Mon, 9 Feb 2004 06:11:58 -0800 (PST) (envelope-from ru) Message-Id: <200402091411.i19EBwBq028730@repoman.freebsd.org> From: Ruslan Ermilov Date: Mon, 9 Feb 2004 06:11:58 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot0 Makefile src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile src/sys/boot/i386/btx/lib 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: Mon, 09 Feb 2004 14:11:58 -0000 ru 2004/02/09 06:11:58 PST FreeBSD src repository Modified files: sys/boot/i386 Makefile.inc sys/boot/i386/boot0 Makefile sys/boot/i386/boot2 Makefile sys/boot/i386/btx/btx Makefile sys/boot/i386/btx/btxldr Makefile sys/boot/i386/btx/lib Makefile sys/boot/i386/cdboot Makefile sys/boot/i386/kgzldr Makefile sys/boot/i386/loader Makefile sys/boot/i386/mbr Makefile sys/boot/i386/pxeldr Makefile Log: - Factor out -nostdlib to an upper level Makefile.inc. - Now that bsd.prog.mk deals with programs linked with -nostdlib better, and has a notion of an "internal" program, use PROG where possible. This has a good impact on the contents of .depend files and causes programs to be linked with cc(1). XXX: boot2 couldn't be converted as it's actually two programs. Tested on: i386, amd64 Revision Changes Path 1.9 +1 -0 src/sys/boot/i386/Makefile.inc 1.23 +7 -4 src/sys/boot/i386/boot0/Makefile 1.54 +1 -1 src/sys/boot/i386/boot2/Makefile 1.14 +9 -4 src/sys/boot/i386/btx/btx/Makefile 1.13 +9 -4 src/sys/boot/i386/btx/btxldr/Makefile 1.12 +5 -7 src/sys/boot/i386/btx/lib/Makefile 1.8 +6 -3 src/sys/boot/i386/cdboot/Makefile 1.19 +6 -11 src/sys/boot/i386/kgzldr/Makefile 1.73 +8 -13 src/sys/boot/i386/loader/Makefile 1.9 +6 -3 src/sys/boot/i386/mbr/Makefile 1.12 +5 -7 src/sys/boot/i386/pxeldr/Makefile