Clean up bogus warnings

This commit is contained in:
Steve McIntyre 2011-11-28 14:35:26 +00:00
parent c485d4eda5
commit 0b3dacd1c7
1 changed files with 3 additions and 0 deletions

View File

@ -283,6 +283,9 @@ if [ $DISKNUM = 1 ] ; then
echo >> $CDDIR/README.excluded
fi
# Stop the greps below from complaining
touch $BDIR/sort_deps_dummy.log
grep "refused because of toobig" $BDIR/sort_deps*.log | sort -u | awk '{print $1}' > $BDIR/toobig
if [ -s $BDIR/toobig ] ; then
echo " Adding README.excluded (some package files were too big)"