Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Dec 2010 10:46:05 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src ObsoleteFiles.inc
Message-ID:  <201012021047.oB2AlB6Y094216@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
uqs         2010-12-02 10:46:05 UTC

  FreeBSD src repository

  Modified files:
    .                    ObsoleteFiles.inc 
  Log:
  SVN rev 216119 on 2010-12-02 10:46:05Z by uqs
  
  Remove more duplicates.
  
  Just so that I can lookup the command for the next time:
  
  for t in `make -V TARGETS universe`; do
    __MAKE_CONF=/dev/null make -f Makefile.inc1 -m $PWD/share/mk TARGET=$t \
    -V OLD_FILES -V OLD_LIBS -V OLD_DIRS delete-old | \
    xargs -n1|sort|uniq -c|egrep -v "^ *1 ";
  done
  
  Revision  Changes    Path
  1.255     +3 -48     src/ObsoleteFiles.inc



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