Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Oct 2005 14:24:46 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf kern.post.mk kmod.mk
Message-ID:  <200510271424.j9REOkr8091913@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2005-10-27 14:24:46 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kern.post.mk kmod.mk 
  Log:
  Installing debug modules was a bad idea -- I bogusly assumed that
  our kernel linker will only load PT_LOAD segments, apparently not.
  Instead, produce .dbg objects from .debug objects, and install
  them together with non-debug objects, as described in objcopy(1).
  
  Original code by:       obrien
  
  Revision  Changes    Path
  1.87      +12 -10    src/sys/conf/kern.post.mk
  1.198     +9 -7      src/sys/conf/kmod.mk



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