Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 2010 22:15:29 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile.inc1
Message-ID:  <201001282221.o0SMLdfX023845@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-01-28 22:15:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_8)
    .                    Makefile.inc1 
  Log:
  SVN rev 203133 on 2010-01-28 22:15:29Z by jilles
  
  MFC r202324: In 'make delete-old', use 'exec' to redirect an fd persistently
  
  That is, write 'exec 3<&0' instead of '3<&0'. Due to an sh(1) bug fixed in
  head in r199953, the latter also persisted, provided that fd 3 was not open
  before.  With newer sh or fd 3 open, it would not delete orphaned catpages.
  
  Revision   Changes    Path
  1.628.2.5  +1 -1      src/Makefile.inc1



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