Date: Tue, 27 Apr 2004 13:13:22 -0600 (MDT) From: "M. Warner Losh" <imp@bsdimp.com> To: phk@FreeBSD.org Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/boot/i386/boot0 Makefile boot0.s boot0_512.s boot0sio.s Message-ID: <20040427.131322.102770380.imp@bsdimp.com> In-Reply-To: <200404271907.i3RJ7ZkI028848@repoman.freebsd.org> References: <200404271907.i3RJ7ZkI028848@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200404271907.i3RJ7ZkI028848@repoman.freebsd.org> Poul-Henning Kamp <phk@FreeBSD.org> writes: : phk 2004/04/27 12:07:35 PDT : : FreeBSD src repository : : Modified files: : sys/boot/i386/boot0 Makefile : Added files: : sys/boot/i386/boot0 boot0_512.s : Removed files: : sys/boot/i386/boot0 boot0.s boot0sio.s : Log: : Change from '#' to "//" comment character to allow CPP preprocessing. : : Merge boot0.s and boot0sio.s into boot0_512.s controlled by "#ifdef SIO". : : Add Makefile magic to generate boot0.s and boot0sio.s from boot0_512.s. : : The compile boot0 and boot0sio have unchanged MD5 checksums. : : Revision Changes Path : 1.26 +6 -0 src/sys/boot/i386/boot0/Makefile : 1.31 +0 -419 src/sys/boot/i386/boot0/boot0.s (dead) : 1.1 +494 -0 src/sys/boot/i386/boot0/boot0_512.s (new) Shouldn't this be boot0_512.S since it is pre-processed? Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040427.131322.102770380.imp>