]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r201815:
authorbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Mar 2010 17:22:08 +0000 (17:22 +0000)
committerbz <bz@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 27 Mar 2010 17:22:08 +0000 (17:22 +0000)
commitc38d84b3fcbc6d5424f336f099d66ce304d188c7
tree83219775e28b9b2299032b0a947f6fe68c03d1b1
parent9b8f224f5ae3ec227588ddfa184cd4950e947eca
MFC r201815:

  To avoid hardcoding further kernel configuration names for
  make universe, split the logic into two parts:
  - 1st to build worlds and generate kernel configs like LINT.
  - 2nd to build kernels for a given TARGET architecture correctly
    finding all newly generated configs, not knowing anything about
    LINT anymore.

MFC rr201960:

  Use uname -m [1] and rename BUILD_ARCH to XMACHINE[2].

  Submitted by: nyan[1], imp[2]

MFC r202095:

  Rather than using an extra variable, only call uname if really needed and
  then directly assign the result.

  Submitted by: jmallett

git-svn-id: svn://svn.freebsd.org/base/stable/8@205747 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Makefile