Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 1997 20:46:24 -0700 (PDT)
From:      Satoshi Asami <asami@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG
Subject:   cvs commit: src Makefile
Message-ID:  <199708050346.UAA05544@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
asami       1997/08/04 20:46:24 PDT

  Modified files:        (Branch: RELENG_2_2)
    .                    Makefile 
  Log:
  This patch splits "world" into two parts, "buildworld" and
  "installworld", which can be run together or separately (or even on
  different machines).  The "buildworld" target does not install
  anything outside /usr/obj; you still need to be root to run it (the
  default install rules want to set the ownership, etc.), but it's now
  possible to upgrade a bunch of -stable machines by running "make
  buildworld" on a 2.1.5 NFS server and then running "make installworld"
  on each of the clients, while not compromising the stability of the
  server at all.
  
  Reviewed by:	too many many people to list here, special thanks to bde
  
  Revision  Changes    Path
  1.109.2.9 +192 -91   src/Makefile



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