Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Apr 2011 20:59:23 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src Makefile.inc1
Message-ID:  <201104012100.p31L0BKa056274@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
uqs         2011-04-01 20:59:23 UTC

  FreeBSD src repository

  Modified files:
    .                    Makefile.inc1 
  Log:
  SVN rev 220255 on 2011-04-01 20:59:23Z by uqs
  
  Fix the delete-old/check-old targets to work with arbitrarily long
  OLD_FILES/OLD_DIRS/OLD_LIBS lists.
  
  If you specify enough WITHOUT_FOO flags, the argument list passed to the
  shell will be too long. Using .for/.endfor make(1) "loop" will make the
  parser of the Makefile explode. Hack around this with good old pipes.
  
  No objections:  netchild
  Reported by:    b.f.
  
  Revision  Changes    Path
  1.690     +27 -10    src/Makefile.inc1



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