Date: Sat, 29 Mar 2014 12:45:21 -0400 From: Robert Huff <roberthuff@rcn.com> To: questions@freebsd.org Cc: Beeblebrox <zaphod@berentweb.com> Subject: Re: problem running "make cleandir" Message-ID: <5336F8A1.1090107@rcn.com>
next in thread | raw e-mail | index | archive | help
Beeblebrox writes: > Just delete the contents of /usr/obj/src/, or if you have set in > /etc/make.conf WRKDIRPREFIX=/dir_path then delete the src folder > under that prefix. The complete process is: #! /bin/sh set -x cd /usr/src if [ -f buildworld.log ] then rm buildworld.log fi rm -rf /usr/obj cp -p /usr/src/sys/amd64/conf/JERUSALEM /root make cleandir date > ./buildworld.time make -d l buildworld 2>&1 ./buildworld.log tail -n 50 ./buildworld.log | sendmail huff Robert Huff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5336F8A1.1090107>