Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Jul 2010 23:32:53 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/conf kern.pre.mk kmod.mk
Message-ID:  <201007152333.o6FNXDKJ026104@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
imp         2010-07-15 23:32:53 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kern.pre.mk kmod.mk 
  Log:
  SVN rev 210151 on 2010-07-15 23:32:53Z by imp
  
  Simple compatibility hacks for building on older systems where
  MACHINE_CPUARCH isn't defined.  I believe that this will cover all
  options.
  
  I didn't define it in kern.mk because $M is set to MACHINE_CPUARCH and
  then is expanded for the genassym.o rule in kern.post.mk and kern.mk
  is included after this, so the expansion isn't quite right.  I think
  this is a bug in make, but don't have the time to track it to ground
  (and even if I did, fixing it would require a MFC of the change to the
  very old systems we're targetting with this fix).
  
  Revision  Changes    Path
  1.112     +4 -0      src/sys/conf/kern.pre.mk
  1.235     +3 -0      src/sys/conf/kmod.mk



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