Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jan 2009 06:54:59 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf kern.pre.mk
Message-ID:  <200901150655.n0F6t59q088204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rodrigc     2009-01-15 06:54:59 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kern.pre.mk 
  Log:
  SVN rev 187290 on 2009-01-15 06:54:59Z by rodrigc
  
  Revert previous change, since revision 187103 fixed the problem.
  So now, if you:
  - specify "makeoptions DEBUG=-g" in your kernel config
  - make buildkernel WITH_CTF=1,
  
  then "-g" will be added to CTFFLAGS.
  
  However, "-g" will still not be added to CTFFLAGS when building
  kernel modules, if the above steps are performed.  This needs to be fixed.
  
  Noticed by: thompsa
  
  Revision  Changes    Path
  1.105     +2 -2      src/sys/conf/kern.pre.mk



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