From owner-cvs-all@FreeBSD.ORG Wed Feb 11 00:42:38 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 7F62316A4CE; Wed, 11 Feb 2004 00:42:38 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A41243D1D; Wed, 11 Feb 2004 00:42:38 -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 i1B8gcGe038733; Wed, 11 Feb 2004 00:42:38 -0800 (PST) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1B8gcSt038732; Wed, 11 Feb 2004 00:42:38 -0800 (PST) (envelope-from ru) Message-Id: <200402110842.i1B8gcSt038732@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 11 Feb 2004 00:42:38 -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/btx/btx Makefile btx.S btx.s src/sys/boot/i386/btx/btxldr Makefile btxldr.S btxldr.s src/sys/boot/i386/pxeldr Makefile pxeldr.S pxeldr.s 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: Wed, 11 Feb 2004 08:42:38 -0000 ru 2004/02/11 00:42:38 PST FreeBSD src repository Modified files: sys/boot/i386/btx/btx Makefile btx.S sys/boot/i386/btx/btxldr Makefile btxldr.S sys/boot/i386/pxeldr Makefile pxeldr.S Removed files: sys/boot/i386/btx/btx btx.s sys/boot/i386/btx/btxldr btxldr.s sys/boot/i386/pxeldr pxeldr.s Log: Get rid of unnecessary use of m4(1) by using cpp(1) instead. (John tells me there were problems when trying this before, but it appears to be safe these day.) OK'ed by: jhb Repocopied by: joe Revision Changes Path 1.15 +5 -11 src/sys/boot/i386/btx/btx/Makefile 1.34 +14 -14 src/sys/boot/i386/btx/btx/btx.S 1.34 +0 -1173 src/sys/boot/i386/btx/btx/btx.s (dead) 1.14 +3 -8 src/sys/boot/i386/btx/btxldr/Makefile 1.14 +24 -24 src/sys/boot/i386/btx/btxldr/btxldr.S 1.14 +0 -396 src/sys/boot/i386/btx/btxldr/btxldr.s (dead) 1.13 +3 -8 src/sys/boot/i386/pxeldr/Makefile 1.10 +4 -4 src/sys/boot/i386/pxeldr/pxeldr.S 1.10 +0 -287 src/sys/boot/i386/pxeldr/pxeldr.s (dead)