Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 2002 13:01:06 -0700 (PDT)
From:      Nick Hibma <n_hibma@FreeBSD.org>
To:        cvs-committers@freebsd.org, cvs-all@freebsd.org
Subject:   cvs commit: src/sys/conf kmod.mk
Message-ID:  <200206172001.g5HK16d14968@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
n_hibma     2002/06/17 13:01:06 PDT

  Modified files:
    sys/conf             kmod.mk 
  Log:
  Use OBJDIR instead of CURDIR. This unbreaks loading modules through
  'make load' if an object dir was, like it is used in /sys/modules. I.e.
  
          cd /sys/modules/umass
          make obj
          make
          make load
  
  works again without having to install the module.
  
  If no objdir was used the module in the current directory is used.
  
  Revision  Changes    Path
  1.125     +1 -1      src/sys/conf/kmod.mk

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206172001.g5HK16d14968>