Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2010 19:01:50 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bz@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile
Message-ID:  <201001081905.o08J5ilg009800@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
bz          2010-01-08 19:01:50 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile 
  Log:
  SVN rev 201815 on 2010-01-08 19:01:50Z by bz
  
  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. (*)
  
  (*) If you know better/cleaner/... ways to do this, let me know.
  
  Discussed on/with:      arch, jhb, rwatson
  MFC after:              1 month
  
  Revision  Changes    Path
  1.359     +16 -11    src/Makefile



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