On Wed, Dec 17, 2003 at 11:11:59AM -0500, Robert Huff wrote: [...] > #! /bin/csh -x > > cd /usr/src > rm buildworld.errors > rm -r -f /usr/obj > date > ./buildworld.time > make clean Replace ``make clean'' with ``make cleandir; make cleandir''. > make depend > # make -j 5 buildworld >& ./buildworld.errors > make buildworld >& ./buildworld.errors > tail -n 25 /usr/src/buildworld.errors | sendmail huff > # cd /usr/ports > # make index > # make readmes Cheers, -- Ruslan Ermilov FreeBSD committer ru_at_FreeBSD.org
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:34 UTC