Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2010 23:27:23 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile.inc1
Message-ID:  <201001142331.o0ENVUXq034984@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jilles      2010-01-14 23:27:23 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
  Log:
  SVN rev 202324 on 2010-01-14 23:27:23Z by jilles
  
  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
  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.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.637     +1 -1      src/Makefile.inc1



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