Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Mar 2011 14:39:26 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile Makefile.inc1 src/games Makefile.inc src/release Makefile src/release/scripts games-make.sh lib32-make.sh
Message-ID:  <201103021440.p22EelBh043213@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
nwhitehorn    2011-03-02 14:39:26 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile Makefile.inc1 
    games                Makefile.inc 
    release              Makefile 
  Removed files:
    release/scripts      games-make.sh lib32-make.sh 
  Log:
  SVN rev 219177 on 2011-03-02 14:39:26Z by nwhitehorn
  
  Improve the distributeworld target in Makefile.inc1 and update the release
  infrastructure to use it. make distributeworld can now be used without
  preparing its environment first and installs games into its distribution
  using the regular make distribute logic instead of post-processing with
  a script.
  
  Also add two new targets, packageworld and packagekernel, that tar up the
  results of distributeworld and distributekernel (also new), respectively.
  
  Revision  Changes    Path
  1.387     +4 -2      src/Makefile
  1.688     +46 -0     src/Makefile.inc1
  1.18      +1 -0      src/games/Makefile.inc
  1.956     +3 -5      src/release/Makefile
  1.6       +0 -37     src/release/scripts/games-make.sh (dead)
  1.3       +0 -8      src/release/scripts/lib32-make.sh (dead)



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