Date: Tue, 27 Apr 2004 22:24:03 +0300 From: Ruslan Ermilov <ru@freebsd.org> To: Poul-Henning Kamp <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: <20040427192403.GC75827@ip.net.ua> 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
--TiqCXmo5T1hvSQQg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 27, 2004 at 12:07:35PM -0700, Poul-Henning Kamp wrote: > phk 2004/04/27 12:07:35 PDT >=20 > FreeBSD src repository >=20 > Modified files: > sys/boot/i386/boot0 Makefile=20 > Added files: > sys/boot/i386/boot0 boot0_512.s=20 > Removed files: > sys/boot/i386/boot0 boot0.s boot0sio.s=20 > Log: > Change from '#' to "//" comment character to allow CPP preprocessing. > =20 This is backwards, please fix. Also, the preprocessed files should have the .S extension, and then they don't require the special hacks in makefiles. Also, is there a good reason why boot0.s wasn't repocopied to boot0_512.S? > Merge boot0.s and boot0sio.s into boot0_512.s controlled by "#ifdef SIO= ". > =20 > Add Makefile magic to generate boot0.s and boot0sio.s from boot0_512.s. > =20 > The compile boot0 and boot0sio have unchanged MD5 checksums. > =20 > 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) > 1.5 +0 -438 src/sys/boot/i386/boot0/boot0sio.s (dead) --=20 Ruslan Ermilov ru@FreeBSD.org FreeBSD committer --TiqCXmo5T1hvSQQg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAjrNTUkv4P6juNwoRAjhPAJ9xauHPcK2rFKaeSaf+/XnZkS79kQCfYRZj w7Zbbav2JSEcbusZcp9uHWM= =eUHj -----END PGP SIGNATURE----- --TiqCXmo5T1hvSQQg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040427192403.GC75827>