cvs commit: src/share/mk bsd.libnames.mk src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot0 Makefile src/sys/boot/i386/boot0sio Makefile src/sys/boot/i386/boot2 Makefile src/sys/boot/i386/btx Makefile.inc ...

Ruslan Ermilov ru at FreeBSD.org
Fri Feb 6 13:58:34 PST 2004


ru          2004/02/06 13:58:32 PST

  FreeBSD src repository

  Modified files:
    share/mk             bsd.libnames.mk 
    sys/boot/i386        Makefile.inc 
    sys/boot/i386/boot0  Makefile 
    sys/boot/i386/boot0sio Makefile 
    sys/boot/i386/boot2  Makefile 
    sys/boot/i386/btx    Makefile.inc 
    sys/boot/i386/cdboot Makefile 
    sys/boot/i386/kgzldr Makefile 
    sys/boot/i386/libi386 Makefile 
    sys/boot/i386/loader Makefile 
    sys/boot/i386/mbr    Makefile 
    sys/boot/i386/pxeldr Makefile 
  Log:
  First round of cleanups to sys/boot/ makefiles:
  
  - do not use PROG for what's not a real C program,
  - use sys.mk transformation rules where possible,
  - only create the "machine" symlink on AMD64,
  - removed MAINTAINER lines in individual makefiles,
  - added the LIBSTAND defitinion to <bsd.libnames.mk>,
  - somewhat better contents in .depend files.
  
  Tested on:      i386, amd64
  Prodded by:     bde
  
  Revision  Changes    Path
  1.82      +1 -0      src/share/mk/bsd.libnames.mk
  1.7       +15 -5     src/sys/boot/i386/Makefile.inc
  1.22      +11 -15    src/sys/boot/i386/boot0/Makefile
  1.2       +1 -1      src/sys/boot/i386/boot0sio/Makefile
  1.49      +45 -62    src/sys/boot/i386/boot2/Makefile
  1.2       +2 -1      src/sys/boot/i386/btx/Makefile.inc
  1.7       +8 -10     src/sys/boot/i386/cdboot/Makefile
  1.17      +7 -8      src/sys/boot/i386/kgzldr/Makefile
  1.33      +3 -10     src/sys/boot/i386/libi386/Makefile
  1.69      +21 -42    src/sys/boot/i386/loader/Makefile
  1.8       +7 -8      src/sys/boot/i386/mbr/Makefile
  1.11      +27 -31    src/sys/boot/i386/pxeldr/Makefile


More information about the cvs-src mailing list