Searched hist:216119 (Results 1 - 1 of 1) sorted by path

/freebsd-10.2-release/
H A DObsoleteFiles.incdiff 216119 Thu Dec 02 10:58:19 MST 2010 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

Completed in 123 milliseconds