cvs commit: src/sys Makefile src/sys/boot/i386/boot2 Makefile src/sys/conf Makefile.i386 src/sys/dev/disk/aic7xxx Makefile src/sys/dev/disk/aic7xxx/aicasm Makefile src/sys/dev/netif/ar if_ar.c src/sys/dev/netif/sr if_sr.c src/sys/kern Makefile ...

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Aug 15 19:52:32 PDT 2003


dillon      2003/08/15 19:52:00 PDT

  Modified files:
    sys                  Makefile 
    sys/boot/i386/boot2  Makefile 
    sys/conf             Makefile.i386 
    sys/dev/disk/aic7xxx Makefile 
    sys/dev/disk/aic7xxx/aicasm Makefile 
    sys/dev/netif/ar     if_ar.c 
    sys/dev/netif/sr     if_sr.c 
    sys/kern             Makefile 
    sys/netinet          ip_gre.c 
  Log:
  Make modules work again part 2 (final): Link the module build back into the
  kernel build.  It should now be possible to build and install the modules
  using the 'mobj', 'modules' and 'minstall' targets in /usr/src/sys/Makefile,
  though the preferred way is to simply build a kernel using the config or
  the buildkernel and installkernel mechanisms.
  
  This commit also fixes a few minor #include path problems that came up during
  testing.
  
  Tested with: config/make/install, direct make/install, and with
  buildkernel/installkernel.
  
  The following modules are not yet being built by the new system (and were
  built with the old system):  vesa.ko, fpu.ko, gnufpu.ko, ibcs2_coff.ko,
  usb.ko, ng_mppc.ko, libiconv.ko.
  
  Revision  Changes    Path
  1.6       +25 -7     src/sys/Makefile
  1.3       +2 -2      src/sys/boot/i386/boot2/Makefile
  1.5       +17 -16    src/sys/conf/Makefile.i386
  1.3       +3 -2      src/sys/dev/disk/aic7xxx/Makefile
  1.3       +5 -1      src/sys/dev/disk/aic7xxx/aicasm/Makefile
  1.4       +1 -1      src/sys/dev/netif/ar/if_ar.c
  1.4       +1 -1      src/sys/dev/netif/sr/if_sr.c
  1.7       +17 -15    src/sys/kern/Makefile
  1.4       +2 -2      src/sys/netinet/ip_gre.c






More information about the Commits mailing list