Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Nov 2010 17:34:04 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/include Makefile src/sys/conf kern.post.mk kmod.mk
Message-ID:  <201011011735.oA1HZunn090204@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2010-11-01 17:34:04 UTC

  FreeBSD src repository

  Modified files:
    include              Makefile 
    sys/conf             kern.post.mk kmod.mk 
  Log:
  SVN rev 214629 on 2010-11-01 17:34:04Z by jhb
  
  Add an x86/include directory to the kernel to hold headers that are common
  to amd64, i386, and pc98.  The headers are installed to /usr/include/x86
  during an installworld, and an 'x86' symlink is created for kernel builds
  similar to 'machine' so that the headers can be included as <x86/foo.h>.
  
  Reviewed by:    imp
  
  Revision  Changes    Path
  1.300     +12 -5     src/include/Makefile
  1.110     +5 -2      src/sys/conf/kern.post.mk
  1.239     +5 -2      src/sys/conf/kmod.mk



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