cvs commit: src/release Makefile

Ruslan Ermilov ru at FreeBSD.org
Wed Jul 30 07:33:34 PDT 2003


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


More information about the cvs-src mailing list