cvs commit: src/sys/vfs/smbfs Makefile src/sys/libkern Makefile

Hiten Pandya hmp at crater.dragonflybsd.org
Mon Mar 15 23:46:27 PST 2004


hmp         2004/03/15 23:45:59 PST

DragonFly src repository

  Modified files:
    sys/vfs/smbfs        Makefile 
  Added files:
    sys/libkern          Makefile 
  Log:
  Fix loading of the SMBFS kernel module.  The KMODDEPS line in the SMBFS
  Makefile generated incorrect (read fake) symbols; the build system was
  pretty satisified but kldload was not and returned ENOEXEC.
  
  Instead, add a Makefile for libiconv as it is supposed to be, because
  SMBFS requires it as a module dependency.
  
  Note, the SMBFS module needs to be recompiled for it to work, and the
  libiconv KLD needs to be built using the newly added Makefile.  Also
  rebuild 'libmchain'.
  
  Revision  Changes    Path
  1.4       +0 -1      src/sys/vfs/smbfs/Makefile


http://www.dragonflybsd.org/cvsweb/src/sys/vfs/smbfs/Makefile.diff?r1=1.3&r2=1.4&f=h





More information about the Commits mailing list