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

David E. O'Brien obrien at FreeBSD.org
Sun Apr 25 12:50:21 PDT 2004


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 at 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


More information about the cvs-all mailing list