Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Oct 2003 05:15:08 -0800 (PST)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release Makefile
Message-ID:  <200310311315.h9VDF85i069597@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2003/10/31 05:15:08 PST

  FreeBSD src repository

  Modified files:
    release              Makefile 
  Log:
  Combining "all" and "install" in one invocation is a very bad idea as
  conditional evaluation is done only once in this case, and this may
  not account for the fact that some conditionals would be evaluated
  differently if "all" has already been run, like is the case with the
  loader.help existance check in sys/boot/alpha/common/Makefile.common,
  beforeinstall target.  This should fix Alpha snapshot builds.
  
  Revision  Changes    Path
  1.822     +2 -1      src/release/Makefile



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