Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2000 09:56:42 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src Makefile.inc1
Message-ID:  <200001091756.JAA08992@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2000/01/09 09:56:42 PST

  Modified files:
    .                    Makefile.inc1 
  Log:
  Add a buildkernel and an installkernel target. With these targets
  users can more easily upgrade.
  
  buildworld now makes usr.sbin/config in bootstrap-tools so that
  when you first make buildworld, buildkernel will use config(8)
  from the temp. world tree (and of course also the compiler).
  
  Which kernel to built is determined by the KERNEL variable. You
  can have as many kernels listed as you like. When a config file
  exists for the given MACHINE it will be built. When KERNEL has
  not been defined it will be set to "GENERIC GENERIC98".
  
  The first valid kernel named in the list will be used by the
  installkernel target.
  
  When NOCLEAN is defined the kernel object directory is *not*
  removed by config first. This is in line with normal buildworld
  behaviour.
  
  The buildkernel target makes aicasm in sys/dev/aic7xxx first and
  unconditionally. This hack allows us to cross-build kernels and
  can go away when the problem is solved in a structural way.
  
  Revision  Changes    Path
  1.122     +76 -2     src/Makefile.inc1



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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