Date: Sun, 25 Apr 2004 12:50:21 -0700 (PDT) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot0 Makefilesrc/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile src/sys/boot/i386/cdboot Makefile src/sys/boot/i386/mbr Makefile src/sys/boot/i386/pxeldr Makefile Message-ID: <200404251950.i3PJoL8x046234@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2004/04/25 12:50:20 PDT FreeBSD src repository Modified files: sys/boot/i386/boot0 Makefile sys/boot/i386/btx/btx Makefile sys/boot/i386/btx/btxldr Makefile sys/boot/i386/cdboot Makefile sys/boot/i386/mbr Makefile sys/boot/i386/pxeldr Makefile Log: Simplify the building of our i386 'binary' boot components by directly producing them using 'ld' options rather than post-processing with 'objcopy'. Idea by: Ryan Sommers <ryans@gamersimpact.com> Revision Changes Path 1.24 +2 -6 src/sys/boot/i386/boot0/Makefile 1.16 +2 -7 src/sys/boot/i386/btx/btx/Makefile 1.15 +2 -7 src/sys/boot/i386/btx/btxldr/Makefile 1.9 +2 -5 src/sys/boot/i386/cdboot/Makefile 1.10 +2 -5 src/sys/boot/i386/mbr/Makefile 1.14 +2 -5 src/sys/boot/i386/pxeldr/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404251950.i3PJoL8x046234>