Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Mar 2010 17:22:08 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile
Message-ID:  <201003271744.o2RHiAZA070247@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-03-27 17:22:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    .                    Makefile 
  Log:
  SVN rev 205747 on 2010-03-27 17:22:08Z by bz
  
  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
  
  Revision   Changes    Path
  1.358.2.2  +17 -11    src/Makefile



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