cvs commit: src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot0 Makefile src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/btx/btx Makefile src/sys/boot/i386/btx/btxldr Makefile src/sys/boot/i386/btx/lib Makefile ...

Ruslan Ermilov ru at FreeBSD.org
Mon Feb 9 06:11:58 PST 2004


ru          2004/02/09 06:11:58 PST

  FreeBSD src repository

  Modified files:
    sys/boot/i386        Makefile.inc 
    sys/boot/i386/boot0  Makefile 
    sys/boot/i386/boot2  Makefile 
    sys/boot/i386/btx/btx Makefile 
    sys/boot/i386/btx/btxldr Makefile 
    sys/boot/i386/btx/lib Makefile 
    sys/boot/i386/cdboot Makefile 
    sys/boot/i386/kgzldr Makefile 
    sys/boot/i386/loader Makefile 
    sys/boot/i386/mbr    Makefile 
    sys/boot/i386/pxeldr Makefile 
  Log:
  - Factor out -nostdlib to an upper level Makefile.inc.
  
  - Now that bsd.prog.mk deals with programs linked with -nostdlib
    better, and has a notion of an "internal" program, use PROG
    where possible.  This has a good impact on the contents of
    .depend files and causes programs to be linked with cc(1).
  
  XXX: boot2 couldn't be converted as it's actually two programs.
  
  Tested on:      i386, amd64
  
  Revision  Changes    Path
  1.9       +1 -0      src/sys/boot/i386/Makefile.inc
  1.23      +7 -4      src/sys/boot/i386/boot0/Makefile
  1.54      +1 -1      src/sys/boot/i386/boot2/Makefile
  1.14      +9 -4      src/sys/boot/i386/btx/btx/Makefile
  1.13      +9 -4      src/sys/boot/i386/btx/btxldr/Makefile
  1.12      +5 -7      src/sys/boot/i386/btx/lib/Makefile
  1.8       +6 -3      src/sys/boot/i386/cdboot/Makefile
  1.19      +6 -11     src/sys/boot/i386/kgzldr/Makefile
  1.73      +8 -13     src/sys/boot/i386/loader/Makefile
  1.9       +6 -3      src/sys/boot/i386/mbr/Makefile
  1.12      +5 -7      src/sys/boot/i386/pxeldr/Makefile


More information about the cvs-src mailing list