Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2003 07:33:32 -0700 (PDT)
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:  <200307301433.h6UEXWWq043826@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2003/07/30 07:33:32 PDT

  FreeBSD src repository

  Modified files:
    release              Makefile 
  Log:
  Initialize the FIXCRYPTO, BINMAKE and related variables (that use
  the != operator) only when needed.
  
  This change allows me to check out the current version of release/
  makefiles only (co -l) to /tmp/release, and use that directory to
  build a release (supplying the correct WORLDDIR).
  
  Without this, attempt to "make release" caused an endless fork bomb
  while trying to evaluate FIXCRYPTO, and the only way I could get
  away from this on a remote box was to "kill -INT 1", thanks to
  tcsh(1) and its internal "kill" command.
  
  Revision  Changes    Path
  1.805     +3 -1      src/release/Makefile



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