DragonFly BSD
DragonFly commits List (threaded) for 2004-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Hiten Pandya <hmp@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 15 Mar 2004 23:45:59 -0800 (PST)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]